@xyo-network/sdk 2.33.2 → 2.33.3

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
@@ -145936,7 +145936,7 @@
145936
145936
  "fileName": "packages/sdk/src/index.ts",
145937
145937
  "line": 1,
145938
145938
  "character": 0,
145939
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0eeb8fe/packages/sdk/src/index.ts#L1"
145939
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/e44882a/packages/sdk/src/index.ts#L1"
145940
145940
  }
145941
145941
  ]
145942
145942
  }
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.2",
14
- "@xyo-network/api": "^2.33.2",
15
- "@xyo-network/boundwitness": "^2.33.2",
16
- "@xyo-network/core": "^2.33.2",
17
- "@xyo-network/network": "^2.33.2",
18
- "@xyo-network/panel": "^2.33.2",
19
- "@xyo-network/payload": "^2.33.2",
20
- "@xyo-network/payload-plugin": "^2.33.2",
21
- "@xyo-network/promise": "^2.33.2",
22
- "@xyo-network/shared": "^2.33.2",
23
- "@xyo-network/storage": "^2.33.2",
24
- "@xyo-network/typeof": "^2.33.2",
25
- "@xyo-network/utils": "^2.33.2",
26
- "@xyo-network/wallet": "^2.33.2",
27
- "@xyo-network/witnesses": "^2.33.2",
13
+ "@xyo-network/account": "^2.33.3",
14
+ "@xyo-network/api": "^2.33.3",
15
+ "@xyo-network/boundwitness": "^2.33.3",
16
+ "@xyo-network/core": "^2.33.3",
17
+ "@xyo-network/network": "^2.33.3",
18
+ "@xyo-network/panel": "^2.33.3",
19
+ "@xyo-network/payload": "^2.33.3",
20
+ "@xyo-network/payload-plugin": "^2.33.3",
21
+ "@xyo-network/promise": "^2.33.3",
22
+ "@xyo-network/shared": "^2.33.3",
23
+ "@xyo-network/storage": "^2.33.3",
24
+ "@xyo-network/typeof": "^2.33.3",
25
+ "@xyo-network/utils": "^2.33.3",
26
+ "@xyo-network/wallet": "^2.33.3",
27
+ "@xyo-network/witnesses": "^2.33.3",
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.2"
67
+ "version": "2.33.3"
68
68
  }