@smithy/hash-blob-browser 2.1.0 → 2.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -32,6 +32,8 @@ var blobHasher = /* @__PURE__ */ __name(async function blobHasher2(hashCtor, blo
32
32
  return hash.digest();
33
33
  }, "blobHasher");
34
34
  // Annotate the CommonJS export names for ESM import in node:
35
+
35
36
  0 && (module.exports = {
36
37
  blobHasher
37
38
  });
39
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/hash-blob-browser",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline hash-blob-browser",
@@ -22,14 +22,14 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@smithy/chunked-blob-reader": "^2.1.0",
26
- "@smithy/chunked-blob-reader-native": "^2.1.0",
27
- "@smithy/types": "^2.9.0",
25
+ "@smithy/chunked-blob-reader": "^2.1.1",
26
+ "@smithy/chunked-blob-reader-native": "^2.1.1",
27
+ "@smithy/types": "^2.10.0",
28
28
  "tslib": "^2.5.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@aws-crypto/sha256-js": "3.0.0",
32
- "@smithy/util-hex-encoding": "^2.1.0",
32
+ "@smithy/util-hex-encoding": "^2.1.1",
33
33
  "@tsconfig/recommended": "1.0.1",
34
34
  "@types/chai-as-promised": "^7.1.2",
35
35
  "chai": "^4.2.0",