@gjsify/terminal-native 0.4.40 → 0.4.42

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/terminal-native",
3
- "version": "0.4.40",
3
+ "version": "0.4.42",
4
4
  "description": "Optional Vala/GObject bridge providing Posix.isatty(), ioctl(TIOCGWINSZ), termios raw-mode and SIGWINCH for GJS. Enhances @gjsify/tty and @gjsify/process with correct terminal behaviour when installed.",
5
5
  "type": "module",
6
6
  "main": "lib/esm/index.js",
@@ -41,10 +41,10 @@
41
41
  ],
42
42
  "scripts": {
43
43
  "clear": "rm -rf lib build tsconfig.tsbuildinfo tsconfig.types.tsbuildinfo || exit 0",
44
- "check": "tsc --noEmit",
44
+ "check": "gjsify tsc --noEmit",
45
45
  "build": "gjsify run build:gjsify && gjsify run build:types",
46
46
  "build:gjsify": "gjsify build --library 'src/ts/**/*.{ts,js}'",
47
- "build:types": "tsc",
47
+ "build:types": "gjsify tsc",
48
48
  "init:meson": "meson setup build .",
49
49
  "init:meson:wipe": "gjsify run init:meson --wipe",
50
50
  "build:meson": "gjsify run init:meson && meson compile -C build",
@@ -56,7 +56,7 @@
56
56
  "@girs/gobject-2.0": "2.88.0-4.0.4"
57
57
  },
58
58
  "devDependencies": {
59
- "@gjsify/cli": "^0.4.40",
59
+ "@gjsify/cli": "^0.4.42",
60
60
  "@ts-for-gir/cli": "^4.0.4",
61
61
  "@types/node": "^25.9.1",
62
62
  "typescript": "^6.0.3"