hbeam 0.1.3-alpha.1 → 0.1.4
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.mjs
CHANGED
|
@@ -513,7 +513,7 @@ if (argv.help) {
|
|
|
513
513
|
process.exit(EXIT_SUCCESS);
|
|
514
514
|
}
|
|
515
515
|
if (argv.version) {
|
|
516
|
-
write((await import("./package-
|
|
516
|
+
write((await import("./package-BBrzUzDD.mjs")).version ?? "0.0.0", NO_INDENT);
|
|
517
517
|
process.exit(EXIT_SUCCESS);
|
|
518
518
|
}
|
|
519
519
|
const [passphrase] = argv._;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"package-BBrzUzDD.mjs","names":[],"sources":["../package.json"],"sourcesContent":[""],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"package-BFqS8vqn.mjs","names":[],"sources":["../package.json"],"sourcesContent":[""],"mappings":""}
|