@obelyzk/sdk 1.2.0 → 1.3.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.
Files changed (2) hide show
  1. package/dist/index.mjs +3 -3
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -1,3 +1,6 @@
1
+ import {
2
+ AgentFirewallSDK
3
+ } from "./chunk-BHUXKNDT.mjs";
1
4
  import {
2
5
  BatchClient,
3
6
  BitSageClient,
@@ -65,9 +68,6 @@ import {
65
68
  toFelt,
66
69
  verifyTransferProof
67
70
  } from "./chunk-LXJT3QK6.mjs";
68
- import {
69
- AgentFirewallSDK
70
- } from "./chunk-BHUXKNDT.mjs";
71
71
  import {
72
72
  AssetId,
73
73
  CURVE_ORDER,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@obelyzk/sdk",
3
- "version": "1.2.0",
4
- "description": "BitSage Network SDK - Client library for distributed compute, privacy swaps, and Obelysk encryption",
3
+ "version": "1.3.0",
4
+ "description": "ObelyZK SDK verifiable ML inference on Starknet with recursive STARK proofs",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -99,7 +99,7 @@
99
99
  "access": "public",
100
100
  "registry": "https://registry.npmjs.org/"
101
101
  },
102
- "homepage": "https://bitsage.network",
102
+ "homepage": "https://obelysk.com",
103
103
  "bugs": {
104
104
  "url": "https://github.com/Bitsage-Network/bitsage-network/issues"
105
105
  },