@obelyzk/sdk 0.5.0 → 1.0.1

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.
@@ -19,7 +19,7 @@ import {
19
19
  randomBytes,
20
20
  randomScalar,
21
21
  subMod
22
- } from "../chunk-O2PF7VJA.mjs";
22
+ } from "../chunk-CGPFHXUF.mjs";
23
23
  export {
24
24
  AssetId,
25
25
  CURVE_ORDER,
@@ -16,7 +16,7 @@ import {
16
16
  WorkersClient,
17
17
  getContractsForNetwork
18
18
  } from "../chunk-LXJT3QK6.mjs";
19
- import "../chunk-O2PF7VJA.mjs";
19
+ import "../chunk-CGPFHXUF.mjs";
20
20
 
21
21
  // src/react/providers/BitSageProvider.tsx
22
22
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obelyzk/sdk",
3
- "version": "0.5.0",
3
+ "version": "1.0.1",
4
4
  "description": "BitSage Network SDK - Client library for distributed compute, privacy swaps, and Obelysk encryption",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",