@gjsify/example-dom-minimalist-browser 0.4.15 → 0.4.16
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gjsify/example-dom-minimalist-browser",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.16",
|
|
4
4
|
"description": "Minimalist browser with URL bar + back/forward/reload + iframe content area; same code runs in browser (real <iframe>) and GJS (IFrameBridge over WebKit.WebView)",
|
|
5
5
|
"main": "dist/gjs.js",
|
|
6
6
|
"type": "module",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"build:assets": "mkdir -p dist && cp -f src/browser/index.html dist/index.html"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@gjsify/iframe": "^0.4.
|
|
30
|
+
"@gjsify/iframe": "^0.4.16"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@girs/adw-1": "1.10.0-4.0.0-rc.15",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"@girs/gjs": "4.0.0-rc.15",
|
|
36
36
|
"@girs/glib-2.0": "2.88.0-4.0.0-rc.15",
|
|
37
37
|
"@girs/gtk-4.0": "4.23.0-4.0.0-rc.15",
|
|
38
|
-
"@gjsify/cli": "^0.4.
|
|
39
|
-
"@gjsify/node-globals": "^0.4.
|
|
40
|
-
"@gjsify/runtime": "^0.4.
|
|
38
|
+
"@gjsify/cli": "^0.4.16",
|
|
39
|
+
"@gjsify/node-globals": "^0.4.16",
|
|
40
|
+
"@gjsify/runtime": "^0.4.16",
|
|
41
41
|
"@types/node": "^25.6.2",
|
|
42
42
|
"http-server": "^14.1.1",
|
|
43
43
|
"typescript": "^6.0.3"
|