botframework-connector
Advanced tools
Comparing version 4.5.3 to 4.6.0-preview1
@@ -103,5 +103,5 @@ "use strict"; | ||
} | ||
exports.JwtTokenExtractor = JwtTokenExtractor; | ||
// Cache for OpenIdConnect configuration managers (one per metadata URL) | ||
JwtTokenExtractor.openIdMetadataCache = new Map(); | ||
exports.JwtTokenExtractor = JwtTokenExtractor; | ||
//# sourceMappingURL=jwtTokenExtractor.js.map |
@@ -141,2 +141,3 @@ "use strict"; | ||
} | ||
exports.MicrosoftAppCredentials = MicrosoftAppCredentials; | ||
MicrosoftAppCredentials.trustedHostNames = new Map([ | ||
@@ -151,3 +152,2 @@ ['state.botframework.com', new Date(8640000000000000)], | ||
MicrosoftAppCredentials.cache = new Map(); | ||
exports.MicrosoftAppCredentials = MicrosoftAppCredentials; | ||
//# sourceMappingURL=microsoftAppCredentials.js.map |
@@ -9,1 +9,2 @@ /** | ||
export * from './tokenApi/models'; | ||
export * from './teams'; |
@@ -18,2 +18,3 @@ "use strict"; | ||
exports.EmulatorApiClient = emulatorApiClient_1.EmulatorApiClient; | ||
__export(require("./teams")); | ||
//# sourceMappingURL=index.js.map |
@@ -5,3 +5,3 @@ { | ||
"description": "Bot Connector is autorest generated connector client.", | ||
"version": "4.5.3", | ||
"version": "4.6.0-preview1", | ||
"license": "MIT", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"base64url": "^3.0.0", | ||
"botframework-schema": "^4.5.3", | ||
"botframework-schema": "^4.6.0-preview1", | ||
"form-data": "^2.3.3", | ||
@@ -49,3 +49,3 @@ "jsonwebtoken": "8.0.1", | ||
"clean": "erase /q /s .\\lib", | ||
"set-version": "npm version --allow-same-version 4.5.3" | ||
"set-version": "npm version --allow-same-version 4.6.0-preview1" | ||
}, | ||
@@ -52,0 +52,0 @@ "files": [ |
@@ -13,1 +13,2 @@ (new Function('require', 'if (!this.hasOwnProperty("FormData")) { this.FormData = require("form-data"); }; if (!this.hasOwnProperty("fetch")) { this.fetch = require("node-fetch"); }'))(require); | ||
export * from './tokenApi/models' | ||
export * from './teams'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
654680
183
17209
2