@xyo-network/modules 2.43.25 → 2.43.26

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
@@ -225161,7 +225161,7 @@
225161
225161
  "fileName": "modules/src/index.ts",
225162
225162
  "line": 1,
225163
225163
  "character": 0,
225164
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/9640abd48/packages/modules/src/index.ts#L1"
225164
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/d0c70901a/packages/modules/src/index.ts#L1"
225165
225165
  }
225166
225166
  ]
225167
225167
  }
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.43.25",
14
- "@xyo-network/bridge": "^2.43.25",
15
- "@xyo-network/diviner": "^2.43.25",
16
- "@xyo-network/module": "^2.43.25",
17
- "@xyo-network/node": "^2.43.25",
18
- "@xyo-network/panel": "^2.43.25",
19
- "@xyo-network/witness": "^2.43.25"
13
+ "@xyo-network/archivist": "^2.43.26",
14
+ "@xyo-network/bridge": "^2.43.26",
15
+ "@xyo-network/diviner": "^2.43.26",
16
+ "@xyo-network/module": "^2.43.26",
17
+ "@xyo-network/node": "^2.43.26",
18
+ "@xyo-network/panel": "^2.43.26",
19
+ "@xyo-network/witness": "^2.43.26"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@xylabs/ts-scripts-yarn3": "^2.12.30"
@@ -54,5 +54,5 @@
54
54
  },
55
55
  "sideEffects": false,
56
56
  "types": "dist/types/index.d.ts",
57
- "version": "2.43.25"
57
+ "version": "2.43.26"
58
58
  }