@smithy/eventstream-serde-node
Advanced tools
Comparing version 2.0.9 to 2.0.10
{ | ||
"name": "@smithy/eventstream-serde-node", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"scripts": { | ||
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build:es": "tsc -p tsconfig.es.json", | ||
"build:types": "tsc -p tsconfig.types.json", | ||
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json", | ||
"build:es": "yarn g:tsc -p tsconfig.es.json", | ||
"build:types": "yarn g:tsc -p tsconfig.types.json", | ||
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4", | ||
@@ -25,4 +25,4 @@ "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz", | ||
"dependencies": { | ||
"@smithy/eventstream-serde-universal": "^2.0.9", | ||
"@smithy/types": "^2.3.3", | ||
"@smithy/eventstream-serde-universal": "^2.0.10", | ||
"@smithy/types": "^2.3.4", | ||
"tslib": "^2.5.0" | ||
@@ -35,6 +35,4 @@ }, | ||
"downlevel-dts": "0.10.1", | ||
"jest": "28.1.1", | ||
"rimraf": "3.0.2", | ||
"typedoc": "0.23.23", | ||
"typescript": "~4.9.5" | ||
"typedoc": "0.23.23" | ||
}, | ||
@@ -41,0 +39,0 @@ "engines": { |
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
6
21071