flex-plugins-api-utils
Advanced tools
Comparing version 0.22.0 to 0.22.1
export { default as logger } from './logger'; | ||
export { default as env, Realm } from './env'; | ||
export { default as HttpClient, OptionalHttpConfig } from './http'; | ||
export { looksLikeSid } from './sids'; | ||
export { TwilioApiError } from './exceptions'; | ||
export { TwilioError } from './exceptions'; |
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TwilioError = exports.TwilioApiError = exports.HttpClient = exports.env = exports.logger = void 0; | ||
exports.TwilioError = exports.TwilioApiError = exports.looksLikeSid = exports.HttpClient = exports.env = exports.logger = void 0; | ||
var logger_1 = require("./logger"); | ||
@@ -14,2 +14,4 @@ Object.defineProperty(exports, "logger", { enumerable: true, get: function () { return __importDefault(logger_1).default; } }); | ||
Object.defineProperty(exports, "HttpClient", { enumerable: true, get: function () { return __importDefault(http_1).default; } }); | ||
var sids_1 = require("./sids"); | ||
Object.defineProperty(exports, "looksLikeSid", { enumerable: true, get: function () { return sids_1.looksLikeSid; } }); | ||
var exceptions_1 = require("./exceptions"); | ||
@@ -16,0 +18,0 @@ Object.defineProperty(exports, "TwilioApiError", { enumerable: true, get: function () { return exceptions_1.TwilioApiError; } }); |
{ | ||
"name": "flex-plugins-api-utils", | ||
"version": "0.22.0", | ||
"version": "0.22.1", | ||
"description": "Flex Plugins API Utils", | ||
@@ -58,3 +58,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "909bdace1ecedf725bc7a3d4321828c62b471c42" | ||
"gitHead": "3eab3c799272ed29112cd12b186f8e9d9f34f1ca" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24279
21
318