@aws-sdk/middleware-ssec
Advanced tools
Comparing version 1.0.0-gamma.1 to 1.0.0-gamma.2
@@ -6,2 +6,11 @@ # Change Log | ||
# 1.0.0-gamma.2 (2020-07-08) | ||
### Features | ||
* use a common tsconfig for the monorepo ([#1297](https://github.com/aws/aws-sdk-js-v3/issues/1297)) ([16aea66](https://github.com/aws/aws-sdk-js-v3/commit/16aea66d1fc5386680d3e6da9b7dcde78e178bd3)) | ||
# 1.0.0-gamma.1 (2020-05-21) | ||
@@ -55,2 +64,50 @@ | ||
# 1.0.0-gamma.1 (2020-05-21) | ||
### Features | ||
* bump up to gamma version ([#1192](https://github.com/aws/aws-sdk-js-v3/issues/1192)) ([a609075](https://github.com/aws/aws-sdk-js-v3/commit/a6090754f2a6c21e5b70bf0c8782cc0fbe59ee12)) | ||
# 1.0.0-beta.4 (2020-04-25) | ||
# 1.0.0-beta.2 (2020-03-28) | ||
# 1.0.0-beta.1 (2020-03-25) | ||
### Features | ||
* bump packages to beta ([#1050](https://github.com/aws/aws-sdk-js-v3/issues/1050)) ([40501d4](https://github.com/aws/aws-sdk-js-v3/commit/40501d4394d04bc1bc91c10136fa48b1d3a67d8f)) | ||
# 1.0.0-alpha.28 (2020-03-20) | ||
# 1.0.0-alpha.24 (2020-02-19) | ||
# 1.0.0-alpha.13 (2020-01-24) | ||
# 1.0.0-alpha.12 (2020-01-22) | ||
# 0.9.0 (2020-01-09) | ||
# 1.0.0-beta.4 (2020-04-27) | ||
@@ -57,0 +114,0 @@ |
{ | ||
"name": "@aws-sdk/middleware-ssec", | ||
"version": "1.0.0-gamma.1", | ||
"version": "1.0.0-gamma.2", | ||
"scripts": { | ||
"prepublishOnly": "tsc", | ||
"pretest": "tsc -p tsconfig.test.json", | ||
"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", | ||
"test": "jest" | ||
}, | ||
"main": "./build/index.js", | ||
"types": "./build/index.d.ts", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/es/index.js", | ||
"types": "./dist/cjs/index.d.ts", | ||
"author": { | ||
@@ -17,10 +20,10 @@ "name": "AWS SDK for JavaScript Team", | ||
"dependencies": { | ||
"@aws-sdk/types": "1.0.0-gamma.1", | ||
"@aws-sdk/types": "1.0.0-gamma.2", | ||
"tslib": "^1.8.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^25.1.4", | ||
"jest": "^25.1.0", | ||
"@types/jest": "^26.0.4", | ||
"jest": "^26.1.0", | ||
"typescript": "~3.8.3" | ||
} | ||
} |
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
32640
11
161
1
+ Added@aws-sdk/types@1.0.0-gamma.2(transitive)
- Removed@aws-sdk/types@1.0.0-gamma.1(transitive)
Updated@aws-sdk/types@1.0.0-gamma.2