@aws-sdk/eventstream-marshaller
Advanced tools
Comparing version 3.3.0 to 3.4.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.4.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.3.0...v3.4.0) (2021-01-28) | ||
### Features | ||
* use downlevel-dts to generate TS 3.4 compatible types ([#1943](https://github.com/aws/aws-sdk-js-v3/issues/1943)) ([63ad215](https://github.com/aws/aws-sdk-js-v3/commit/63ad2151c8bb7be32ea8838a9b0974806ed3906b)) | ||
# [3.3.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.2.0...v3.3.0) (2021-01-14) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@aws-sdk/eventstream-marshaller", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"scripts": { | ||
@@ -10,2 +10,3 @@ "prepublishOnly": "yarn build:cjs && yarn build:es", | ||
"build": "yarn build:es && yarn build:cjs", | ||
"postbuild": "downlevel-dts types types/ts3.4", | ||
"test": "jest --coverage" | ||
@@ -15,3 +16,3 @@ }, | ||
"module": "./dist/es/index.js", | ||
"types": "./dist/cjs/index.d.ts", | ||
"types": "./types/index.d.ts", | ||
"author": { | ||
@@ -24,9 +25,9 @@ "name": "AWS SDK for JavaScript Team", | ||
"@aws-crypto/crc32": "^1.0.0", | ||
"@aws-sdk/types": "3.1.0", | ||
"@aws-sdk/util-hex-encoding": "3.1.0", | ||
"@aws-sdk/types": "3.4.0", | ||
"@aws-sdk/util-hex-encoding": "3.4.0", | ||
"tslib": "^1.8.0" | ||
}, | ||
"devDependencies": { | ||
"@aws-sdk/util-utf8-browser": "3.1.0", | ||
"@aws-sdk/util-utf8-node": "3.1.0", | ||
"@aws-sdk/util-utf8-browser": "3.4.0", | ||
"@aws-sdk/util-utf8-node": "3.4.0", | ||
"@types/jest": "^26.0.4", | ||
@@ -43,2 +44,9 @@ "@types/node": "^10.0.0", | ||
}, | ||
"typesVersions": { | ||
"<3.9": { | ||
"types/*": [ | ||
"types/ts3.4/*" | ||
] | ||
} | ||
}, | ||
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/master/packages/eventstream-marshaller", | ||
@@ -45,0 +53,0 @@ "repository": { |
{ | ||
"compilerOptions": { | ||
"declarationDir": "./types", | ||
"rootDir": "./src", | ||
@@ -4,0 +5,0 @@ "outDir": "./dist/cjs", |
{ | ||
"compilerOptions": { | ||
"lib": ["es5", "es2015.promise", "es2015.collection", "es2015.iterable", "es2015.symbol.wellknown"], | ||
"declarationDir": "./types", | ||
"rootDir": "./src", | ||
@@ -5,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
179427
2154
+ Added@aws-sdk/types@3.4.0(transitive)
+ Added@aws-sdk/util-hex-encoding@3.4.0(transitive)
- Removed@aws-sdk/types@3.1.0(transitive)
- Removed@aws-sdk/util-hex-encoding@3.1.0(transitive)
Updated@aws-sdk/types@3.4.0