@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 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);