@xyo-network/modules 2.43.34 → 2.43.35

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
@@ -226507,7 +226507,7 @@
226507
226507
  "fileName": "modules/src/index.ts",
226508
226508
  "line": 1,
226509
226509
  "character": 0,
226510
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/71741029b69/packages/modules/src/index.ts#L1"
226510
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/f0216a02940/packages/modules/src/index.ts#L1"
226511
226511
  }
226512
226512
  ]
226513
226513
  }
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.34",
14
- "@xyo-network/bridge": "^2.43.34",
15
- "@xyo-network/diviner": "^2.43.34",
16
- "@xyo-network/module": "^2.43.34",
17
- "@xyo-network/node": "^2.43.34",
18
- "@xyo-network/panel": "^2.43.34",
19
- "@xyo-network/witness": "^2.43.34"
13
+ "@xyo-network/archivist": "^2.43.35",
14
+ "@xyo-network/bridge": "^2.43.35",
15
+ "@xyo-network/diviner": "^2.43.35",
16
+ "@xyo-network/module": "^2.43.35",
17
+ "@xyo-network/node": "^2.43.35",
18
+ "@xyo-network/panel": "^2.43.35",
19
+ "@xyo-network/witness": "^2.43.35"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@xylabs/ts-scripts-yarn3": "^2.14.13",
@@ -56,5 +56,5 @@
56
56
  },
57
57
  "sideEffects": false,
58
58
  "types": "dist/types/index.d.ts",
59
- "version": "2.43.34"
59
+ "version": "2.43.35"
60
60
  }