@xyo-network/modules 2.38.23 → 2.38.24

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 +6 -6
package/dist/docs.json CHANGED
@@ -111891,7 +111891,7 @@
111891
111891
  "fileName": "modules/src/index.ts",
111892
111892
  "line": 1,
111893
111893
  "character": 0,
111894
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/e9fe0ae88/packages/modules/src/index.ts#L1"
111894
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/4b79131c3/packages/modules/src/index.ts#L1"
111895
111895
  }
111896
111896
  ]
111897
111897
  }
package/package.json CHANGED
@@ -10,11 +10,11 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/archivist": "^2.38.23",
14
- "@xyo-network/diviner": "^2.38.23",
15
- "@xyo-network/module": "^2.38.23",
16
- "@xyo-network/node": "^2.38.23",
17
- "@xyo-network/witness": "^2.38.23",
13
+ "@xyo-network/archivist": "^2.38.24",
14
+ "@xyo-network/diviner": "^2.38.24",
15
+ "@xyo-network/module": "^2.38.24",
16
+ "@xyo-network/node": "^2.38.24",
17
+ "@xyo-network/witness": "^2.38.24",
18
18
  "tslib": "^2.4.0"
19
19
  },
20
20
  "peerDependencies": {
@@ -54,5 +54,5 @@
54
54
  },
55
55
  "sideEffects": false,
56
56
  "types": "dist/esm/index.d.ts",
57
- "version": "2.38.23"
57
+ "version": "2.38.24"
58
58
  }