@smithy/util-utf8
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@smithy/util-utf8", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A UTF-8 string <-> UInt8Array converter", | ||
@@ -9,5 +9,5 @@ "main": "./dist-cjs/index.js", | ||
"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", | ||
@@ -18,3 +18,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" | ||
}, | ||
@@ -34,6 +34,4 @@ "author": { | ||
"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" | ||
}, | ||
@@ -60,3 +58,5 @@ "types": "./dist-types/index.d.ts", | ||
"./dist-es/fromUtf8": "./dist-es/fromUtf8.browser", | ||
"./dist-es/toUtf8": "./dist-es/toUtf8.browser" | ||
"./dist-es/toUtf8": "./dist-es/toUtf8.browser", | ||
"./dist-cjs/fromUtf8": "./dist-cjs/fromUtf8.browser", | ||
"./dist-cjs/toUtf8": "./dist-cjs/toUtf8.browser" | ||
}, | ||
@@ -63,0 +63,0 @@ "homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/util-utf8", |
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
17647
5