@runeya/runeya 2.0.34 → 2.0.35
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/agent/index.js +2 -2
- package/agent/index.js.map +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
- package/{src-ZHBUP3UZ.js → src-LFQHLGJC.js} +3 -3
- package/src-LFQHLGJC.js.map +1 -0
- package/src-ZHBUP3UZ.js.map +0 -1
package/agent/index.js
CHANGED
|
@@ -4460,7 +4460,7 @@ import { TRPCError as TRPCError3 } from "@trpc/server";
|
|
|
4460
4460
|
import { EventEmitter as EventEmitter8 } from "events";
|
|
4461
4461
|
import os from "os";
|
|
4462
4462
|
import { randomUUID as randomUUID4 } from "crypto";
|
|
4463
|
-
import * as pty from "node-pty";
|
|
4463
|
+
import * as pty from "@lydell/node-pty";
|
|
4464
4464
|
var TerminalManager = class {
|
|
4465
4465
|
sessions = /* @__PURE__ */ new Map();
|
|
4466
4466
|
create(cwd, cols, rows) {
|
|
@@ -5085,7 +5085,7 @@ import { randomUUID as randomUUID5 } from "crypto";
|
|
|
5085
5085
|
import { fileURLToPath } from "url";
|
|
5086
5086
|
import { createRequire } from "module";
|
|
5087
5087
|
import { existsSync as existsSync2 } from "fs";
|
|
5088
|
-
import * as pty2 from "node-pty";
|
|
5088
|
+
import * as pty2 from "@lydell/node-pty";
|
|
5089
5089
|
function resolveMcpServerPath() {
|
|
5090
5090
|
try {
|
|
5091
5091
|
const req = createRequire(import.meta.url);
|