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-BFqS8vqn.mjs")).version ?? "0.0.0", NO_INDENT);
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,6 @@
1
+ //#region package.json
2
+ var version = "0.1.4";
3
+
4
+ //#endregion
5
+ export { version };
6
+ //# sourceMappingURL=package-BBrzUzDD.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"package-BBrzUzDD.mjs","names":[],"sources":["../package.json"],"sourcesContent":[""],"mappings":""}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hbeam",
3
- "version": "0.1.3-alpha.1",
3
+ "version": "0.1.4",
4
4
  "description": "A 1-to-1 end-to-end encrypted pipe over HyperDHT.",
5
5
  "keywords": [
6
6
  "cli",
@@ -1,6 +0,0 @@
1
- //#region package.json
2
- var version = "0.1.3-alpha.1";
3
-
4
- //#endregion
5
- export { version };
6
- //# sourceMappingURL=package-BFqS8vqn.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"package-BFqS8vqn.mjs","names":[],"sources":["../package.json"],"sourcesContent":[""],"mappings":""}