@gjsify/terminal-native 0.4.9 → 0.4.10
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gjsify/terminal-native",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.10",
|
|
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",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@girs/gobject-2.0": "2.88.0-4.0.0-rc.15"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@gjsify/cli": "^0.4.
|
|
53
|
+
"@gjsify/cli": "^0.4.10",
|
|
54
54
|
"@ts-for-gir/cli": "^4.0.0-rc.15",
|
|
55
55
|
"@types/node": "^25.6.2",
|
|
56
56
|
"typescript": "^6.0.3"
|