@aws-sdk/middleware-sdk-ec2
Advanced tools
Comparing version 1.0.0-gamma.1 to 1.0.0-gamma.2
@@ -6,2 +6,11 @@ # Change Log | ||
# 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) | ||
@@ -77,2 +86,72 @@ | ||
# 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.26 (2020-03-12) | ||
# 1.0.0-alpha.24 (2020-02-19) | ||
# 1.0.0-alpha.21 (2020-02-11) | ||
# 1.0.0-alpha.20 (2020-02-09) | ||
# 1.0.0-alpha.18 (2020-02-06) | ||
# 1.0.0-alpha.15 (2020-01-30) | ||
### Bug Fixes | ||
* update dependencies for ec2 client and mw ([#808](https://github.com/aws/aws-sdk-js-v3/issues/808)) ([48c528c](https://github.com/aws/aws-sdk-js-v3/commit/48c528c5961cc7063286b9016086a43dc1fbff81)) | ||
# 1.0.0-alpha.14 (2020-01-28) | ||
### Features | ||
* migrate and apply copySnapshotPresignedUrlMiddleware ([#716](https://github.com/aws/aws-sdk-js-v3/issues/716)) ([106061b](https://github.com/aws/aws-sdk-js-v3/commit/106061b95f875ad21122b9c2ad4c1e15a31f7d9d)) | ||
# 1.0.0-beta.4 (2020-04-27) | ||
@@ -79,0 +158,0 @@ |
{ | ||
"name": "@aws-sdk/middleware-sdk-ec2", | ||
"version": "1.0.0-gamma.1", | ||
"version": "1.0.0-gamma.2", | ||
"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" | ||
}, | ||
"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", | ||
"author": { | ||
@@ -17,13 +20,13 @@ "name": "AWS SDK for JavaScript Team", | ||
"dependencies": { | ||
"@aws-sdk/signature-v4": "1.0.0-gamma.1", | ||
"@aws-sdk/types": "1.0.0-gamma.1", | ||
"@aws-sdk/util-format-url": "1.0.0-gamma.1", | ||
"@aws-sdk/util-uri-escape": "1.0.0-gamma.1", | ||
"@aws-sdk/signature-v4": "1.0.0-gamma.2", | ||
"@aws-sdk/types": "1.0.0-gamma.2", | ||
"@aws-sdk/util-format-url": "1.0.0-gamma.2", | ||
"@aws-sdk/util-uri-escape": "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
40623
11
172
1
+ Added@aws-sdk/is-array-buffer@1.0.0-gamma.2(transitive)
+ Added@aws-sdk/querystring-builder@1.0.0-gamma.2(transitive)
+ Added@aws-sdk/signature-v4@1.0.0-gamma.2(transitive)
+ Added@aws-sdk/types@1.0.0-gamma.2(transitive)
+ Added@aws-sdk/util-format-url@1.0.0-gamma.2(transitive)
+ Added@aws-sdk/util-hex-encoding@1.0.0-gamma.2(transitive)
+ Added@aws-sdk/util-uri-escape@1.0.0-gamma.2(transitive)
- Removed@aws-sdk/is-array-buffer@1.0.0-gamma.1(transitive)
- Removed@aws-sdk/querystring-builder@1.0.0-gamma.1(transitive)
- Removed@aws-sdk/signature-v4@1.0.0-gamma.1(transitive)
- Removed@aws-sdk/types@1.0.0-gamma.1(transitive)
- Removed@aws-sdk/util-format-url@1.0.0-gamma.1(transitive)
- Removed@aws-sdk/util-hex-encoding@1.0.0-gamma.1(transitive)
- Removed@aws-sdk/util-uri-escape@1.0.0-gamma.1(transitive)
Updated@aws-sdk/types@1.0.0-gamma.2