@xyo-network/sdk 2.29.0 → 2.29.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.
Files changed (2) hide show
  1. package/dist/docs.json +1 -1
  2. package/package.json +14 -14
package/dist/docs.json CHANGED
@@ -107515,7 +107515,7 @@
107515
107515
  "fileName": "packages/sdk/src/index.ts",
107516
107516
  "line": 1,
107517
107517
  "character": 0,
107518
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/8093f6c/packages/sdk/src/index.ts#L1"
107518
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/3865997/packages/sdk/src/index.ts#L1"
107519
107519
  }
107520
107520
  ]
107521
107521
  }
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.29.0",
14
- "@xyo-network/api": "^2.29.0",
15
- "@xyo-network/boundwitness": "^2.29.0",
16
- "@xyo-network/core": "^2.29.0",
17
- "@xyo-network/network": "^2.29.0",
18
- "@xyo-network/panel": "^2.29.0",
19
- "@xyo-network/payload": "^2.29.0",
20
- "@xyo-network/payload-plugin": "^2.29.0",
21
- "@xyo-network/storage": "^2.29.0",
22
- "@xyo-network/typeof": "^2.29.0",
23
- "@xyo-network/utils": "^2.29.0",
24
- "@xyo-network/wallet": "^2.29.0",
25
- "@xyo-network/witnesses": "^2.29.0",
13
+ "@xyo-network/account": "^2.29.1",
14
+ "@xyo-network/api": "^2.29.1",
15
+ "@xyo-network/boundwitness": "^2.29.1",
16
+ "@xyo-network/core": "^2.29.1",
17
+ "@xyo-network/network": "^2.29.1",
18
+ "@xyo-network/panel": "^2.29.1",
19
+ "@xyo-network/payload": "^2.29.1",
20
+ "@xyo-network/payload-plugin": "^2.29.1",
21
+ "@xyo-network/storage": "^2.29.1",
22
+ "@xyo-network/typeof": "^2.29.1",
23
+ "@xyo-network/utils": "^2.29.1",
24
+ "@xyo-network/wallet": "^2.29.1",
25
+ "@xyo-network/witnesses": "^2.29.1",
26
26
  "tslib": "^2.4.0"
27
27
  },
28
28
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -58,5 +58,5 @@
58
58
  },
59
59
  "sideEffects": false,
60
60
  "types": "dist/esm/index.d.ts",
61
- "version": "2.29.0"
61
+ "version": "2.29.1"
62
62
  }