@xyo-network/xl1-cli 1.18.2 → 1.18.4
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.
- package/dist/cli-min.mjs +1 -1
- package/package.json +2 -2
package/dist/cli-min.mjs
CHANGED
|
@@ -350244,7 +350244,7 @@ var waitForHostPort = /* @__PURE__ */ __name((host, port) => {
|
|
|
350244
350244
|
|
|
350245
350245
|
// src/runCLI.ts
|
|
350246
350246
|
var configuration;
|
|
350247
|
-
var version = isDefined("1.18.
|
|
350247
|
+
var version = isDefined("1.18.3") ? "1.18.3" : "unknown";
|
|
350248
350248
|
var getContextFromConfig = /* @__PURE__ */ __name(async (configuration2) => {
|
|
350249
350249
|
const logger = initLogger(configuration2);
|
|
350250
350250
|
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.18.
|
|
3
|
+
"version": "1.18.4",
|
|
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.2.25",
|
|
76
76
|
"@xyo-network/wallet": "~5.2.25",
|
|
77
77
|
"@xyo-network/wallet-model": "~5.2.25",
|
|
78
|
-
"@xyo-network/xl1-cli-lib": "~1.18.
|
|
78
|
+
"@xyo-network/xl1-cli-lib": "~1.18.4",
|
|
79
79
|
"@xyo-network/xl1-sdk": "~1.19.4",
|
|
80
80
|
"async-mutex": "~0.5.0",
|
|
81
81
|
"dotenv": "~17.2.3",
|