@atlaskit/outbound-auth-flow-client
Advanced tools
Comparing version 2.0.2 to 2.0.3
[ | ||
{ | ||
"team": "teamwork ecosystem", | ||
"package": "@atlaskit/outbound-auth-flow-client", | ||
"version": "2.0.2", | ||
"dependent": true, | ||
"id": "src.main", | ||
@@ -11,2 +15,6 @@ "name": "main", | ||
{ | ||
"team": "teamwork ecosystem", | ||
"package": "@atlaskit/outbound-auth-flow-client", | ||
"version": "2.0.2", | ||
"dependent": true, | ||
"id": "combined.main", | ||
@@ -13,0 +21,0 @@ "name": "main", |
# @atlaskit/outbound-auth-flow-client | ||
## 2.0.3 | ||
### Patch Changes | ||
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332): | ||
In this PR, we are: | ||
- Re-introducing dist build folders | ||
- Adding back cjs | ||
- Replacing es5 by cjs and es2015 by esm | ||
- Creating folders at the root for entry-points | ||
- Removing the generation of the entry-points at the root | ||
Please see this [ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this [page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points) for further details | ||
## 2.0.2 | ||
- Updated dependencies [7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107): | ||
@@ -8,12 +24,15 @@ - @atlaskit/docs@8.0.0 | ||
## 2.0.1 | ||
- [patch] [1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991): | ||
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991): | ||
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js | ||
## 2.0.0 | ||
- [major] [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394): | ||
- [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394): | ||
- Dropped ES5 distributables from the typescript packages | ||
## 1.0.4 | ||
- Updated dependencies [76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6): | ||
@@ -23,7 +42,9 @@ - @atlaskit/docs@7.0.0 | ||
## 1.0.3 | ||
- [patch] [63acecf699](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/63acecf699): | ||
- [patch][63acecf699](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/63acecf699): | ||
- Fix output module target for @atlaskit/outbound-auth-flow-client | ||
## 1.0.2 | ||
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa): | ||
@@ -33,5 +54,7 @@ - @atlaskit/docs@6.0.0 | ||
## 1.0.1 | ||
- [patch] Fix dist/ folder [20a099f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/20a099f) | ||
## 1.0.0 | ||
- [major] Add @atlaskit/outbound-auth-flow-client [2ebc128](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/2ebc128) |
{ | ||
"name": "@atlaskit/outbound-auth-flow-client", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Front-end library for starting outbound auth flows", | ||
@@ -10,4 +10,5 @@ "config": { | ||
"jsnext:main": "index.js", | ||
"module": "index.js", | ||
"types": "index.d.ts", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/cjs/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"dependencies": {}, | ||
@@ -24,6 +25,8 @@ "author": "Atlassian Pty. Ltd", | ||
"devDependencies": { | ||
"@atlaskit/docs": "^8.0.0" | ||
"@atlaskit/docs": "^8.1.1" | ||
}, | ||
"atlaskit": { | ||
"internal": true | ||
"internal": true, | ||
"name": "Outbound Auth Flow Client", | ||
"team": "teamwork ecosystem" | ||
}, | ||
@@ -34,2 +37,2 @@ "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
10153
13
167