@xyo-network/sdk 2.30.0-rc.1 → 2.30.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/docs.json +1 -1
  2. package/package.json +14 -15
package/dist/docs.json CHANGED
@@ -105642,7 +105642,7 @@
105642
105642
  "fileName": "packages/sdk/src/index.ts",
105643
105643
  "line": 1,
105644
105644
  "character": 0,
105645
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2159e00/packages/sdk/src/index.ts#L1"
105645
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ac36cc2/packages/sdk/src/index.ts#L1"
105646
105646
  }
105647
105647
  ]
105648
105648
  }
package/package.json CHANGED
@@ -10,19 +10,19 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/account": "^2.30.0-rc.1",
14
- "@xyo-network/api": "^2.30.0-rc.1",
15
- "@xyo-network/boundwitness": "^2.30.0-rc.1",
16
- "@xyo-network/core": "^2.30.0-rc.1",
17
- "@xyo-network/network": "^2.30.0-rc.1",
18
- "@xyo-network/panel": "^2.30.0-rc.1",
19
- "@xyo-network/payload": "^2.30.0-rc.1",
20
- "@xyo-network/payload-plugin": "^2.30.0-rc.1",
21
- "@xyo-network/storage": "^2.30.0-rc.1",
22
- "@xyo-network/typeof": "^2.30.0-rc.1",
23
- "@xyo-network/utils": "^2.30.0-rc.1",
24
- "@xyo-network/wallet": "^2.30.0-rc.1",
25
- "@xyo-network/witnesses": "^2.30.0-rc.1",
13
+ "@xyo-network/account": "^2.30.0",
14
+ "@xyo-network/api": "^2.30.0",
15
+ "@xyo-network/boundwitness": "^2.30.0",
16
+ "@xyo-network/core": "^2.30.0",
17
+ "@xyo-network/network": "^2.30.0",
18
+ "@xyo-network/panel": "^2.30.0",
19
+ "@xyo-network/payload": "^2.30.0",
20
+ "@xyo-network/payload-plugin": "^2.30.0",
21
+ "@xyo-network/storage": "^2.30.0",
22
+ "@xyo-network/typeof": "^2.30.0",
23
+ "@xyo-network/utils": "^2.30.0",
24
+ "@xyo-network/wallet": "^2.30.0",
25
+ "@xyo-network/witnesses": "^2.30.0",
26
26
  "tslib": "^2.4.0"
27
27
  },
28
28
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -58,6 +58,5 @@
58
58
  },
59
59
  "sideEffects": false,
60
60
  "types": "dist/esm/index.d.ts",
61
- "version": "2.30.0-rc.1",
62
- "stableVersion": "2.29.2"
61
+ "version": "2.30.0"
63
62
  }