@holochain/hc-spin 0.601.1 → 0.601.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/main/index.js +1 -1
- package/package.json +2 -2
package/dist/main/index.js
CHANGED
|
@@ -12563,7 +12563,7 @@ function setLinkOpenHandlers(browserWindow) {
|
|
|
12563
12563
|
}
|
|
12564
12564
|
const rustUtils = require("@holochain/hc-spin-rust-utils");
|
|
12565
12565
|
const cli = new commander.Command();
|
|
12566
|
-
cli.name("hc-spin").description("CLI to run Holochain apps during development.").version(`${"0.601.
|
|
12566
|
+
cli.name("hc-spin").description("CLI to run Holochain apps during development.").version(`${"0.601.3"} (built for holochain ${"0.6.1"})`).argument(
|
|
12567
12567
|
"<path>",
|
|
12568
12568
|
"Path to .webhapp or .happ file to launch. If a .happ file is passed, either a UI path must be specified via --ui-path or a port pointing to a localhost server via --ui-port"
|
|
12569
12569
|
).option(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@holochain/hc-spin",
|
|
3
|
-
"version": "0.601.
|
|
3
|
+
"version": "0.601.3",
|
|
4
4
|
"holochainVersion": "0.6.1",
|
|
5
5
|
"description": "CLI to run Holochain apps during development.",
|
|
6
6
|
"author": "matthme",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@electron-toolkit/preload": "^3.0.0",
|
|
39
39
|
"@electron-toolkit/utils": "^3.0.0",
|
|
40
40
|
"@holochain/client": "^0.20.0",
|
|
41
|
-
"@holochain/hc-spin-rust-utils": "0.601.
|
|
41
|
+
"@holochain/hc-spin-rust-utils": "0.601.5",
|
|
42
42
|
"@msgpack/msgpack": "^2.8.0",
|
|
43
43
|
"bufferutil": "4.0.8",
|
|
44
44
|
"commander": "11.1.0",
|