lody 0.60.0 → 0.60.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -36828,7 +36828,7 @@ Mongoose Error Code: ${error2.code}` : ""}`
36828
36828
  return client;
36829
36829
  }
36830
36830
  const name$1 = "lody";
36831
- const version$4 = "0.60.0";
36831
+ const version$4 = "0.60.1";
36832
36832
  const description$1 = "Lody Agent CLI tool for managing remote command execution";
36833
36833
  const type$2 = "module";
36834
36834
  const main$4 = "dist/index.js";
@@ -36943,7 +36943,7 @@ Mongoose Error Code: ${error2.code}` : ""}`
36943
36943
  const dependencies$1 = {
36944
36944
  "better-sqlite3": "catalog:",
36945
36945
  "loro-crdt": "1.13.1",
36946
- "node-pty": "1.0.0",
36946
+ "node-pty": "1.1.0",
36947
36947
  "shell-env": "^4.0.3",
36948
36948
  "typescript": "^5.9.3"
36949
36949
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lody",
3
- "version": "0.60.0",
3
+ "version": "0.60.1",
4
4
  "description": "Lody Agent CLI tool for managing remote command execution",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -74,13 +74,13 @@
74
74
  "winston-transport": "^4.7.1",
75
75
  "ws": "^8.18.3",
76
76
  "zod": "^4.1.5",
77
- "@lody/code-collab": "0.0.0",
78
77
  "@lody/cli-supervisor": "0.0.1",
78
+ "@lody/code-collab": "0.0.0",
79
79
  "@lody/code-collab-testkit": "0.0.0",
80
- "@lody/code-session": "0.0.0",
81
80
  "@lody/convex": "0.0.1",
82
- "@lody/shared": "0.0.1",
83
- "@lody/loro-streams-rpc": "0.0.1"
81
+ "@lody/code-session": "0.0.0",
82
+ "@lody/loro-streams-rpc": "0.0.1",
83
+ "@lody/shared": "0.0.1"
84
84
  },
85
85
  "files": [
86
86
  "dist",
@@ -91,7 +91,7 @@
91
91
  "dependencies": {
92
92
  "better-sqlite3": "^12.10.0",
93
93
  "loro-crdt": "1.13.1",
94
- "node-pty": "1.0.0",
94
+ "node-pty": "1.1.0",
95
95
  "shell-env": "^4.0.3",
96
96
  "typescript": "^5.9.3"
97
97
  },