@aws-sdk/eventstream-serde-config-resolver
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/eventstream-serde-config-resolver", | ||
"version": "3.10.0", | ||
"version": "3.12.0", | ||
"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" | ||
@@ -21,3 +20,3 @@ }, | ||
"dependencies": { | ||
"@aws-sdk/types": "3.10.0", | ||
"@aws-sdk/types": "3.12.0", | ||
"tslib": "^1.8.0" | ||
@@ -24,0 +23,0 @@ }, |
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
29505
14
63
+ Added@aws-sdk/types@3.12.0(transitive)
- Removed@aws-sdk/types@3.10.0(transitive)
Updated@aws-sdk/types@3.12.0