pty-manager 1.10.0 → 1.10.1
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/dist/index.js +0 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2520,7 +2520,6 @@ var BunCompatiblePTYManager = class extends import_events3.EventEmitter {
|
|
|
2520
2520
|
async writeRaw(id, data) {
|
|
2521
2521
|
await this.waitForReady();
|
|
2522
2522
|
this.sendCommand({ cmd: "writeRaw", id, data });
|
|
2523
|
-
await this.createPending(`writeRaw:${id}`);
|
|
2524
2523
|
}
|
|
2525
2524
|
/**
|
|
2526
2525
|
* Paste text to a session
|
|
@@ -2541,7 +2540,6 @@ var BunCompatiblePTYManager = class extends import_events3.EventEmitter {
|
|
|
2541
2540
|
session.cols = cols;
|
|
2542
2541
|
session.rows = rows;
|
|
2543
2542
|
}
|
|
2544
|
-
await this.createPending(`resize:${id}`);
|
|
2545
2543
|
}
|
|
2546
2544
|
/**
|
|
2547
2545
|
* Kill a session
|