arcane-os 0.13.1 → 0.13.2

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,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.13.2
4
+
5
+ - Correct the PWA development guide to describe live descriptor refresh and
6
+ remove the superseded restart instruction. Runtime behavior is unchanged.
7
+
3
8
  ## 0.13.1
4
9
 
5
10
  - Refresh live development app membership from the current authored descriptor
@@ -102,8 +102,11 @@ metadata; `arcane-offline.json` contains the selected offline resource inventory
102
102
  If `package.pwa.offline.include` is nonempty, the resource must also
103
103
  match that offline selection and must not match `offline.exclude`. Adding a
104
104
  path only to the offline selection does not add it to the app's resources.
105
- Restart after changing descriptor settings. Edits to selected source files are
106
- picked up by the next due page-load check while the server remains running.
105
+ The running source server reads changed app descriptors before the next app,
106
+ root-navigation or generated-PWA request. Include/exclude rules, the entry and
107
+ PWA settings share the current selection; no restart or package projection
108
+ write is needed. Edits to selected source files are picked up by the next due
109
+ page-load check while the server remains running.
107
110
 
108
111
  For an enabled application, `arcane dev` serves the generated PWA files at the
109
112
  origin root and starts at the selected app page under `/apps/<id>/`. Use one
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arcane-os",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "description": "Arcane OS JavaScript SDK, project-local CLI, browser runtime, and repository-portable application packager.",
5
5
  "type": "module",
6
6
  "main": "./src/index.mjs",