@aws-sdk/abort-controller
Advanced tools
Comparing version 1.0.0-gamma.1 to 1.0.0-gamma.2
@@ -6,2 +6,86 @@ # Change Log | ||
# [1.0.0-gamma.2](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/abort-controller@0.1.0-preview.2...@aws-sdk/abort-controller@1.0.0-gamma.2) (2020-07-08) | ||
### Features | ||
* use a common tsconfig for the monorepo ([#1297](https://github.com/aws/aws-sdk-js-v3/issues/1297)) ([16aea66](https://github.com/aws/aws-sdk-js-v3/commit/16aea66d1fc5386680d3e6da9b7dcde78e178bd3)) | ||
# 1.0.0-gamma.1 (2020-05-21) | ||
### Features | ||
* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12)) | ||
# 1.0.0-beta.4 (2020-04-25) | ||
# 1.0.0-beta.2 (2020-03-28) | ||
# 1.0.0-beta.1 (2020-03-25) | ||
### Features | ||
* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) | ||
# 1.0.0-alpha.28 (2020-03-20) | ||
# 1.0.0-alpha.24 (2020-02-19) | ||
# 1.0.0-alpha.13 (2020-01-24) | ||
# 1.0.0-alpha.12 (2020-01-22) | ||
# 0.9.0 (2020-01-09) | ||
# 0.6.0 (2019-10-30) | ||
# 0.3.0 (2019-09-09) | ||
### Features | ||
* commit all clients ([#324](https://github.com/aws/aws-sdk-js-v3/issues/324)) ([cb268ed](https://github.com/aws/aws-sdk-js-v3/commit/cb268ed45fd5580ef9633da78f13aaa6aa472805)) | ||
# 0.2.0 (2019-07-12) | ||
### Features | ||
* add npm badges for individual packages ([#251](https://github.com/aws/aws-sdk-js-v3/issues/251)) ([8adc10c](https://github.com/aws/aws-sdk-js-v3/commit/8adc10cb6b0ebc32004b797556bfc171c96bbf16)) | ||
* update jest v20 to v24 ([#243](https://github.com/aws/aws-sdk-js-v3/issues/243)) ([1e156ab](https://github.com/aws/aws-sdk-js-v3/commit/1e156ab4ac5343058eaf7d448a428d8c4b72c844)) | ||
# 0.1.0 (2019-04-19) | ||
# [1.0.0-gamma.1](https://github.com/aws/aws-sdk-js-v3/compare/@aws-sdk/abort-controller@0.1.0-preview.2...@aws-sdk/abort-controller@1.0.0-gamma.1) (2020-05-21) | ||
@@ -8,0 +92,0 @@ |
{ | ||
"name": "@aws-sdk/abort-controller", | ||
"version": "1.0.0-gamma.1", | ||
"version": "1.0.0-gamma.2", | ||
"description": "A simple abort controller library", | ||
"main": "./build/index.js", | ||
"types": "./build/index.d.ts", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/es/index.js", | ||
"types": "./dist/cjs/index.d.ts", | ||
"scripts": { | ||
"prepublishOnly": "tsc", | ||
"pretest": "tsc -p tsconfig.test.json", | ||
"prepublishOnly": "yarn build:cjs && yarn build:es", | ||
"pretest": "yarn build:cjs", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build:es": "tsc -p tsconfig.es.json", | ||
"test": "jest" | ||
@@ -18,10 +21,10 @@ }, | ||
"dependencies": { | ||
"@aws-sdk/types": "1.0.0-gamma.1", | ||
"@aws-sdk/types": "1.0.0-gamma.2", | ||
"tslib": "^1.8.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^25.1.4", | ||
"jest": "^25.1.0", | ||
"@types/jest": "^26.0.4", | ||
"jest": "^26.1.0", | ||
"typescript": "~3.8.3" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
34994
13
108
1
+ Added@aws-sdk/types@1.0.0-gamma.2(transitive)
- Removed@aws-sdk/types@1.0.0-gamma.1(transitive)
Updated@aws-sdk/types@1.0.0-gamma.2