@smithy/core
Advanced tools
Comparing version 2.3.2 to 2.4.0
{ | ||
"name": "@smithy/core", | ||
"version": "2.3.2", | ||
"version": "2.4.0", | ||
"scripts": { | ||
@@ -14,3 +14,4 @@ "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", | ||
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"", | ||
"test": "yarn g:jest" | ||
"test": "yarn g:jest --maxWorkers=1", | ||
"test:cbor:perf": "node ./scripts/cbor-perf.mjs" | ||
}, | ||
@@ -33,2 +34,9 @@ "main": "./dist-cjs/index.js", | ||
"require": "./package.json" | ||
}, | ||
"./cbor": { | ||
"module": "./dist-es/submodules/cbor/index.js", | ||
"node": "./dist-cjs/submodules/cbor/index.js", | ||
"import": "./dist-es/submodules/cbor/index.js", | ||
"require": "./dist-cjs/submodules/cbor/index.js", | ||
"types": "./dist-types/submodules/cbor/index.d.ts" | ||
} | ||
@@ -44,8 +52,10 @@ }, | ||
"@smithy/middleware-endpoint": "^3.1.0", | ||
"@smithy/middleware-retry": "^3.0.14", | ||
"@smithy/middleware-retry": "^3.0.15", | ||
"@smithy/middleware-serde": "^3.0.3", | ||
"@smithy/protocol-http": "^4.1.0", | ||
"@smithy/smithy-client": "^3.1.12", | ||
"@smithy/smithy-client": "^3.2.0", | ||
"@smithy/types": "^3.3.0", | ||
"@smithy/util-body-length-browser": "^3.0.0", | ||
"@smithy/util-middleware": "^3.0.3", | ||
"@smithy/util-utf8": "^3.0.0", | ||
"tslib": "^2.6.2" | ||
@@ -64,3 +74,4 @@ }, | ||
"files": [ | ||
"dist-*/**" | ||
"dist-*/**", | ||
"./cbor.js" | ||
], | ||
@@ -77,2 +88,3 @@ "homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/core", | ||
"downlevel-dts": "0.10.1", | ||
"json-bigint": "^1.0.0", | ||
"rimraf": "3.0.2", | ||
@@ -79,0 +91,0 @@ "typedoc": "0.23.23" |
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
126046
99
2970
10
6