lody 0.57.2 → 0.57.3
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 +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -36826,7 +36826,7 @@ Mongoose Error Code: ${error2.code}` : ""}`
|
|
|
36826
36826
|
return client;
|
|
36827
36827
|
}
|
|
36828
36828
|
const name$1 = "lody";
|
|
36829
|
-
const version$4 = "0.57.
|
|
36829
|
+
const version$4 = "0.57.3";
|
|
36830
36830
|
const description$1 = "Lody Agent CLI tool for managing remote command execution";
|
|
36831
36831
|
const type$2 = "module";
|
|
36832
36832
|
const main$4 = "dist/index.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lody",
|
|
3
|
-
"version": "0.57.
|
|
3
|
+
"version": "0.57.3",
|
|
4
4
|
"description": "Lody Agent CLI tool for managing remote command execution",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -75,11 +75,11 @@
|
|
|
75
75
|
"winston-transport": "^4.7.1",
|
|
76
76
|
"ws": "^8.18.3",
|
|
77
77
|
"zod": "^4.1.5",
|
|
78
|
+
"@lody/convex": "0.0.1",
|
|
78
79
|
"@lody/cli-supervisor": "0.0.1",
|
|
79
|
-
"@lody/loro-streams-rpc": "0.0.1",
|
|
80
80
|
"@lody/shared": "0.0.1",
|
|
81
|
-
"loro-
|
|
82
|
-
"
|
|
81
|
+
"@lody/loro-streams-rpc": "0.0.1",
|
|
82
|
+
"loro-code": "0.0.1"
|
|
83
83
|
},
|
|
84
84
|
"files": [
|
|
85
85
|
"dist",
|