@xyo-network/xl1-cli 1.20.24 → 1.20.25
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/dist/cli-min.mjs.map +1 -1
- package/package.json +21 -21
package/dist/cli-min.mjs
CHANGED
|
@@ -265368,7 +265368,7 @@ var optionsFromGlobalZodRegistry = /* @__PURE__ */ __name(() => {
|
|
|
265368
265368
|
|
|
265369
265369
|
// src/runCLI.ts
|
|
265370
265370
|
var configuration;
|
|
265371
|
-
var version = isDefined("1.20.
|
|
265371
|
+
var version = isDefined("1.20.25") ? "1.20.25" : "unknown";
|
|
265372
265372
|
function getConfiguration() {
|
|
265373
265373
|
return configuration;
|
|
265374
265374
|
}
|