@noy-db/in-pwa 0.7.0 → 0.7.1-pre.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/README.md +5 -0
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# @noy-db/in-pwa
|
|
2
2
|
|
|
3
|
+
<!-- prose-preamble
|
|
4
|
+
// Nothing elided: the one import-less block in this file is a self-contained
|
|
5
|
+
// type declaration. The preamble exists so the gate knows that was considered.
|
|
6
|
+
-->
|
|
7
|
+
|
|
3
8
|
[](https://www.npmjs.com/package/@noy-db/in-pwa)
|
|
4
9
|
|
|
5
10
|
> Installable/offline shell helpers for noy-db SPAs
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@noy-db/in-pwa",
|
|
3
|
-
"version": "0.7.0",
|
|
3
|
+
"version": "0.7.1-pre.0",
|
|
4
4
|
"description": "PWA shell helpers for noy-db — storage persistence with a clear grant/deny signal, fail-closed eviction guard for the local vault, install-prompt capture, display-mode context detection, online/offline watcher, and the app-shell service-worker recipe.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "vLannaAi <vicio@lanna.ai>",
|
|
@@ -32,11 +32,10 @@
|
|
|
32
32
|
"node": ">=22.0.0"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
|
-
"@noy-db/hub": "^0.7.0"
|
|
35
|
+
"@noy-db/hub": "^0.7.1-pre.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@noy-db/hub": "0.7.0"
|
|
39
|
-
"@noy-db/to-memory": "0.7.0"
|
|
38
|
+
"@noy-db/hub": "0.7.1-pre.0"
|
|
40
39
|
},
|
|
41
40
|
"keywords": [
|
|
42
41
|
"noy-db",
|