@smithy/property-provider
Advanced tools
Comparing version 2.0.10 to 2.0.11
{ | ||
"name": "@smithy/property-provider", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"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", | ||
@@ -14,3 +14,3 @@ "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz", | ||
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"", | ||
"test": "jest" | ||
"test": "yarn g:jest" | ||
}, | ||
@@ -26,3 +26,3 @@ "main": "./dist-cjs/index.js", | ||
"dependencies": { | ||
"@smithy/types": "^2.3.3", | ||
"@smithy/types": "^2.3.4", | ||
"tslib": "^2.5.0" | ||
@@ -53,6 +53,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" | ||
}, | ||
@@ -59,0 +57,0 @@ "typedoc": { |
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
5
31747
Updated@smithy/types@^2.3.4