hbeam 0.1.7-alpha.2 → 0.1.7-alpha.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/cli.mjs CHANGED
@@ -1222,7 +1222,7 @@ if (argv.help) {
1222
1222
  process.exit(EXIT_SUCCESS);
1223
1223
  }
1224
1224
  if (argv.version) {
1225
- write((await import("./package-CY07RaMc.mjs")).version ?? "0.0.0", NO_INDENT);
1225
+ write((await import("./package-Wqto7w4g.mjs")).version ?? "0.0.0", NO_INDENT);
1226
1226
  process.exit(EXIT_SUCCESS);
1227
1227
  }
1228
1228
  const [firstArg, ...restArgs] = argv._;
@@ -0,0 +1,6 @@
1
+ //#region package.json
2
+ var version = "0.1.7-alpha.3";
3
+
4
+ //#endregion
5
+ export { version };
6
+ //# sourceMappingURL=package-Wqto7w4g.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"package-Wqto7w4g.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.7-alpha.2",
3
+ "version": "0.1.7-alpha.3",
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.7-alpha.2";
3
-
4
- //#endregion
5
- export { version };
6
- //# sourceMappingURL=package-CY07RaMc.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"package-CY07RaMc.mjs","names":[],"sources":["../package.json"],"sourcesContent":[""],"mappings":""}