@aws-sdk/sha256-tree-hash 3.495.0 → 3.496.0

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
@@ -122,6 +122,8 @@ var _TreeHash = class _TreeHash {
122
122
  __name(_TreeHash, "TreeHash");
123
123
  var TreeHash = _TreeHash;
124
124
  // Annotate the CommonJS export names for ESM import in node:
125
+
125
126
  0 && (module.exports = {
126
127
  TreeHash
127
128
  });
129
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/sha256-tree-hash",
3
- "version": "3.495.0",
3
+ "version": "3.496.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline sha256-tree-hash",
@@ -20,14 +20,14 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.495.0",
24
- "@smithy/types": "^2.9.0",
23
+ "@aws-sdk/types": "3.496.0",
24
+ "@smithy/types": "^2.9.1",
25
25
  "tslib": "^2.5.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@aws-crypto/sha256-js": "3.0.0",
29
- "@smithy/util-hex-encoding": "^2.1.0",
30
- "@smithy/util-utf8": "^2.1.0",
29
+ "@smithy/util-hex-encoding": "^2.1.1",
30
+ "@smithy/util-utf8": "^2.1.1",
31
31
  "@tsconfig/recommended": "1.0.1",
32
32
  "concurrently": "7.0.0",
33
33
  "downlevel-dts": "0.10.1",