@xyo-network/xl1-cli-lib 1.20.14 → 1.20.15
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/node/index.mjs +1 -1
- package/dist/node/xl1.mjs +1 -1
- package/package.json +7 -7
package/dist/node/index.mjs
CHANGED
|
@@ -444,7 +444,7 @@ var optionsFromGlobalZodRegistry = /* @__PURE__ */ __name(() => {
|
|
|
444
444
|
|
|
445
445
|
// src/runCLI.ts
|
|
446
446
|
var configuration;
|
|
447
|
-
var version = isDefined2("1.20.
|
|
447
|
+
var version = isDefined2("1.20.14") ? "1.20.14" : "unknown";
|
|
448
448
|
function getConfiguration() {
|
|
449
449
|
return configuration;
|
|
450
450
|
}
|
package/dist/node/xl1.mjs
CHANGED
|
@@ -447,7 +447,7 @@ var optionsFromGlobalZodRegistry = /* @__PURE__ */ __name(() => {
|
|
|
447
447
|
|
|
448
448
|
// src/runCLI.ts
|
|
449
449
|
var configuration;
|
|
450
|
-
var version = isDefined2("1.20.
|
|
450
|
+
var version = isDefined2("1.20.14") ? "1.20.14" : "unknown";
|
|
451
451
|
function getConfiguration() {
|
|
452
452
|
return configuration;
|
|
453
453
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/xl1-cli-lib",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.15",
|
|
4
4
|
"description": "XYO Layer One CLI Library",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"start": "node ./dist/node/xl1.mjs"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@xyo-network/chain-api": "~1.20.
|
|
47
|
-
"@xyo-network/chain-bridge": "~1.20.
|
|
48
|
-
"@xyo-network/chain-mempool": "~1.20.
|
|
49
|
-
"@xyo-network/chain-orchestration": "~1.20.
|
|
50
|
-
"@xyo-network/chain-producer": "~1.20.
|
|
51
|
-
"@xyo-network/chain-reward-redemption": "~1.20.
|
|
46
|
+
"@xyo-network/chain-api": "~1.20.15",
|
|
47
|
+
"@xyo-network/chain-bridge": "~1.20.15",
|
|
48
|
+
"@xyo-network/chain-mempool": "~1.20.15",
|
|
49
|
+
"@xyo-network/chain-orchestration": "~1.20.15",
|
|
50
|
+
"@xyo-network/chain-producer": "~1.20.15",
|
|
51
|
+
"@xyo-network/chain-reward-redemption": "~1.20.15",
|
|
52
52
|
"dotenv": "~17.3.1",
|
|
53
53
|
"yargs": "~18.0.0"
|
|
54
54
|
},
|