@smithy/hash-blob-browser
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@smithy/hash-blob-browser", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"scripts": { | ||
@@ -25,4 +25,4 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"dependencies": { | ||
"@smithy/chunked-blob-reader": "workspace:^", | ||
"@smithy/types": "workspace:^", | ||
"@smithy/chunked-blob-reader": "^1.0.1", | ||
"@smithy/types": "^1.1.0", | ||
"tslib": "^2.5.0" | ||
@@ -32,3 +32,3 @@ }, | ||
"@aws-crypto/sha256-js": "3.0.0", | ||
"@smithy/util-hex-encoding": "workspace:^", | ||
"@smithy/util-hex-encoding": "^1.0.1", | ||
"@tsconfig/recommended": "1.0.1", | ||
@@ -79,3 +79,6 @@ "@types/chai-as-promised": "^7.1.2", | ||
"entryPoint": "src/index.ts" | ||
}, | ||
"publishConfig": { | ||
"directory": ".release/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
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
15144
+ Added@smithy/chunked-blob-reader@1.1.0(transitive)
+ Added@smithy/types@1.2.0(transitive)
Updated@smithy/types@^1.1.0