@fleet-sdk/blockchain-providers 0.9.0 → 0.10.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/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @fleet-sdk/blockchain-providers
2
2
 
3
+ ## 0.10.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b17af12]
8
+ - Updated dependencies [5125398]
9
+ - Updated dependencies [fd4ffd7]
10
+ - Updated dependencies [799fff2]
11
+ - @fleet-sdk/common@0.10.0
12
+ - @fleet-sdk/core@0.10.0
13
+
14
+ ## 0.9.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [59018ee]
19
+ - @fleet-sdk/common@0.9.1
20
+ - @fleet-sdk/core@0.9.1
21
+
3
22
  ## 0.9.0
4
23
 
5
24
  ### Patch Changes
package/dist/index.js CHANGED
@@ -324,7 +324,7 @@ var sha256 = /* @__PURE__ */ createHasher(() => new SHA256());
324
324
  // ../../node_modules/.pnpm/@noble+hashes@1.8.0/node_modules/@noble/hashes/esm/sha256.js
325
325
  var sha2562 = sha256;
326
326
 
327
- // ../../node_modules/.pnpm/@scure+base@1.2.5/node_modules/@scure/base/lib/esm/index.js
327
+ // ../../node_modules/.pnpm/@scure+base@1.2.6/node_modules/@scure/base/lib/esm/index.js
328
328
  function isBytes2(a) {
329
329
  return a instanceof Uint8Array || ArrayBuffer.isView(a) && a.constructor.name === "Uint8Array";
330
330
  }