@aws-sdk/util-credentials
Advanced tools
Comparing version 3.34.0 to 3.35.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04) | ||
**Note:** Version bump only for package @aws-sdk/util-credentials | ||
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@aws-sdk/util-credentials", | ||
"version": "3.34.0", | ||
"version": "3.35.0", | ||
"description": "Shared utilities for all credential providers.", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/es/index.js", | ||
"main": "./dist-cjs/index.js", | ||
"module": "./dist-es/index.js", | ||
"scripts": { | ||
@@ -12,3 +12,3 @@ "build": "yarn build:cjs && yarn build:es && yarn build:types", | ||
"build:types": "tsc -p tsconfig.types.json", | ||
"downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4", | ||
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4", | ||
"test": "jest" | ||
@@ -26,3 +26,3 @@ }, | ||
"dependencies": { | ||
"@aws-sdk/shared-ini-file-loader": "3.34.0", | ||
"@aws-sdk/shared-ini-file-loader": "3.35.0", | ||
"tslib": "^2.3.0" | ||
@@ -36,3 +36,3 @@ }, | ||
}, | ||
"types": "./dist/types/index.d.ts", | ||
"types": "./dist-types/index.d.ts", | ||
"engines": { | ||
@@ -39,0 +39,0 @@ "node": ">= 10.0.0" |
{ | ||
"compilerOptions": { | ||
"baseUrl": ".", | ||
"outDir": "dist/cjs", | ||
"outDir": "dist-cjs", | ||
"rootDir": "src" | ||
@@ -6,0 +6,0 @@ }, |
@@ -5,3 +5,3 @@ { | ||
"lib": ["es5", "es2015.promise", "es2015.collection"], | ||
"outDir": "dist/es", | ||
"outDir": "dist-es", | ||
"rootDir": "src" | ||
@@ -8,0 +8,0 @@ }, |
{ | ||
"compilerOptions": { | ||
"baseUrl": ".", | ||
"declarationDir": "dist/types", | ||
"declarationDir": "dist-types", | ||
"rootDir": "src" | ||
@@ -6,0 +6,0 @@ }, |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
80984
167
1
+ Added@aws-sdk/shared-ini-file-loader@3.35.0(transitive)
- Removed@aws-sdk/shared-ini-file-loader@3.34.0(transitive)