@xyo-network/modules 2.45.0-rc.4 → 2.45.0

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 -10
package/dist/docs.json CHANGED
@@ -250287,7 +250287,7 @@
250287
250287
  "fileName": "modules/src/index.ts",
250288
250288
  "line": 1,
250289
250289
  "character": 0,
250290
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7fe42a436ee/packages/modules/src/index.ts#L1"
250290
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2eb193b0a/packages/modules/src/index.ts#L1"
250291
250291
  }
250292
250292
  ]
250293
250293
  }
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.45.0-rc.4",
14
- "@xyo-network/bridge": "^2.45.0-rc.4",
15
- "@xyo-network/diviner": "^2.45.0-rc.4",
16
- "@xyo-network/module": "^2.45.0-rc.4",
17
- "@xyo-network/node": "^2.45.0-rc.4",
18
- "@xyo-network/panel": "^2.45.0-rc.4",
19
- "@xyo-network/sentinel": "^2.45.0-rc.4",
20
- "@xyo-network/witness": "^2.45.0-rc.4"
13
+ "@xyo-network/archivist": "^2.45.0",
14
+ "@xyo-network/bridge": "^2.45.0",
15
+ "@xyo-network/diviner": "^2.45.0",
16
+ "@xyo-network/module": "^2.45.0",
17
+ "@xyo-network/node": "^2.45.0",
18
+ "@xyo-network/panel": "^2.45.0",
19
+ "@xyo-network/sentinel": "^2.45.0",
20
+ "@xyo-network/witness": "^2.45.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@xylabs/ts-scripts-yarn3": "^2.14.15",
@@ -57,6 +57,5 @@
57
57
  },
58
58
  "sideEffects": false,
59
59
  "types": "dist/types/index.d.ts",
60
- "version": "2.45.0-rc.4",
61
- "stableVersion": "2.44.1"
60
+ "version": "2.45.0"
62
61
  }