iterate-ui-daemon 0.1.2 → 0.1.4
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 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -630,6 +630,7 @@ function copyUncommittedFiles(cwd, worktreePath) {
|
|
|
630
630
|
filePath = line.slice(3);
|
|
631
631
|
}
|
|
632
632
|
filePath = filePath.trim();
|
|
633
|
+
if (filePath === ".iterate" || filePath.startsWith(".iterate/")) continue;
|
|
633
634
|
if (statusCode === " D" || statusCode === "D ") {
|
|
634
635
|
const dest2 = join2(worktreePath, filePath);
|
|
635
636
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iterate-ui-daemon",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "iterate daemon — control server, worktree manager, proxy",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"@fastify/reply-from": "^12.0.0",
|
|
38
38
|
"simple-git": "^3.27.0",
|
|
39
39
|
"execa": "^9.5.0",
|
|
40
|
-
"iterate-ui-
|
|
41
|
-
"iterate-ui-
|
|
40
|
+
"iterate-ui-core": "0.1.1",
|
|
41
|
+
"iterate-ui-overlay": "0.1.3"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/node": "^22.0.0",
|