@aws-sdk/invalid-dependency
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.3.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.2.0...v3.3.0) (2021-01-14) | ||
### Bug Fixes | ||
* **clients:** export explicit dependencies on @aws-sdk/types ([#1902](https://github.com/aws/aws-sdk-js-v3/issues/1902)) ([96f1087](https://github.com/aws/aws-sdk-js-v3/commit/96f1087333ba916593d557051297983912b27caa)) | ||
# [3.2.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1.0...v3.2.0) (2021-01-09) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@aws-sdk/invalid-dependency", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"scripts": { | ||
@@ -21,6 +21,6 @@ "prepublishOnly": "yarn build:cjs && yarn build:es", | ||
"dependencies": { | ||
"@aws-sdk/types": "3.1.0", | ||
"tslib": "^1.8.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/types": "3.1.0", | ||
"@types/jest": "^26.0.4", | ||
@@ -27,0 +27,0 @@ "jest": "^26.1.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
25330
3
2
+ Added@aws-sdk/types@3.1.0
+ Added@aws-sdk/types@3.1.0(transitive)