@aws-sdk/node-config-provider
Advanced tools
Comparing version 3.10.0 to 3.12.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.12.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.11.0...v3.12.0) (2021-04-09) | ||
### Bug Fixes | ||
* run downlevel-dts in prepublishOnly ([#2218](https://github.com/aws/aws-sdk-js-v3/issues/2218)) ([0745502](https://github.com/aws/aws-sdk-js-v3/commit/0745502dcf819460ee1d81362470859674c757a7)) | ||
# [3.10.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.9.0...v3.10.0) (2021-03-26) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@aws-sdk/node-config-provider", | ||
"version": "3.10.0", | ||
"version": "3.12.0", | ||
"description": "Load config default values from ini config files and environmental variable", | ||
"scripts": { | ||
"prepublishOnly": "yarn build:cjs && yarn build:es", | ||
"prepublishOnly": "yarn build && downlevel-dts dist/types dist/types/ts3.4", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build:es": "tsc -p tsconfig.es.json", | ||
"build": "yarn build:es && yarn build:cjs", | ||
"postbuild": "downlevel-dts dist/types dist/types/ts3.4", | ||
"test": "jest --passWithNoTests" | ||
@@ -23,5 +22,5 @@ }, | ||
"dependencies": { | ||
"@aws-sdk/property-provider": "3.10.0", | ||
"@aws-sdk/shared-ini-file-loader": "3.10.0", | ||
"@aws-sdk/types": "3.10.0", | ||
"@aws-sdk/property-provider": "3.12.0", | ||
"@aws-sdk/shared-ini-file-loader": "3.12.0", | ||
"@aws-sdk/types": "3.12.0", | ||
"tslib": "^1.8.0" | ||
@@ -28,0 +27,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
211518
33
662
+ Added@aws-sdk/property-provider@3.12.0(transitive)
+ Added@aws-sdk/shared-ini-file-loader@3.12.0(transitive)
+ Added@aws-sdk/types@3.12.0(transitive)
- Removed@aws-sdk/property-provider@3.10.0(transitive)
- Removed@aws-sdk/shared-ini-file-loader@3.10.0(transitive)
- Removed@aws-sdk/types@3.10.0(transitive)
Updated@aws-sdk/types@3.12.0