@xyo-network/modules 2.47.7 → 2.47.8

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
@@ -298904,7 +298904,7 @@
298904
298904
  "fileName": "modules/src/index.ts",
298905
298905
  "line": 1,
298906
298906
  "character": 0,
298907
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/0f3587761fe/packages/modules/src/index.ts#L1"
298907
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ec3193da6/packages/modules/src/index.ts#L1"
298908
298908
  }
298909
298909
  ]
298910
298910
  }
package/package.json CHANGED
@@ -10,14 +10,14 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/archivist": "^2.47.7",
14
- "@xyo-network/bridge": "^2.47.7",
15
- "@xyo-network/diviner": "^2.47.7",
16
- "@xyo-network/module": "^2.47.7",
17
- "@xyo-network/node": "^2.47.7",
18
- "@xyo-network/panel": "^2.47.7",
19
- "@xyo-network/sentinel": "^2.47.7",
20
- "@xyo-network/witness": "^2.47.7"
13
+ "@xyo-network/archivist": "^2.47.8",
14
+ "@xyo-network/bridge": "^2.47.8",
15
+ "@xyo-network/diviner": "^2.47.8",
16
+ "@xyo-network/module": "^2.47.8",
17
+ "@xyo-network/node": "^2.47.8",
18
+ "@xyo-network/panel": "^2.47.8",
19
+ "@xyo-network/sentinel": "^2.47.8",
20
+ "@xyo-network/witness": "^2.47.8"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@xylabs/ts-scripts-yarn3": "^2.14.16",
@@ -57,5 +57,5 @@
57
57
  },
58
58
  "sideEffects": false,
59
59
  "types": "dist/types/index.d.ts",
60
- "version": "2.47.7"
60
+ "version": "2.47.8"
61
61
  }