@atlaskit/outbound-auth-flow-client
Advanced tools
Comparing version 3.3.0 to 3.3.1
# @atlaskit/outbound-auth-flow-client | ||
## 3.3.1 | ||
### Patch Changes | ||
- [`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade to TypeScript 4.2.4 | ||
## 3.3.0 | ||
@@ -4,0 +10,0 @@ |
@@ -10,2 +10,4 @@ "use strict"; | ||
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass")); | ||
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck")); | ||
@@ -43,5 +45,5 @@ | ||
return AuthError; | ||
return (0, _createClass2.default)(AuthError); | ||
}( /*#__PURE__*/(0, _wrapNativeSuper2.default)(Error)); | ||
exports.AuthError = AuthError; |
@@ -8,3 +8,2 @@ "use strict"; | ||
}); | ||
exports.auth = auth; | ||
Object.defineProperty(exports, "AuthError", { | ||
@@ -16,2 +15,3 @@ enumerable: true, | ||
}); | ||
exports.auth = auth; | ||
@@ -18,0 +18,0 @@ var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof")); |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "3.3.0" | ||
"version": "3.3.1" | ||
} |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "3.3.0" | ||
"version": "3.3.1" | ||
} |
@@ -0,1 +1,2 @@ | ||
import _createClass from "@babel/runtime/helpers/createClass"; | ||
import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
@@ -30,3 +31,3 @@ import _inherits from "@babel/runtime/helpers/inherits"; | ||
return AuthError; | ||
return _createClass(AuthError); | ||
}( /*#__PURE__*/_wrapNativeSuper(Error)); |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "3.3.0" | ||
"version": "3.3.1" | ||
} |
@@ -0,5 +1,6 @@ | ||
import { AuthErrorType } from './types'; | ||
export declare class AuthError extends Error { | ||
readonly message: string; | ||
readonly type?: "auth_window_closed" | "invalid_request" | "unauthorized_client" | "access_denied" | "unsupported_response_type" | "invalid_scope" | "server_error" | "temporarily_unavailable" | "authclientoauth2.autherror" | undefined; | ||
constructor(message: string, type?: "auth_window_closed" | "invalid_request" | "unauthorized_client" | "access_denied" | "unsupported_response_type" | "invalid_scope" | "server_error" | "temporarily_unavailable" | "authclientoauth2.autherror" | undefined); | ||
readonly type?: AuthErrorType | undefined; | ||
constructor(message: string, type?: AuthErrorType | undefined); | ||
} |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "Front-end library for starting outbound auth flows", | ||
@@ -30,3 +30,3 @@ "publishConfig": { | ||
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1", | ||
"typescript": "3.9.6" | ||
"typescript": "4.2.4" | ||
}, | ||
@@ -33,0 +33,0 @@ "keywords": [ |
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
20962
335