@xyo-network/sdk 2.38.0-rc.1 → 2.38.0-rc.2

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
@@ -136549,7 +136549,7 @@
136549
136549
  "fileName": "packages/sdk/src/index.ts",
136550
136550
  "line": 1,
136551
136551
  "character": 0,
136552
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a25b8681/packages/sdk/src/index.ts#L1"
136552
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/c580039f/packages/sdk/src/index.ts#L1"
136553
136553
  }
136554
136554
  ]
136555
136555
  }
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.38.0-rc.1",
14
- "@xyo-network/api": "^2.38.0-rc.1",
15
- "@xyo-network/boundwitness": "^2.38.0-rc.1",
16
- "@xyo-network/core": "^2.38.0-rc.1",
17
- "@xyo-network/network": "^2.38.0-rc.1",
18
- "@xyo-network/panel": "^2.38.0-rc.1",
19
- "@xyo-network/payload": "^2.38.0-rc.1",
20
- "@xyo-network/payload-plugin": "^2.38.0-rc.1",
21
- "@xyo-network/promise": "^2.38.0-rc.1",
22
- "@xyo-network/shared": "^2.38.0-rc.1",
23
- "@xyo-network/storage": "^2.38.0-rc.1",
24
- "@xyo-network/typeof": "^2.38.0-rc.1",
25
- "@xyo-network/utils": "^2.38.0-rc.1",
26
- "@xyo-network/wallet": "^2.38.0-rc.1",
27
- "@xyo-network/witnesses": "^2.38.0-rc.1",
13
+ "@xyo-network/account": "^2.38.0-rc.2",
14
+ "@xyo-network/api": "^2.38.0-rc.2",
15
+ "@xyo-network/boundwitness": "^2.38.0-rc.2",
16
+ "@xyo-network/core": "^2.38.0-rc.2",
17
+ "@xyo-network/network": "^2.38.0-rc.2",
18
+ "@xyo-network/panel": "^2.38.0-rc.2",
19
+ "@xyo-network/payload": "^2.38.0-rc.2",
20
+ "@xyo-network/payload-plugin": "^2.38.0-rc.2",
21
+ "@xyo-network/promise": "^2.38.0-rc.2",
22
+ "@xyo-network/shared": "^2.38.0-rc.2",
23
+ "@xyo-network/storage": "^2.38.0-rc.2",
24
+ "@xyo-network/typeof": "^2.38.0-rc.2",
25
+ "@xyo-network/utils": "^2.38.0-rc.2",
26
+ "@xyo-network/wallet": "^2.38.0-rc.2",
27
+ "@xyo-network/witnesses": "^2.38.0-rc.2",
28
28
  "tslib": "^2.4.0"
29
29
  },
30
30
  "peerDependencies": {
@@ -64,6 +64,6 @@
64
64
  },
65
65
  "sideEffects": false,
66
66
  "types": "dist/esm/index.d.ts",
67
- "version": "2.38.0-rc.1",
67
+ "version": "2.38.0-rc.2",
68
68
  "stableVersion": "2.37.6"
69
69
  }