@xyo-network/xl1-cli 1.19.2 → 1.19.3

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/cli-min.mjs +1 -1
  2. package/package.json +2 -2
package/dist/cli-min.mjs CHANGED
@@ -350214,7 +350214,7 @@ var waitForHostPort = /* @__PURE__ */ __name((host, port) => {
350214
350214
 
350215
350215
  // src/runCLI.ts
350216
350216
  var configuration;
350217
- var version = isDefined("1.19.1") ? "1.19.1" : "unknown";
350217
+ var version = isDefined("1.19.2") ? "1.19.2" : "unknown";
350218
350218
  var getContextFromConfig = /* @__PURE__ */ __name(async (configuration2) => {
350219
350219
  const logger = initLogger(configuration2);
350220
350220
  const orchestrator = await Orchestrator.create({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/xl1-cli",
3
- "version": "1.19.2",
3
+ "version": "1.19.3",
4
4
  "description": "XYO Layer One CLI",
5
5
  "homepage": "https://xylabs.com",
6
6
  "bugs": {
@@ -75,7 +75,7 @@
75
75
  "@xyo-network/payload-model": "~5.3.2",
76
76
  "@xyo-network/wallet": "~5.3.2",
77
77
  "@xyo-network/wallet-model": "~5.3.2",
78
- "@xyo-network/xl1-cli-lib": "~1.19.2",
78
+ "@xyo-network/xl1-cli-lib": "~1.19.3",
79
79
  "@xyo-network/xl1-sdk": "~1.20.9",
80
80
  "async-mutex": "~0.5.0",
81
81
  "dotenv": "~17.2.3",