@xyo-network/xl1-cli 1.17.6 → 1.17.7

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 +5 -5
package/dist/cli-min.mjs CHANGED
@@ -311082,7 +311082,7 @@ var waitForHostPort = /* @__PURE__ */ __name((host, port) => {
311082
311082
 
311083
311083
  // src/runCLI.ts
311084
311084
  var configuration;
311085
- var version = isDefined("1.17.5") ? "1.17.5" : "unknown";
311085
+ var version = isDefined("1.17.6") ? "1.17.6" : "unknown";
311086
311086
  var getContextFromConfig = /* @__PURE__ */ __name(async (configuration2) => {
311087
311087
  const logger = initLogger(configuration2);
311088
311088
  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.17.6",
3
+ "version": "1.17.7",
4
4
  "description": "XYO Layer One CLI",
5
5
  "homepage": "https://xylabs.com",
6
6
  "bugs": {
@@ -64,8 +64,8 @@
64
64
  "@rollup/plugin-node-resolve": "^16.0.3",
65
65
  "@xylabs/sdk-js": "~5.0.51",
66
66
  "@xylabs/telemetry": "~5.0.51",
67
- "@xylabs/ts-scripts-yarn3": "~7.2.8",
68
- "@xylabs/tsconfig": "~7.2.8",
67
+ "@xylabs/ts-scripts-yarn3": "~7.2.30",
68
+ "@xylabs/tsconfig": "~7.2.30",
69
69
  "@xylabs/vitest-extended": "~5.0.51",
70
70
  "@xyo-network/account-model": "~5.2.17",
71
71
  "@xyo-network/archivist-lmdb": "~5.2.17",
@@ -75,7 +75,7 @@
75
75
  "@xyo-network/payload-model": "~5.2.17",
76
76
  "@xyo-network/wallet": "~5.2.17",
77
77
  "@xyo-network/wallet-model": "~5.2.17",
78
- "@xyo-network/xl1-cli-lib": "workspace:~",
78
+ "@xyo-network/xl1-cli-lib": "~1.17.7",
79
79
  "@xyo-network/xl1-protocol": "~1.14.17",
80
80
  "async-mutex": "~0.5.0",
81
81
  "dotenv": "~17.2.3",
@@ -105,4 +105,4 @@
105
105
  "publishConfig": {
106
106
  "access": "public"
107
107
  }
108
- }
108
+ }