@holochain/hc-spin 0.600.0-rc.0 → 0.600.1-rc.0

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/CHANGELOG.md CHANGED
@@ -9,6 +9,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
9
9
  ### Changed
10
10
  ### Removed
11
11
 
12
+ ## 2026-01-22: v0.600.1-rc.0
13
+
14
+ ### Changed
15
+
16
+ - Bumped to holochain 0.6.1-rc.0
17
+
12
18
  ## 2025-11-06: v0.600.0-rc.0
13
19
 
14
20
  ### Added
package/README.md CHANGED
@@ -8,21 +8,29 @@ To install the latest version compatible with **holochain 0.4.x**:
8
8
 
9
9
  ⚠️ Requires `@holochain/client 0.18.0` or newer ⚠️
10
10
 
11
- ```
11
+ ```sh
12
12
  npm install --save-dev @holochain/hc-spin@">=0.400.0 <0.500.0"
13
13
  ```
14
14
 
15
15
  To install the latest version compatible with **holochain 0.5.x**:
16
16
 
17
- ⚠️ Requires `@holochain/client 0.19.0-dev.7` or newer ⚠️
17
+ ⚠️ Requires `@holochain/client 0.19.0` or newer ⚠️
18
18
 
19
- ```
19
+ ```sh
20
20
  npm install --save-dev @holochain/hc-spin@">=0.500.0 <0.600.0"
21
21
  ```
22
22
 
23
- ## Usage (holochain 0.5)
23
+ To install the latest version compatible with **holochain 0.6.x**:
24
24
 
25
+ ⚠️ Requires `@holochain/client 0.20.0` or newer ⚠️
26
+
27
+ ```sh
28
+ npm install --save-dev @holochain/hc-spin@">=0.600.0 <0.700.0"
25
29
  ```
30
+
31
+ ## Usage (holochain 0.6)
32
+
33
+ ```txt
26
34
  Usage: hc-spin [options] <path>
27
35
 
28
36
  CLI to run Holochain apps during development.
@@ -52,18 +60,18 @@ Options:
52
60
 
53
61
  Run a .happ file with 2 agents connected to the UI of your dev server running on port 8888:
54
62
 
55
- ```
63
+ ```sh
56
64
  hc-spin -n 2 --ui-port 8888 path/to/your/happ-file.happ
57
65
  ```
58
66
 
59
67
  Run a fully packaged .webhapp for 2 agents:
60
68
 
61
- ```
69
+ ```sh
62
70
  hc-spin -n 2 path/to/your/webhapp-file.webhapp
63
71
  ```
64
72
 
65
73
  Run a .happ file with 2 agents connected to the UI assets residing at the provided path:
66
74
 
67
- ```
75
+ ```sh
68
76
  hc-spin -n 2 --ui-path path/to/directory/containing/ui/assets path/to/your/happ-file.happ
69
77
  ```
