@xyo-network/xl1-cli-lib 1.16.2 → 1.16.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.
- package/dist/node/index.mjs +2 -2
- package/dist/node/index.mjs.map +1 -1
- package/dist/node/orchestration/services/implementation/time.d.ts +2 -2
- package/dist/node/orchestration/services/implementation/time.d.ts.map +1 -1
- package/dist/node/xl1.mjs +2 -2
- package/dist/node/xl1.mjs.map +1 -1
- package/package.json +8 -8
- package/src/commands/mempool/runMempool.ts +1 -1
- package/src/orchestration/services/implementation/time.ts +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { BaseTimeServiceParams } from '@xyo-network/chain-sdk';
|
|
2
2
|
import type { Initializable } from '@xyo-network/xl1-protocol';
|
|
3
|
-
import type {
|
|
4
|
-
export declare const initTimeService: Initializable<BaseTimeServiceParams,
|
|
3
|
+
import type { TimeSyncService } from '@xyo-network/xl1-protocol-sdk';
|
|
4
|
+
export declare const initTimeService: Initializable<BaseTimeServiceParams, TimeSyncService>;
|
|
5
5
|
//# sourceMappingURL=time.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"time.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/services/implementation/time.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAA;AAEnE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAC9D,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"time.d.ts","sourceRoot":"","sources":["../../../../../src/orchestration/services/implementation/time.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAA;AAEnE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAC9D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAMpE,eAAO,MAAM,eAAe,EAAE,aAAa,CAAC,qBAAqB,EAAE,eAAe,CAajF,CAAA"}
|
package/dist/node/xl1.mjs
CHANGED
|
@@ -27,7 +27,7 @@ function runBridge(context) {
|
|
|
27
27
|
__name(runBridge, "runBridge");
|
|
28
28
|
|
|
29
29
|
// src/commands/mempool/runMempool.ts
|
|
30
|
-
import { getServer as getServer3 } from "@xyo-network/chain-
|
|
30
|
+
import { getServer as getServer3 } from "@xyo-network/chain-mempool";
|
|
31
31
|
function runMempool(context) {
|
|
32
32
|
void getServer3(context);
|
|
33
33
|
}
|
|
@@ -1840,7 +1840,7 @@ var waitForHostPort = /* @__PURE__ */ __name((host, port) => {
|
|
|
1840
1840
|
|
|
1841
1841
|
// src/runCLI.ts
|
|
1842
1842
|
var configuration;
|
|
1843
|
-
var version = isDefined16("1.16.
|
|
1843
|
+
var version = isDefined16("1.16.2") ? "1.16.2" : "unknown";
|
|
1844
1844
|
var getContextFromConfig = /* @__PURE__ */ __name((configuration2) => {
|
|
1845
1845
|
const logger = initLogger(configuration2);
|
|
1846
1846
|
const orchestrator = new Orchestrator(logger);
|