@smithy/hash-stream-node
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@smithy/hash-stream-node", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"scripts": { | ||
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
@@ -25,4 +25,4 @@ "build:es": "tsc -p tsconfig.es.json", | ||
"dependencies": { | ||
"@smithy/types": "^1.1.0", | ||
"@smithy/util-utf8": "^1.0.1", | ||
"@smithy/types": "^1.1.1", | ||
"@smithy/util-utf8": "^1.0.2", | ||
"tslib": "^2.5.0" | ||
@@ -32,3 +32,3 @@ }, | ||
"@aws-crypto/sha256-js": "3.0.0", | ||
"@smithy/util-hex-encoding": "^1.0.1", | ||
"@smithy/util-hex-encoding": "^1.0.2", | ||
"@tsconfig/recommended": "1.0.1", | ||
@@ -35,0 +35,0 @@ "@types/node": "^14.14.31", |
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
20637
19
206
Updated@smithy/types@^1.1.1
Updated@smithy/util-utf8@^1.0.2