@termwright/pty 0.3.1 → 0.3.2

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@termwright/pty",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Termwright's native PTY backend with authoritative output EOF and owned process trees",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -22,21 +22,21 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@termwright/protocol": "0.3.1"
25
+ "@termwright/protocol": "0.3.2"
26
26
  },
27
27
  "optionalDependencies": {
28
- "@termwright/pty-darwin-x64": "0.3.1",
29
- "@termwright/pty-linux-arm64": "0.3.1",
30
- "@termwright/pty-linux-x64": "0.3.1",
31
- "@termwright/pty-darwin-arm64": "0.3.1",
32
- "@termwright/pty-win32-x64": "0.3.1",
33
- "@termwright/pty-win32-arm64": "0.3.1"
28
+ "@termwright/pty-darwin-arm64": "0.3.2",
29
+ "@termwright/pty-darwin-x64": "0.3.2",
30
+ "@termwright/pty-linux-x64": "0.3.2",
31
+ "@termwright/pty-linux-arm64": "0.3.2",
32
+ "@termwright/pty-win32-arm64": "0.3.2",
33
+ "@termwright/pty-win32-x64": "0.3.2"
34
34
  },
35
35
  "devDependencies": {
36
36
  "node-addon-api": "^8.3.0",
37
37
  "node-gyp": "^12.3.0",
38
38
  "vitest": "4.1.11",
39
- "@termwright/resource-broker": "0.3.1"
39
+ "@termwright/resource-broker": "0.3.2"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "tsup src/index.ts --format esm --dts --sourcemap --clean",