@xyo-network/modules 2.42.16 → 2.42.17

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 +9 -9
package/dist/docs.json CHANGED
@@ -158746,7 +158746,7 @@
158746
158746
  "fileName": "modules/src/index.ts",
158747
158747
  "line": 1,
158748
158748
  "character": 0,
158749
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/632d43894/packages/modules/src/index.ts#L1"
158749
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/40f316a9a/packages/modules/src/index.ts#L1"
158750
158750
  }
158751
158751
  ]
158752
158752
  }
package/package.json CHANGED
@@ -10,16 +10,16 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/archivist": "^2.42.16",
14
- "@xyo-network/bridge": "^2.42.16",
15
- "@xyo-network/diviner": "^2.42.16",
16
- "@xyo-network/module": "^2.42.16",
17
- "@xyo-network/node": "^2.42.16",
18
- "@xyo-network/panel": "^2.42.16",
19
- "@xyo-network/witness": "^2.42.16"
13
+ "@xyo-network/archivist": "^2.42.17",
14
+ "@xyo-network/bridge": "^2.42.17",
15
+ "@xyo-network/diviner": "^2.42.17",
16
+ "@xyo-network/module": "^2.42.17",
17
+ "@xyo-network/node": "^2.42.17",
18
+ "@xyo-network/panel": "^2.42.17",
19
+ "@xyo-network/witness": "^2.42.17"
20
20
  },
21
21
  "devDependencies": {
22
- "@xylabs/ts-scripts-yarn3": "^2.10.25",
22
+ "@xylabs/ts-scripts-yarn3": "^2.11.16",
23
23
  "axios": "~1.2.1",
24
24
  "pako": "^2.1.0"
25
25
  },
@@ -60,5 +60,5 @@
60
60
  },
61
61
  "sideEffects": false,
62
62
  "types": "dist/esm/index.d.ts",
63
- "version": "2.42.16"
63
+ "version": "2.42.17"
64
64
  }