@atlaskit/outbound-auth-flow-client
Advanced tools
Comparing version 3.1.0 to 3.1.1
# @atlaskit/outbound-auth-flow-client | ||
## 3.1.1 | ||
### Patch Changes | ||
- [`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded to TypeScript 3.9.6 and tslib to 2.0.0 | ||
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade | ||
to prevent duplicates of tslib being bundled. | ||
## 3.1.0 | ||
@@ -4,0 +13,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AuthError = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var AuthError = /** @class */ (function (_super) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.auth = void 0; | ||
var error_1 = require("./error"); | ||
@@ -58,3 +59,3 @@ var types_1 = require("./types"); | ||
var error_2 = require("./error"); | ||
exports.AuthError = error_2.AuthError; | ||
Object.defineProperty(exports, "AuthError", { enumerable: true, get: function () { return error_2.AuthError; } }); | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isOfTypeAuthError = void 0; | ||
exports.isOfTypeAuthError = function (inputString) { | ||
@@ -4,0 +5,0 @@ return [ |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "3.1.0" | ||
"version": "3.1.1" | ||
} |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "3.1.0" | ||
"version": "3.1.1" | ||
} |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "3.1.0" | ||
"version": "3.1.1" | ||
} |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Front-end library for starting outbound auth flows", | ||
@@ -18,2 +18,3 @@ "publishConfig": { | ||
"team": "Ecosystem Capabilities", | ||
"deprecatedAutoEntryPoints": true, | ||
"releaseModel": "continuous" | ||
@@ -25,3 +26,3 @@ }, | ||
"dependencies": { | ||
"tslib": "^1.9.3" | ||
"tslib": "^2.0.0" | ||
}, | ||
@@ -28,0 +29,0 @@ "devDependencies": { |
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
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
25826
334
+ Addedtslib@2.8.1(transitive)
- Removedtslib@1.14.1(transitive)
Updatedtslib@^2.0.0