@xyo-network/xl1-cli 4.5.1 → 4.5.2
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 +2 -2
- package/dist/cli-min.mjs.map +1 -1
- package/package.json +2 -2
package/dist/cli-min.mjs
CHANGED
|
@@ -215889,8 +215889,8 @@ $0 <command> [options]`).parserConfiguration({
|
|
|
215889
215889
|
}
|
|
215890
215890
|
}).help().alias("help", "h").version(fullVersion2);
|
|
215891
215891
|
}
|
|
215892
|
-
var version = isDefined$1("4.5.
|
|
215893
|
-
var gitHash = isDefined$1("
|
|
215892
|
+
var version = isDefined$1("4.5.2") ? "4.5.2" : "unknown";
|
|
215893
|
+
var gitHash = isDefined$1("55122e515") ? "55122e515" : "";
|
|
215894
215894
|
var fullVersion = gitHash.length > 0 ? `${version} (${gitHash})` : version;
|
|
215895
215895
|
var defaultDependencies2 = {
|
|
215896
215896
|
configureYargs: configureXl1Yargs,
|