lody 0.57.1-next.7 → 0.57.1-next.8

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
@@ -36827,7 +36827,7 @@ Mongoose Error Code: ${error2.code}` : ""}`
36827
36827
  return client;
36828
36828
  }
36829
36829
  const name$1 = "lody";
36830
- const version$4 = "0.57.1-next.7";
36830
+ const version$4 = "0.57.1-next.8";
36831
36831
  const description$1 = "Lody Agent CLI tool for managing remote command execution";
36832
36832
  const type$2 = "module";
36833
36833
  const main$4 = "dist/index.js";
@@ -36915,7 +36915,6 @@ Mongoose Error Code: ${error2.code}` : ""}`
36915
36915
  "inquirer": "^10.2.2",
36916
36916
  "isbinaryfile": "^6.0.0",
36917
36917
  "jiti": "^2.6.1",
36918
- "loro-crdt": "catalog:",
36919
36918
  "loro-mirror": "catalog:",
36920
36919
  "loro-repo": "catalog:",
36921
36920
  "ora": "^8.2.0",
@@ -36942,6 +36941,7 @@ Mongoose Error Code: ${error2.code}` : ""}`
36942
36941
  ];
36943
36942
  const dependencies$1 = {
36944
36943
  "better-sqlite3": "catalog:",
36944
+ "loro-crdt": "1.12.3",
36945
36945
  "shell-env": "^4.0.3",
36946
36946
  "typescript": "^5.9.3"
36947
36947
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lody",
3
- "version": "0.57.1-next.7",
3
+ "version": "0.57.1-next.8",
4
4
  "description": "Lody Agent CLI tool for managing remote command execution",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -57,7 +57,6 @@
57
57
  "inquirer": "^10.2.2",
58
58
  "isbinaryfile": "^6.0.0",
59
59
  "jiti": "^2.6.1",
60
- "loro-crdt": "^1.12.3",
61
60
  "loro-mirror": "1.2.1",
62
61
  "loro-repo": "^0.17.0",
63
62
  "ora": "^8.2.0",
@@ -75,13 +74,13 @@
75
74
  "winston-transport": "^4.7.1",
76
75
  "ws": "^8.18.3",
77
76
  "zod": "^4.1.5",
78
- "@lody/cli-supervisor": "0.0.1",
79
77
  "@lody/code-session": "0.0.0",
80
- "@lody/code-collab": "0.0.0",
81
- "@lody/loro-streams-rpc": "0.0.1",
78
+ "@lody/cli-supervisor": "0.0.1",
82
79
  "@lody/convex": "0.0.1",
80
+ "@lody/code-collab-testkit": "0.0.0",
83
81
  "@lody/shared": "0.0.1",
84
- "@lody/code-collab-testkit": "0.0.0"
82
+ "@lody/code-collab": "0.0.0",
83
+ "@lody/loro-streams-rpc": "0.0.1"
85
84
  },
86
85
  "files": [
87
86
  "dist",
@@ -91,6 +90,7 @@
91
90
  ],
92
91
  "dependencies": {
93
92
  "better-sqlite3": "^11.10.0",
93
+ "loro-crdt": "1.12.3",
94
94
  "shell-env": "^4.0.3",
95
95
  "typescript": "^5.9.3"
96
96
  },