@inkandswitch/patchwork-bootloader 0.4.3 → 0.5.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
@@ -1,5 +1,34 @@
1
1
  # @inkandswitch/patchwork-bootloader
2
2
 
3
+ ## 0.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - bd63259: Move the site boot sequence and the vite plugin out to `@inkandswitch/patchwork`. The `./site` and `./vite` exports are gone; import from `@inkandswitch/patchwork` and `@inkandswitch/patchwork/vite` instead.
8
+
9
+ Split the externals list into `./externals-list` so the list can be read without pulling in node builtins, and export `resolveExternal` and the wasm asset emitter so another package's vite plugin can resolve the bootloader's own dependencies from the bootloader's `node_modules`. Export `./global.css` and `./module-loader`.
10
+
11
+ Fall back to a url-keyed cache lookup in the service worker when the request-keyed one misses, so a cors request (the wasm `<link rel=preload crossorigin>`) still hits the cache offline.
12
+
13
+ ### Patch Changes
14
+
15
+ - 0aa315d: Configure Subduction or Keyhive with exclusive `syncServers` configuration. `syncServers.keyhive` replaces the `keyhive` and `keyhiveSyncServer` site options and the runtime `setup({ keyhive })` option. Selecting a named ARK relay or providing a custom relay identity and URL enables Keyhive, and configured server URLs now control worker connections as well as connection hints.
16
+ - Updated dependencies [bd63259]
17
+ - Updated dependencies [bd63259]
18
+ - @inkandswitch/patchwork-elements@4.0.2
19
+ - @inkandswitch/patchwork-filesystem@0.2.3
20
+
21
+ ## 0.4.4
22
+
23
+ ### Patch Changes
24
+
25
+ - c01e1f3: Switch the service worker's active cache name before copying the default cache into it, so fetches landing mid-copy aren't deleted with the old cache. Guard the message handler against payload-less messages, and drop the `window.killsw` debug hook.
26
+ - Updated dependencies [caca06f]
27
+ - Updated dependencies [c01e1f3]
28
+ - @inkandswitch/patchwork-filesystem@0.2.2
29
+ - @inkandswitch/patchwork-providers@0.4.2
30
+ - @inkandswitch/patchwork-elements@4.0.1
31
+
3
32
  ## 0.4.3
4
33
 
5
34
  ### Patch Changes