@atlaskit/outbound-auth-flow-client
Advanced tools
Comparing version 3.4.0 to 3.4.1
# @atlaskit/outbound-auth-flow-client | ||
## 3.4.1 | ||
### Patch Changes | ||
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade Typescript from `4.5.5` to `4.9.5` | ||
## 3.4.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "3.4.0" | ||
"version": "3.4.1" | ||
} |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "3.4.0" | ||
"version": "3.4.1" | ||
} |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "3.4.0" | ||
"version": "3.4.1" | ||
} |
@@ -1,2 +0,2 @@ | ||
export declare type AuthErrorType = 'auth_window_closed' | 'invalid_request' | 'unauthorized_client' | 'access_denied' | 'unsupported_response_type' | 'invalid_scope' | 'server_error' | 'temporarily_unavailable' | 'authclientoauth2.autherror'; | ||
export type AuthErrorType = 'auth_window_closed' | 'invalid_request' | 'unauthorized_client' | 'access_denied' | 'unsupported_response_type' | 'invalid_scope' | 'server_error' | 'temporarily_unavailable' | 'authclientoauth2.autherror'; | ||
export declare const isOfTypeAuthError: (inputString: string) => inputString is AuthErrorType; |
@@ -8,5 +8,5 @@ { | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"../dist/types-ts4.0/error.d.ts" | ||
"../dist/types-ts4.5/error.d.ts" | ||
] | ||
@@ -13,0 +13,0 @@ } |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "Front-end library for starting outbound auth flows", | ||
@@ -15,2 +15,10 @@ "publishConfig": { | ||
"types": "dist/types/index.d.ts", | ||
"typesVersions": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"dist/types-ts4.5/*", | ||
"dist/types-ts4.5/index.d.ts" | ||
] | ||
} | ||
}, | ||
"atlaskit:src": "src/index.ts", | ||
@@ -31,3 +39,3 @@ "atlassian": { | ||
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1", | ||
"typescript": "4.5.5" | ||
"typescript": "~4.9.5" | ||
}, | ||
@@ -34,0 +42,0 @@ "keywords": [ |
@@ -8,5 +8,5 @@ { | ||
"typesVersions": { | ||
">=4.0 <4.5": { | ||
">=4.5 <4.9": { | ||
"*": [ | ||
"../dist/types-ts4.0/types.d.ts" | ||
"../dist/types-ts4.5/types.d.ts" | ||
] | ||
@@ -13,0 +13,0 @@ } |
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
24114
25
352