Skip to content

Commit

Permalink
bump ruspty
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Nov 12, 2024
1 parent c05f087 commit 4dc04db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function setCloseOnExec(fd: number, closeOnExec: boolean): void;
*_CLOEXEC` under the covers.
*/
export function getCloseOnExec(fd: number): boolean;
export class Pty {
export declare class Pty {
/** The pid of the forked process. */
pid: number;
constructor(opts: PtyOptions);
Expand Down
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"license": "MIT",
"devDependencies": {
"@napi-rs/cli": "^2.18.2",
"@napi-rs/cli": "^2.18.4",
"@napi-rs/triples": "^1.2.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.14.2",
Expand Down

0 comments on commit 4dc04db

Please sign in to comment.