@xyo-network/modules 2.64.0 → 2.64.1

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 +3 -3
  2. package/package.json +8 -8
package/dist/docs.json CHANGED
@@ -358336,7 +358336,7 @@
358336
358336
  "type": "array",
358337
358337
  "elementType": {
358338
358338
  "type": "literal",
358339
- "value": "network.xyo.module.config.archivist.storage"
358339
+ "value": "network.xyo.archivist.storage.config"
358340
358340
  }
358341
358341
  },
358342
358342
  "overwrites": {
@@ -456902,7 +456902,7 @@
456902
456902
  ],
456903
456903
  "type": {
456904
456904
  "type": "literal",
456905
- "value": "network.xyo.module.config.archivist.storage"
456905
+ "value": "network.xyo.archivist.storage.config"
456906
456906
  }
456907
456907
  },
456908
456908
  {
@@ -458848,7 +458848,7 @@
458848
458848
  ],
458849
458849
  "type": {
458850
458850
  "type": "literal",
458851
- "value": "network.xyo.module.config.archivist.storage"
458851
+ "value": "network.xyo.archivist.storage.config"
458852
458852
  }
458853
458853
  },
458854
458854
  {
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.64.0",
14
- "@xyo-network/bridge": "^2.64.0",
15
- "@xyo-network/diviner": "^2.64.0",
16
- "@xyo-network/module": "^2.64.0",
17
- "@xyo-network/node": "^2.64.0",
18
- "@xyo-network/sentinel": "^2.64.0",
19
- "@xyo-network/witness": "^2.64.0"
13
+ "@xyo-network/archivist": "^2.64.1",
14
+ "@xyo-network/bridge": "^2.64.1",
15
+ "@xyo-network/diviner": "^2.64.1",
16
+ "@xyo-network/module": "^2.64.1",
17
+ "@xyo-network/node": "^2.64.1",
18
+ "@xyo-network/sentinel": "^2.64.1",
19
+ "@xyo-network/witness": "^2.64.1"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@xylabs/ts-scripts-yarn3": "^2.17.17",
@@ -56,5 +56,5 @@
56
56
  },
57
57
  "sideEffects": false,
58
58
  "types": "dist/types/index.d.ts",
59
- "version": "2.64.0"
59
+ "version": "2.64.1"
60
60
  }