@aws-sdk/shared-ini-file-loader
Advanced tools
Comparing version 3.8.0 to 3.10.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.10.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.9.0...v3.10.0) (2021-03-26) | ||
### Features | ||
* use ts-jest for running jest tests ([#2088](https://github.com/aws/aws-sdk-js-v3/issues/2088)) ([456002c](https://github.com/aws/aws-sdk-js-v3/commit/456002cf7fa16864b72c3c279b094886a42abddb)) | ||
# [3.8.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.7.0...v3.8.0) (2021-03-05) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@aws-sdk/shared-ini-file-loader", | ||
"version": "3.8.0", | ||
"version": "3.10.0", | ||
"dependencies": { | ||
@@ -15,7 +15,6 @@ "tslib": "^1.8.0" | ||
"prepublishOnly": "yarn build:cjs && yarn build:es", | ||
"pretest": "yarn build:cjs", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build:es": "tsc -p tsconfig.es.json", | ||
"build": "yarn build:es && yarn build:cjs", | ||
"postbuild": "downlevel-dts types types/ts3.4", | ||
"postbuild": "downlevel-dts dist/types dist/types/ts3.4", | ||
"test": "jest" | ||
@@ -30,3 +29,3 @@ }, | ||
"module": "./dist/es/index.js", | ||
"types": "./types/index.d.ts", | ||
"types": "./dist/types/index.d.ts", | ||
"engines": { | ||
@@ -33,0 +32,0 @@ "node": ">= 10.0.0" |
{ | ||
"compilerOptions": { | ||
"declarationDir": "./types", | ||
"declarationDir": "./dist/types", | ||
"rootDir": "./src", | ||
@@ -5,0 +5,0 @@ "outDir": "./dist/cjs", |
{ | ||
"compilerOptions": { | ||
"lib": ["es5", "es2015.promise", "es2015.collection"], | ||
"declarationDir": "./types", | ||
"declarationDir": "./dist/types", | ||
"rootDir": "./src", | ||
@@ -6,0 +6,0 @@ "outDir": "./dist/es", |
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
64538
12
428