@dxos/plugin-pwa 0.8.2-main.fbd8ed0 → 0.8.2-staging.4d6ad0f
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/lib/browser/meta.json +1 -1
- package/package.json +10 -9
|
@@ -1 +1 @@
|
|
|
1
|
-
{"inputs":{"packages/plugins/plugin-pwa/src/meta.ts":{"bytes":
|
|
1
|
+
{"inputs":{"packages/plugins/plugin-pwa/src/meta.ts":{"bytes":888,"imports":[],"format":"esm"},"packages/plugins/plugin-pwa/src/translations.ts":{"bytes":2301,"imports":[{"path":"packages/plugins/plugin-pwa/src/meta.ts","kind":"import-statement","original":"./meta"}],"format":"esm"},"packages/plugins/plugin-pwa/src/PwaPlugin.tsx":{"bytes":9622,"imports":[{"path":"virtual:pwa-register","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/observability/sentry","kind":"import-statement","external":true},{"path":"packages/plugins/plugin-pwa/src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"packages/plugins/plugin-pwa/src/translations.ts","kind":"import-statement","original":"./translations"}],"format":"esm"},"packages/plugins/plugin-pwa/src/index.ts":{"bytes":548,"imports":[{"path":"packages/plugins/plugin-pwa/src/meta.ts","kind":"import-statement","original":"./meta"},{"path":"packages/plugins/plugin-pwa/src/PwaPlugin.tsx","kind":"import-statement","original":"./PwaPlugin"}],"format":"esm"}},"outputs":{"packages/plugins/plugin-pwa/dist/lib/browser/index.mjs.map":{"imports":[],"exports":[],"inputs":{},"bytes":5469},"packages/plugins/plugin-pwa/dist/lib/browser/index.mjs":{"imports":[{"path":"virtual:pwa-register","kind":"import-statement","external":true},{"path":"@dxos/app-framework","kind":"import-statement","external":true},{"path":"@dxos/log","kind":"import-statement","external":true},{"path":"@dxos/observability/sentry","kind":"import-statement","external":true}],"exports":["PWA_PLUGIN","PwaPlugin","meta"],"entryPoint":"packages/plugins/plugin-pwa/src/index.ts","inputs":{"packages/plugins/plugin-pwa/src/meta.ts":{"bytesInOutput":88},"packages/plugins/plugin-pwa/src/index.ts":{"bytesInOutput":0},"packages/plugins/plugin-pwa/src/PwaPlugin.tsx":{"bytesInOutput":2466},"packages/plugins/plugin-pwa/src/translations.ts":{"bytesInOutput":620}},"bytes":3450}}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/plugin-pwa",
|
|
3
|
-
"version": "0.8.2-
|
|
3
|
+
"version": "0.8.2-staging.4d6ad0f",
|
|
4
4
|
"description": "DXOS Surface plugin for PWA registration and update handling.",
|
|
5
5
|
"homepage": "https://dxos.org",
|
|
6
6
|
"bugs": "https://github.com/dxos/dxos/issues",
|
|
@@ -23,10 +23,11 @@
|
|
|
23
23
|
"src"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
+
"@preact-signals/safe-react": "^0.9.0",
|
|
26
27
|
"effect": "^3.13.3",
|
|
27
|
-
"@dxos/app-framework": "0.8.2-
|
|
28
|
-
"@dxos/log": "0.8.2-
|
|
29
|
-
"@dxos/observability": "0.8.2-
|
|
28
|
+
"@dxos/app-framework": "0.8.2-staging.4d6ad0f",
|
|
29
|
+
"@dxos/log": "0.8.2-staging.4d6ad0f",
|
|
30
|
+
"@dxos/observability": "0.8.2-staging.4d6ad0f"
|
|
30
31
|
},
|
|
31
32
|
"devDependencies": {
|
|
32
33
|
"@phosphor-icons/react": "^2.1.5",
|
|
@@ -37,17 +38,17 @@
|
|
|
37
38
|
"vite": "5.4.7",
|
|
38
39
|
"vite-plugin-pwa": "^0.18.2",
|
|
39
40
|
"workbox-window": "^7.0.0",
|
|
40
|
-
"@dxos/react-ui": "0.8.2-
|
|
41
|
-
"@dxos/
|
|
42
|
-
"@dxos/
|
|
41
|
+
"@dxos/react-ui": "0.8.2-staging.4d6ad0f",
|
|
42
|
+
"@dxos/storybook-utils": "0.8.2-staging.4d6ad0f",
|
|
43
|
+
"@dxos/react-ui-theme": "0.8.2-staging.4d6ad0f"
|
|
43
44
|
},
|
|
44
45
|
"peerDependencies": {
|
|
45
46
|
"@phosphor-icons/react": "^2.1.5",
|
|
46
47
|
"effect": "^3.13.3",
|
|
47
48
|
"react": "~18.2.0",
|
|
48
49
|
"react-dom": "~18.2.0",
|
|
49
|
-
"@dxos/react-ui": "0.8.2-
|
|
50
|
-
"@dxos/react-ui-theme": "0.8.2-
|
|
50
|
+
"@dxos/react-ui": "0.8.2-staging.4d6ad0f",
|
|
51
|
+
"@dxos/react-ui-theme": "0.8.2-staging.4d6ad0f"
|
|
51
52
|
},
|
|
52
53
|
"publishConfig": {
|
|
53
54
|
"access": "public"
|