anycodex 0.0.13 → 0.0.14

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.
Files changed (2) hide show
  1. package/dist/bin.js +2 -2
  2. package/package.json +2 -2
package/dist/bin.js CHANGED
@@ -22,7 +22,7 @@ import fs5 from "fs";
22
22
  import readline from "readline";
23
23
  import { fileURLToPath as fileURLToPath2 } from "url";
24
24
 
25
- // ../server/dist/chunk-HIMIBULO.js
25
+ // ../server/dist/chunk-W3A4E2Q5.js
26
26
  import http from "http";
27
27
  import { fileURLToPath } from "url";
28
28
  import path3 from "path";
@@ -31,7 +31,7 @@ import fs4 from "fs";
31
31
  import fsPromises from "fs/promises";
32
32
  import { execFile, spawn as cpSpawn } from "child_process";
33
33
  import { WebSocketServer, WebSocket as WS } from "ws";
34
- import * as pty from "node-pty";
34
+ import * as pty from "@lydell/node-pty";
35
35
  import fs from "fs";
36
36
  import nodePath from "path";
37
37
  import fs2 from "fs/promises";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anycodex",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -10,7 +10,7 @@
10
10
  "anycodex": "dist/bin.js"
11
11
  },
12
12
  "dependencies": {
13
- "node-pty": "^1.1.0",
13
+ "@lydell/node-pty": "^1.0.1",
14
14
  "sql.js": "^1.12.0",
15
15
  "ws": "^8.19.0"
16
16
  },