@gjsify/adwaita-app 0.17.0 → 0.18.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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/adwaita-app",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "description": "Native Adwaita application shell for GJS/GTK apps — Adw.Application lifecycle (runAsync + devtools + CSS), a data-driven NavigationSplitView nav shell, an async-view mounter, and promise dialog/toast/file helpers",
5
5
  "type": "module",
6
6
  "module": "lib/esm/index.js",
@@ -23,7 +23,7 @@
23
23
  "build:test": "gjsify run build:test:gjs && gjsify run build:test:node",
24
24
  "build:test:gjs": "gjsify build src/test.mts --app gjs --outfile test.gjs.mjs",
25
25
  "build:test:node": "gjsify build src/test.mts --app node --outfile test.node.mjs",
26
- "test": "gjsify run build:gjsify && gjsify run build:test && gjsify run test:gjs",
26
+ "test": "gjsify run build:gjsify && gjsify run build:test && gjsify run test:gjs && gjsify run test:node",
27
27
  "test:gjs": "gjsify run test.gjs.mjs",
28
28
  "test:node": "node test.node.mjs",
29
29
  "storybook": "gjsify storybook",
@@ -46,12 +46,12 @@
46
46
  "@girs/glib-2.0": "^4.1.0",
47
47
  "@girs/gobject-2.0": "^4.1.0",
48
48
  "@girs/gtk-4.0": "^4.1.0",
49
- "@gjsify/devtools": "^0.17.0"
49
+ "@gjsify/devtools": "^0.18.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@gjsify/cli": "^0.17.0",
53
- "@gjsify/storybook": "^0.17.0",
54
- "@gjsify/unit": "^0.17.0",
52
+ "@gjsify/cli": "^0.18.0",
53
+ "@gjsify/storybook": "^0.18.0",
54
+ "@gjsify/unit": "^0.18.0",
55
55
  "@types/node": "^25.9.2",
56
56
  "typescript": "^6.0.3"
57
57
  },