Comparing version 5.0.0-beta.3 to 5.0.0
{ | ||
"name": "run-pty", | ||
"version": "5.0.0-beta.3", | ||
"version": "5.0.0", | ||
"author": "Simon Lydell", | ||
@@ -27,13 +27,14 @@ "license": "MIT", | ||
"dependencies": { | ||
"@lydell/node-pty": "^1.0.0-beta.4", | ||
"@lydell/node-pty": "^1.0.0", | ||
"tiny-decoders": "^23.0.0" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "6.9.1", | ||
"@typescript-eslint/parser": "6.9.1", | ||
"eslint": "8.52.0", | ||
"eslint-plugin-vitest": "0.3.8", | ||
"prettier": "3.0.3", | ||
"typescript": "5.2.2", | ||
"vitest": "0.34.6" | ||
"@types/node": "20.11.30", | ||
"@typescript-eslint/eslint-plugin": "7.3.1", | ||
"@typescript-eslint/parser": "7.3.1", | ||
"eslint": "8.57.0", | ||
"eslint-plugin-vitest": "0.3.26", | ||
"prettier": "3.2.5", | ||
"typescript": "5.4.2", | ||
"vitest": "1.4.0" | ||
}, | ||
@@ -40,0 +41,0 @@ "scripts": { |
@@ -30,3 +30,3 @@ # run-pty | ||
> @ start /Users/lydell/src/run-pty/demo | ||
> start | ||
> run-pty % npm run frontend % npm run backend | ||
@@ -55,6 +55,7 @@ ``` | ||
VITE v3.2.1 ready in 91 ms | ||
VITE v5.1.6 ready in 81 ms | ||
➜ Local: http://localhost:5173/ | ||
➜ Network: use --host to expose | ||
➜ press h + enter to show help | ||
▊ | ||
@@ -74,10 +75,11 @@ [ctrl+c] kill (pid 36842) | ||
VITE v3.2.1 ready in 91 ms | ||
VITE v5.1.6 ready in 81 ms | ||
➜ Local: http://localhost:5173/ | ||
➜ Network: use --host to expose | ||
➜ press h + enter to show help | ||
^C | ||
⚪ npm run frontend | ||
exit 0 | ||
exit 130 | ||
@@ -92,3 +94,3 @@ [enter] restart | ||
``` | ||
[1] ⚪ exit 0 npm run frontend | ||
[1] ⚪ exit 130 npm run frontend | ||
[2] 🟢 npm run backend | ||
@@ -105,4 +107,4 @@ | ||
``` | ||
[1] ⚪ exit 0 npm run frontend | ||
[2] ⚪ exit 0 npm run backend | ||
[1] ⚪ exit 130 npm run frontend | ||
[2] ⚪ exit 130 npm run backend | ||
@@ -109,0 +111,0 @@ $ ▊ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
90697
1
244
8
2384
Updated@lydell/node-pty@^1.0.0