@aws-sdk/node-config-provider
Advanced tools
Comparing version 1.0.0-rc.10 to 3.0.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.0.0](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.10...v3.0.0) (2020-12-15) | ||
### Features | ||
* bump version to 3.0.0 ([#1793](https://github.com/aws/aws-sdk-js-v3/issues/1793)) ([d8475f8](https://github.com/aws/aws-sdk-js-v3/commit/d8475f8d972d28fbc15cd7e23abfe18f9eab0644)) | ||
# [1.0.0-rc.10](https://github.com/aws/aws-sdk-js-v3/compare/v1.0.0-rc.9...v1.0.0-rc.10) (2020-12-15) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@aws-sdk/node-config-provider", | ||
"version": "1.0.0-rc.10", | ||
"version": "3.0.0", | ||
"description": "Load config default values from ini config files and environmental variable", | ||
@@ -23,8 +23,8 @@ "scripts": { | ||
"dependencies": { | ||
"@aws-sdk/property-provider": "1.0.0-rc.10", | ||
"@aws-sdk/shared-ini-file-loader": "1.0.0-rc.9", | ||
"@aws-sdk/property-provider": "3.0.0", | ||
"@aws-sdk/shared-ini-file-loader": "3.0.0", | ||
"tslib": "^1.8.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/types": "1.0.0-rc.10", | ||
"@aws-sdk/types": "3.0.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
310384
2
+ Added@aws-sdk/property-provider@3.0.0(transitive)
+ Added@aws-sdk/shared-ini-file-loader@3.0.0(transitive)
- Removed@aws-sdk/property-provider@1.0.0-rc.10(transitive)
- Removed@aws-sdk/shared-ini-file-loader@1.0.0-rc.9(transitive)