@xyo-network/sdk 2.29.0-rc.8 → 2.29.0-rc.9

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 +2 -2
  2. package/package.json +14 -14
package/dist/docs.json CHANGED
@@ -77945,7 +77945,7 @@
77945
77945
  },
77946
77946
  {
77947
77947
  "id": 4698,
77948
- "name": "discoverDebounce",
77948
+ "name": "getDebounce",
77949
77949
  "kind": 1024,
77950
77950
  "kindString": "Property",
77951
77951
  "flags": {
@@ -107494,7 +107494,7 @@
107494
107494
  "fileName": "packages/sdk/src/index.ts",
107495
107495
  "line": 1,
107496
107496
  "character": 0,
107497
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/fe0af37/packages/sdk/src/index.ts#L1"
107497
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/33be809/packages/sdk/src/index.ts#L1"
107498
107498
  }
107499
107499
  ]
107500
107500
  }
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-rc.8",
14
- "@xyo-network/api": "^2.29.0-rc.8",
15
- "@xyo-network/boundwitness": "^2.29.0-rc.8",
16
- "@xyo-network/core": "^2.29.0-rc.8",
17
- "@xyo-network/network": "^2.29.0-rc.8",
18
- "@xyo-network/panel": "^2.29.0-rc.8",
19
- "@xyo-network/payload": "^2.29.0-rc.8",
20
- "@xyo-network/payload-plugin": "^2.29.0-rc.8",
21
- "@xyo-network/storage": "^2.29.0-rc.8",
22
- "@xyo-network/typeof": "^2.29.0-rc.8",
23
- "@xyo-network/utils": "^2.29.0-rc.8",
24
- "@xyo-network/wallet": "^2.29.0-rc.8",
25
- "@xyo-network/witnesses": "^2.29.0-rc.8",
13
+ "@xyo-network/account": "^2.29.0-rc.9",
14
+ "@xyo-network/api": "^2.29.0-rc.9",
15
+ "@xyo-network/boundwitness": "^2.29.0-rc.9",
16
+ "@xyo-network/core": "^2.29.0-rc.9",
17
+ "@xyo-network/network": "^2.29.0-rc.9",
18
+ "@xyo-network/panel": "^2.29.0-rc.9",
19
+ "@xyo-network/payload": "^2.29.0-rc.9",
20
+ "@xyo-network/payload-plugin": "^2.29.0-rc.9",
21
+ "@xyo-network/storage": "^2.29.0-rc.9",
22
+ "@xyo-network/typeof": "^2.29.0-rc.9",
23
+ "@xyo-network/utils": "^2.29.0-rc.9",
24
+ "@xyo-network/wallet": "^2.29.0-rc.9",
25
+ "@xyo-network/witnesses": "^2.29.0-rc.9",
26
26
  "tslib": "^2.4.0"
27
27
  },
28
28
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -58,6 +58,6 @@
58
58
  },
59
59
  "sideEffects": false,
60
60
  "types": "dist/esm/index.d.ts",
61
- "version": "2.29.0-rc.8",
61
+ "version": "2.29.0-rc.9",
62
62
  "stableVersion": "2.28.1"
63
63
  }