@xyo-network/xl1-cli-lib 1.12.13 → 1.13.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.
- package/dist/node/index.mjs +1 -1
- package/dist/node/xl1.mjs +1 -1
- package/package.json +17 -17
package/dist/node/index.mjs
CHANGED
|
@@ -1585,7 +1585,7 @@ var waitForHostPort = /* @__PURE__ */ __name((host, port) => {
|
|
|
1585
1585
|
|
|
1586
1586
|
// src/runCLI.ts
|
|
1587
1587
|
var config;
|
|
1588
|
-
var version = isDefined13("1.12.
|
|
1588
|
+
var version = isDefined13("1.12.14") ? "1.12.14" : "unknown";
|
|
1589
1589
|
var getContextFromConfig = /* @__PURE__ */ __name((config3) => {
|
|
1590
1590
|
const logger = initLogger(config3);
|
|
1591
1591
|
const orchestrator = new Orchestrator(logger);
|
package/dist/node/xl1.mjs
CHANGED
|
@@ -1505,7 +1505,7 @@ var waitForHostPort = /* @__PURE__ */ __name((host, port) => {
|
|
|
1505
1505
|
|
|
1506
1506
|
// src/runCLI.ts
|
|
1507
1507
|
var config;
|
|
1508
|
-
var version = isDefined12("1.12.
|
|
1508
|
+
var version = isDefined12("1.12.14") ? "1.12.14" : "unknown";
|
|
1509
1509
|
var getContextFromConfig = /* @__PURE__ */ __name((config3) => {
|
|
1510
1510
|
const logger = initLogger(config3);
|
|
1511
1511
|
const orchestrator = new Orchestrator(logger);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/xl1-cli-lib",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.0",
|
|
4
4
|
"description": "XYO Layer One CLI Library",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -41,40 +41,40 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@opentelemetry/api": "~1.9.0",
|
|
44
|
-
"@xylabs/array": "~5.0.
|
|
45
|
-
"@xylabs/assert": "~5.0.
|
|
46
|
-
"@xylabs/base": "~5.0.
|
|
47
|
-
"@xylabs/creatable": "~5.0.
|
|
48
|
-
"@xylabs/delay": "~5.0.
|
|
49
|
-
"@xylabs/hex": "~5.0.
|
|
50
|
-
"@xylabs/logger": "~5.0.
|
|
51
|
-
"@xylabs/object": "~5.0.
|
|
52
|
-
"@xylabs/promise": "~5.0.
|
|
53
|
-
"@xylabs/telemetry": "~5.0.
|
|
54
|
-
"@xylabs/typeof": "~5.0.
|
|
44
|
+
"@xylabs/array": "~5.0.11",
|
|
45
|
+
"@xylabs/assert": "~5.0.11",
|
|
46
|
+
"@xylabs/base": "~5.0.11",
|
|
47
|
+
"@xylabs/creatable": "~5.0.11",
|
|
48
|
+
"@xylabs/delay": "~5.0.11",
|
|
49
|
+
"@xylabs/hex": "~5.0.11",
|
|
50
|
+
"@xylabs/logger": "~5.0.11",
|
|
51
|
+
"@xylabs/object": "~5.0.11",
|
|
52
|
+
"@xylabs/promise": "~5.0.11",
|
|
53
|
+
"@xylabs/telemetry": "~5.0.11",
|
|
54
|
+
"@xylabs/typeof": "~5.0.11",
|
|
55
55
|
"@xyo-network/archivist-lmdb": "~5.0.7",
|
|
56
56
|
"@xyo-network/archivist-memory": "~5.0.7",
|
|
57
57
|
"@xyo-network/archivist-model": "~5.0.7",
|
|
58
|
-
"@xyo-network/chain-api": "~1.
|
|
59
|
-
"@xyo-network/chain-sdk": "~1.
|
|
58
|
+
"@xyo-network/chain-api": "~1.13.0",
|
|
59
|
+
"@xyo-network/chain-sdk": "~1.13.0",
|
|
60
60
|
"@xyo-network/payload-builder": "~5.0.7",
|
|
61
61
|
"@xyo-network/payload-model": "~5.0.7",
|
|
62
62
|
"@xyo-network/wallet": "~5.0.7",
|
|
63
63
|
"@xyo-network/wallet-model": "~5.0.7",
|
|
64
64
|
"@xyo-network/xl1-protocol": "~1.10.15",
|
|
65
|
-
"@xyo-network/xl1-protocol-sdk": "~1.
|
|
65
|
+
"@xyo-network/xl1-protocol-sdk": "~1.13.0",
|
|
66
66
|
"async-mutex": "~0.5.0",
|
|
67
67
|
"cosmiconfig": "~9.0.0",
|
|
68
68
|
"dotenv": "~17.2.1",
|
|
69
69
|
"ethers": "~6.15.0",
|
|
70
70
|
"lmdb": "~3.4.2",
|
|
71
71
|
"yargs": "~18.0.0",
|
|
72
|
-
"zod": "4.
|
|
72
|
+
"zod": "~4.1.3"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@xylabs/ts-scripts-yarn3": "~7.1.7",
|
|
76
76
|
"@xylabs/tsconfig": "~7.1.7",
|
|
77
|
-
"@xylabs/vitest-extended": "~5.0.
|
|
77
|
+
"@xylabs/vitest-extended": "~5.0.11",
|
|
78
78
|
"eslint": "^9.34.0",
|
|
79
79
|
"nodemon": "~3.1.10",
|
|
80
80
|
"rimraf": "~6.0.1",
|