@aws-sdk/eventstream-serde-config-resolver
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/eventstream-serde-config-resolver | ||
# [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/eventstream-serde-config-resolver", | ||
"version": "3.34.0", | ||
"version": "3.35.0", | ||
"scripts": { | ||
@@ -9,8 +9,8 @@ "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" | ||
}, | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/es/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"main": "./dist-cjs/index.js", | ||
"module": "./dist-es/index.js", | ||
"types": "./dist-types/index.d.ts", | ||
"author": { | ||
@@ -22,3 +22,3 @@ "name": "AWS SDK for JavaScript Team", | ||
"dependencies": { | ||
"@aws-sdk/types": "3.34.0", | ||
"@aws-sdk/types": "3.35.0", | ||
"tslib": "^2.3.0" | ||
@@ -36,4 +36,4 @@ }, | ||
"<4.0": { | ||
"dist/types/*": [ | ||
"dist/types/ts3.4/*" | ||
"dist-types/*": [ | ||
"dist-types/ts3.4/*" | ||
] | ||
@@ -40,0 +40,0 @@ } |
{ | ||
"compilerOptions": { | ||
"baseUrl": ".", | ||
"outDir": "dist/cjs", | ||
"outDir": "dist-cjs", | ||
"rootDir": "src" | ||
@@ -6,0 +6,0 @@ }, |
@@ -5,3 +5,3 @@ { | ||
"lib": ["es2018.asynciterable"], | ||
"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 @@ }, |
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
33404
+ Added@aws-sdk/types@3.35.0(transitive)
- Removed@aws-sdk/types@3.34.0(transitive)
Updated@aws-sdk/types@3.35.0