@atlaskit/util-service-support
Advanced tools
Comparing version 5.0.1 to 6.0.0
# @atlaskit/util-service-support | ||
## 6.0.0 | ||
### Major Changes | ||
- [`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially dropping IE11 support, from this version onwards there are no warranties of the package working in IE11. | ||
For more information see: https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534 | ||
## 5.0.1 | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@atlaskit/util-service-support", | ||
"version": "5.0.1" | ||
"version": "6.0.0" | ||
} |
{ | ||
"name": "@atlaskit/util-service-support", | ||
"version": "5.0.1" | ||
"version": "6.0.0" | ||
} |
{ | ||
"name": "@atlaskit/util-service-support", | ||
"version": "5.0.1", | ||
"version": "6.0.0", | ||
"description": "A library of support classes for integrating React components with REST HTTP services", | ||
@@ -8,9 +8,16 @@ "publishConfig": { | ||
}, | ||
"repository": "https://bitbucket.org/atlassian/atlassian-frontend", | ||
"author": "Atlassian Pty Ltd", | ||
"license": "Apache-2.0", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"module:es2019": "dist/es2019/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"atlaskit:src": "src/index.ts", | ||
"atlassian": { | ||
"releaseModel": "continuous" | ||
}, | ||
"config": { | ||
"access": "public" | ||
}, | ||
"atlaskit:src": "src/index.ts", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/cjs/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"dependencies": { | ||
@@ -21,16 +28,6 @@ "tslib": "^1.9.3", | ||
}, | ||
"author": "Atlassian Pty. Ltd", | ||
"atlaskit": { | ||
"internal": true, | ||
"name": "Util Service Support" | ||
}, | ||
"license": "Apache-2.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://bitbucket.org/atlassian/atlaskit-mk-2" | ||
}, | ||
"devDependencies": { | ||
"@atlaskit/docs": "^8.3.2", | ||
"@atlaskit/docs": "*", | ||
"es6-promise": "^4.0.5", | ||
"fetch-mock": "^7.3.3", | ||
"fetch-mock": "^8.0.0", | ||
"sinon": "^2.2.0" | ||
@@ -42,3 +39,8 @@ }, | ||
"private" | ||
] | ||
], | ||
"techstack": { | ||
"@atlassian/frontend": { | ||
"tree-shaking": [] | ||
} | ||
} | ||
} |
@@ -5,3 +5,4 @@ { | ||
"module": "../dist/esm/serviceResources.js", | ||
"module:es2019": "../dist/es2019/serviceResources.js", | ||
"types": "../dist/cjs/serviceResources.d.ts" | ||
} |
@@ -5,3 +5,4 @@ { | ||
"module": "../dist/esm/serviceUtils.js", | ||
"module:es2019": "../dist/es2019/serviceUtils.js", | ||
"types": "../dist/cjs/serviceUtils.d.ts" | ||
} |
@@ -5,3 +5,4 @@ { | ||
"module": "../dist/esm/types.js", | ||
"module:es2019": "../dist/es2019/types.js", | ||
"types": "../dist/cjs/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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
56641
48
821
1
3