@xyo-network/modules 2.42.21 → 2.43.0

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 +8 -8
package/dist/docs.json CHANGED
@@ -159240,7 +159240,7 @@
159240
159240
  "fileName": "modules/src/index.ts",
159241
159241
  "line": 1,
159242
159242
  "character": 0,
159243
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/6beae8f2d/packages/modules/src/index.ts#L1"
159243
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/4804706dd/packages/modules/src/index.ts#L1"
159244
159244
  }
159245
159245
  ]
159246
159246
  }
package/package.json CHANGED
@@ -10,13 +10,13 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/archivist": "^2.42.21",
14
- "@xyo-network/bridge": "^2.42.21",
15
- "@xyo-network/diviner": "^2.42.21",
16
- "@xyo-network/module": "^2.42.21",
17
- "@xyo-network/node": "^2.42.21",
18
- "@xyo-network/panel": "^2.42.21",
19
- "@xyo-network/witness": "^2.42.21"
13
+ "@xyo-network/archivist": "^2.43.0",
14
+ "@xyo-network/bridge": "^2.43.0",
15
+ "@xyo-network/diviner": "^2.43.0",
16
+ "@xyo-network/module": "^2.43.0",
17
+ "@xyo-network/node": "^2.43.0",
18
+ "@xyo-network/panel": "^2.43.0",
19
+ "@xyo-network/witness": "^2.43.0"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@xylabs/ts-scripts-yarn3": "^2.11.16",
@@ -58,5 +58,5 @@
58
58
  },
59
59
  "sideEffects": false,
60
60
  "types": "dist/esm/index.d.ts",
61
- "version": "2.42.21"
61
+ "version": "2.43.0"
62
62
  }