@aws-sdk/node-config-provider
Advanced tools
Comparing version 3.1.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.1.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.0.0...v3.1.0) (2020-12-23) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@aws-sdk/node-config-provider", | ||
"version": "3.1.0", | ||
"version": "3.3.0", | ||
"description": "Load config default values from ini config files and environmental variable", | ||
@@ -23,8 +23,8 @@ "scripts": { | ||
"dependencies": { | ||
"@aws-sdk/property-provider": "3.1.0", | ||
"@aws-sdk/property-provider": "3.3.0", | ||
"@aws-sdk/shared-ini-file-loader": "3.1.0", | ||
"@aws-sdk/types": "3.1.0", | ||
"tslib": "^1.8.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/types": "3.1.0", | ||
"@types/jest": "^26.0.4", | ||
@@ -31,0 +31,0 @@ "@types/node": "^10.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
310660
4
4
+ Added@aws-sdk/types@3.1.0
+ Added@aws-sdk/property-provider@3.3.0(transitive)
+ Added@aws-sdk/types@3.1.0(transitive)
- Removed@aws-sdk/property-provider@3.1.0(transitive)