@aws-sdk/middleware-sdk-ec2
Advanced tools
Comparing version 1.0.0-alpha.1 to 1.0.0-alpha.2
@@ -6,2 +6,22 @@ # Change Log | ||
# 1.0.0-alpha.2 (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/48c528c)) | ||
# 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/106061b)) | ||
# 1.0.0-alpha.1 (2020-01-28) | ||
@@ -8,0 +28,0 @@ |
{ | ||
"name": "@aws-sdk/middleware-sdk-ec2", | ||
"version": "1.0.0-alpha.1", | ||
"version": "1.0.0-alpha.2", | ||
"scripts": { | ||
@@ -17,5 +17,5 @@ "prepublishOnly": "tsc", | ||
"dependencies": { | ||
"@aws-sdk/signature-v4": "^1.0.0-alpha.3", | ||
"@aws-sdk/types": "^1.0.0-alpha.2", | ||
"@aws-sdk/util-format-url": "^1.0.0-alpha.2", | ||
"@aws-sdk/signature-v4": "^1.0.0-alpha.8", | ||
"@aws-sdk/types": "^1.0.0-alpha.4", | ||
"@aws-sdk/util-format-url": "^1.0.0-alpha.4", | ||
"@aws-sdk/util-uri-escape": "^1.0.0-alpha.2", | ||
@@ -22,0 +22,0 @@ "tslib": "^1.8.0" |
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
29995