@xyo-network/sdk 2.33.9 → 2.33.10

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 +16 -16
package/dist/docs.json CHANGED
@@ -145242,7 +145242,7 @@
145242
145242
  "fileName": "packages/sdk/src/index.ts",
145243
145243
  "line": 1,
145244
145244
  "character": 0,
145245
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/cdafa6a/packages/sdk/src/index.ts#L1"
145245
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/517ea40/packages/sdk/src/index.ts#L1"
145246
145246
  }
145247
145247
  ]
145248
145248
  }
package/package.json CHANGED
@@ -10,21 +10,21 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/account": "^2.33.9",
14
- "@xyo-network/api": "^2.33.9",
15
- "@xyo-network/boundwitness": "^2.33.9",
16
- "@xyo-network/core": "^2.33.9",
17
- "@xyo-network/network": "^2.33.9",
18
- "@xyo-network/panel": "^2.33.9",
19
- "@xyo-network/payload": "^2.33.9",
20
- "@xyo-network/payload-plugin": "^2.33.9",
21
- "@xyo-network/promise": "^2.33.9",
22
- "@xyo-network/shared": "^2.33.9",
23
- "@xyo-network/storage": "^2.33.9",
24
- "@xyo-network/typeof": "^2.33.9",
25
- "@xyo-network/utils": "^2.33.9",
26
- "@xyo-network/wallet": "^2.33.9",
27
- "@xyo-network/witnesses": "^2.33.9",
13
+ "@xyo-network/account": "^2.33.10",
14
+ "@xyo-network/api": "^2.33.10",
15
+ "@xyo-network/boundwitness": "^2.33.10",
16
+ "@xyo-network/core": "^2.33.10",
17
+ "@xyo-network/network": "^2.33.10",
18
+ "@xyo-network/panel": "^2.33.10",
19
+ "@xyo-network/payload": "^2.33.10",
20
+ "@xyo-network/payload-plugin": "^2.33.10",
21
+ "@xyo-network/promise": "^2.33.10",
22
+ "@xyo-network/shared": "^2.33.10",
23
+ "@xyo-network/storage": "^2.33.10",
24
+ "@xyo-network/typeof": "^2.33.10",
25
+ "@xyo-network/utils": "^2.33.10",
26
+ "@xyo-network/wallet": "^2.33.10",
27
+ "@xyo-network/witnesses": "^2.33.10",
28
28
  "tslib": "^2.4.0"
29
29
  },
30
30
  "peerDependencies": {
@@ -64,5 +64,5 @@
64
64
  },
65
65
  "sideEffects": false,
66
66
  "types": "dist/esm/index.d.ts",
67
- "version": "2.33.9"
67
+ "version": "2.33.10"
68
68
  }