@@ -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.600.0-rc.0"} (built for holochain ${"0.6.0-rc.0"})`).argument(
12566
+ cli.name("hc-spin").description("CLI to run Holochain apps during development.").version(`${"0.600.0"} (built for holochain ${"0.6.0"})`).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/flake.lock CHANGED
@@ -2,11 +2,11 @@
2
2
  "nodes": {
3
3
  "crane": {
4
4
  "locked": {
5
- "lastModified": 1762189950,
6
- "narHash": "sha256-aotggLUXjlDGqKWibGPQcMZJGgdr79S21ISrv1Wz6RI=",
5
+ "lastModified": 1768873933,
6
+ "narHash": "sha256-CfyzdaeLNGkyAHp3kT5vjvXhA1pVVK7nyDziYxCPsNk=",
7
7
  "owner": "ipetkov",
8
8
  "repo": "crane",
9
- "rev": "50700219af884287ad7c85507e2f163b23a027a9",
9
+ "rev": "0bda7e7d005ccb5522a76d11ccfbf562b71953ca",
10
10
  "type": "github"
11
11
  },
12
12
  "original": {
@@ -20,11 +20,11 @@
20
20
  "nixpkgs-lib": "nixpkgs-lib"
21
21
  },
22
22
  "locked": {
23
- "lastModified": 1762040540,
24
- "narHash": "sha256-z5PlZ47j50VNF3R+IMS9LmzI5fYRGY/Z5O5tol1c9I4=",
23
+ "lastModified": 1768135262,
24
+ "narHash": "sha256-PVvu7OqHBGWN16zSi6tEmPwwHQ4rLPU9Plvs8/1TUBY=",
25
25
  "owner": "hercules-ci",
26
26
  "repo": "flake-parts",
27
- "rev": "0010412d62a25d959151790968765a70c436598b",
27
+ "rev": "80daad04eddbbf5a4d883996a73f3f542fa437ac",
28
28
  "type": "github"
29
29
  },
30
30
  "original": {
@@ -33,36 +33,19 @@
33
33
  "type": "github"
34
34
  }
35
35
  },
36
- "hc-launch": {
37
- "flake": false,
38
- "locked": {
39
- "lastModified": 1752056054,
40
- "narHash": "sha256-iLHhGQXrSfgAibzLSx+mdOQnnTzq4mrRXto7+a+MDLM=",
41
- "owner": "holochain",
42
- "repo": "hc-launch",
43
- "rev": "612aa244ceb4d2136e5adbf181ff0cc123daff65",
44
- "type": "github"
45
- },
46
- "original": {
47
- "owner": "holochain",
48
- "ref": "holochain-weekly",
49
- "repo": "hc-launch",
50
- "type": "github"
51
- }
52
- },
53
36
  "hc-scaffold": {
54
37
  "flake": false,
55
38
  "locked": {
56
- "lastModified": 1760566803,
57
- "narHash": "sha256-fWflEEb2JQyVHfGglbx6dCR6X+4ECGM9pbxQYrKSZtQ=",
39
+ "lastModified": 1764163563,
40
+ "narHash": "sha256-KigJ3h25yNJfeQunPm5QYFPtLSk6nU3IEEvZY8w01Vo=",
58
41
  "owner": "holochain",
59
42
  "repo": "scaffolding",
60
- "rev": "751a16e98ddb35db5763cbf4b882a849b642e7e7",
43
+ "rev": "87e997a7361d4aa7c1bb96261483ebba50223bd0",
61
44
  "type": "github"
62
45
  },
63
46
  "original": {
64
47
  "owner": "holochain",
65
- "ref": "0.600.0-dev.0",
48
+ "ref": "v0.600.1",
66
49
  "repo": "scaffolding",
67
50
  "type": "github"
68
51
  }
@@ -70,16 +53,16 @@
70
53
  "holochain": {
71
54
  "flake": false,
72
55
  "locked": {
73
- "lastModified": 1762372467,
74
- "narHash": "sha256-8LoKyzjkAoHOlJ0+8hUrwc0LTX7/2TdVODoLwMZMNVA=",
56
+ "lastModified": 1769035817,
57
+ "narHash": "sha256-PVUIsifOy6fRcceBZraLKrPwq83MzRYyfuxDCohv514=",
75
58
  "owner": "holochain",
76
59
  "repo": "holochain",
77
- "rev": "90f56b5bf15b572cd9fdbd63d5a40a288143ff5f",
60
+ "rev": "b499bd881580f9e0dd8f4494aafd4b2093a06168",
78
61
  "type": "github"
79
62
  },
80
63
  "original": {
81
64
  "owner": "holochain",
82
- "ref": "holochain-0.6.0-rc.0",
65
+ "ref": "holochain-0.6.1-rc.0",
83
66
  "repo": "holochain",
84
67
  "type": "github"
85
68
  }
@@ -88,26 +71,24 @@
88
71
  "inputs": {
89
72
  "crane": "crane",
90
73
  "flake-parts": "flake-parts",
91
- "hc-launch": "hc-launch",
92
74
  "hc-scaffold": "hc-scaffold",
93
75
  "holochain": "holochain",
94
76
  "kitsune2": "kitsune2",
95
77
  "lair-keystore": "lair-keystore",
96
78
  "nixpkgs": "nixpkgs",
97
- "playground": "playground",
98
79
  "rust-overlay": "rust-overlay"
99
80
  },
100
81
  "locked": {
101
- "lastModified": 1762431364,
102
- "narHash": "sha256-769gbrsWU5SejCYcvoTPkVakU8nj5qYUw6cDlMRIgDs=",
82
+ "lastModified": 1769045727,
83
+ "narHash": "sha256-sYGlDJ6pNt3n+Tu5F86Lsr8ki+TfGMRGeSrDz+MSv+w=",
103
84
  "owner": "holochain",
104
85
  "repo": "holonix",
105
- "rev": "2682fec89ecb743c13453a65ee775147076f1919",
86
+ "rev": "7b46630e1bd47b25d1f6385d8e921435f453c1a7",
106
87
  "type": "github"
107
88
  },
108
89
  "original": {
109
90
  "owner": "holochain",
110
- "ref": "main",
91
+ "ref": "main-0.6",
111
92
  "repo": "holonix",
112
93
  "type": "github"
113
94
  }
@@ -115,16 +96,16 @@
115
96
  "kitsune2": {
116
97
  "flake": false,
117
98
  "locked": {
118
- "lastModified": 1762303720,
119
- "narHash": "sha256-tC2k+1kPxpVYRYJLWYXQPvFlUwgfF4cKoFKbkak0vxU=",
99
+ "lastModified": 1767421208,
100
+ "narHash": "sha256-hPIesp4R8/8sA+Qqw1ECgsgCOKlyX5coGR+7QDoavWw=",
120
101
  "owner": "holochain",
121
102
  "repo": "kitsune2",
122
- "rev": "112099b30381ea0d23b8b3af21f5b5bb81ced6c5",
103
+ "rev": "77471c1fb4b6f926609bf82152dc97e26457b4d9",
123
104
  "type": "github"
124
105
  },
125
106
  "original": {
126
107
  "owner": "holochain",
127
- "ref": "v0.3.0",
108
+ "ref": "v0.4.0-dev.2",
128
109
  "repo": "kitsune2",
129
110
  "type": "github"
130
111
  }
@@ -148,27 +129,27 @@
148
129
  },
149
130
  "nixpkgs": {
150
131
  "locked": {
151
- "lastModified": 1762233356,
152
- "narHash": "sha256-cGS3lLTYusbEP/IJIWGgnkzIl+FA5xDvtiHyjalGr4k=",
132
+ "lastModified": 1768940263,
133
+ "narHash": "sha256-sJERJIYTKPFXkoz/gBaBtRKke82h4DkX3BBSsKbfbvI=",
153
134
  "owner": "nixos",
154
135
  "repo": "nixpkgs",
155
- "rev": "ca534a76c4afb2bdc07b681dbc11b453bab21af8",
136
+ "rev": "3ceaaa8bc963ced4d830e06ea2d0863b6490ff03",
156
137
  "type": "github"
157
138
  },
158
139
  "original": {
159
140
  "owner": "nixos",
160
- "ref": "nixos-25.05",
141
+ "ref": "nixos-25.11",
161
142
  "repo": "nixpkgs",
162
143
  "type": "github"
163
144
  }
164
145
  },
165
146
  "nixpkgs-lib": {
166
147
  "locked": {
167
- "lastModified": 1761765539,
168
- "narHash": "sha256-b0yj6kfvO8ApcSE+QmA6mUfu8IYG6/uU28OFn4PaC8M=",
148
+ "lastModified": 1765674936,
149
+ "narHash": "sha256-k00uTP4JNfmejrCLJOwdObYC9jHRrr/5M/a/8L2EIdo=",
169
150
  "owner": "nix-community",
170
151
  "repo": "nixpkgs.lib",
171
- "rev": "719359f4562934ae99f5443f20aa06c2ffff91fc",
152
+ "rev": "2075416fcb47225d9b68ac469a5c4801a9c4dd85",
172
153
  "type": "github"
173
154
  },
174
155
  "original": {
@@ -177,23 +158,6 @@
177
158
  "type": "github"
178
159
  }
179
160
  },
180
- "playground": {
181
- "flake": false,
182
- "locked": {
183
- "lastModified": 1756729856,
184
- "narHash": "sha256-xJnIfcIyLRTXsf+N8OOMnqzRkx2gT/DSta7qCm8yU7Y=",
185
- "owner": "darksoil-studio",
186
- "repo": "holochain-playground",
187
- "rev": "5e858641de8ac6113cfa6b47ea1350762a629a61",
188
- "type": "github"
189
- },
190
- "original": {
191
- "owner": "darksoil-studio",
192
- "ref": "main",
193
- "repo": "holochain-playground",
194
- "type": "github"
195
- }
196
- },
197
161
  "root": {
198
162
  "inputs": {
199
163
  "flake-parts": [
@@ -215,11 +179,11 @@
215
179
  ]
216
180
  },
217
181
  "locked": {
218
- "lastModified": 1762396738,
219
- "narHash": "sha256-BarSecuxtzp1boERdABLkkoxQTi6s/V33lJwUbWLrLY=",
182
+ "lastModified": 1768963622,
183
+ "narHash": "sha256-n6VHiUgrYD9yjagzG6ncVVqFbVTsKCI54tR9PNAFCo0=",
220
184
  "owner": "oxalica",
221
185
  "repo": "rust-overlay",
222
- "rev": "c63598992afd54d215d54f2b764adc0484c2b159",
186
+ "rev": "2ef5b3362af585a83bafd34e7fc9b1f388c2e5e2",
223
187
  "type": "github"
224
188
  },
225
189
  "original": {
package/flake.nix CHANGED
@@ -2,7 +2,7 @@
2
2
  description = "Flake for Holochain app development";
3
3
 
4
4
  inputs = {
5
- holonix.url = "github:holochain/holonix?ref=main";
5
+ holonix.url = "github:holochain/holonix?ref=main-0.6";
6
6
 
7
7
  nixpkgs.follows = "holonix/nixpkgs";
8
8
  flake-parts.follows = "holonix/flake-parts";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@holochain/hc-spin",
3
- "version": "0.600.0-rc.0",
4
- "holochainVersion": "0.6.0-rc.0",
3
+ "version": "0.600.1-rc.0",
4
+ "holochainVersion": "0.6.1-rc.0",
5
5
  "description": "CLI to run Holochain apps during development.",
6
6
  "author": "matthme",
7
7
  "homepage": "https://developer.holochain.org",
@@ -35,8 +35,8 @@
35
35
  "dependencies": {
36
36
  "@electron-toolkit/preload": "^3.0.0",
37
37
  "@electron-toolkit/utils": "^3.0.0",
38
- "@holochain/client": "^0.20.0-dev.2",
39
- "@holochain/hc-spin-rust-utils": "0.600.0-dev.0",
38
+ "@holochain/client": "^0.20.0",
39
+ "@holochain/hc-spin-rust-utils": "0.601.1-rc.0",
40
40
  "@msgpack/msgpack": "^2.8.0",
41
41
  "bufferutil": "4.0.8",
42
42
  "commander": "11.1.0",