@atlaskit/outbound-auth-flow-client
Advanced tools
Comparing version 3.1.1 to 3.1.2
# @atlaskit/outbound-auth-flow-client | ||
## 3.1.2 | ||
### Patch Changes | ||
- [`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules compiler option. | ||
This requires version 3.8 of Typescript, read more about how we handle Typescript versions here: https://atlaskit.atlassian.com/get-started | ||
Also add `typescript` to `devDependencies` to denote version that the package was built with. | ||
## 3.1.1 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "3.1.1" | ||
"version": "3.1.2" | ||
} |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "3.1.1" | ||
"version": "3.1.2" | ||
} |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "3.1.1" | ||
"version": "3.1.2" | ||
} |
@@ -6,3 +6,3 @@ { | ||
"module:es2019": "../dist/es2019/error.js", | ||
"types": "../dist/cjs/error.d.ts" | ||
"types": "../dist/types/error.d.ts" | ||
} |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Front-end library for starting outbound auth flows", | ||
@@ -14,3 +14,3 @@ "publishConfig": { | ||
"module:es2019": "dist/es2019/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"types": "dist/types/index.d.ts", | ||
"atlaskit:src": "src/index.ts", | ||
@@ -29,3 +29,4 @@ "atlassian": { | ||
"devDependencies": { | ||
"@atlaskit/docs": "*" | ||
"@atlaskit/docs": "*", | ||
"typescript": "3.9.6" | ||
}, | ||
@@ -32,0 +33,0 @@ "keywords": [ |
@@ -6,3 +6,3 @@ { | ||
"module:es2019": "../dist/es2019/types.js", | ||
"types": "../dist/cjs/types.d.ts" | ||
"types": "../dist/types/types.d.ts" | ||
} |
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
26333
2