Skip to content

Commit 6a505f0

Browse files
webfilteredarjansingh
authored andcommitted
Extract shared utilities into workspace package (#5843)
Extracts shared formatting and network utilities into dedicated workspace package. - **What**: Created `@comfyorg/shared-frontend-utils` package containing formatUtil and networkUtil - **Breaking**: None - utilities remain accessible via path aliases in `tsconfig` Split `createAnnotatedPath` and `electronMirrorCheck` out and left in frontend, due to their tightly-coupled nature. See [discussion on this PR](#5843 (comment)).
1 parent d62923f commit 6a505f0

File tree

3 files changed

+445
-962
lines changed

3 files changed

+445
-962
lines changed

packages/shared-frontend-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"./networkUtil": "./src/networkUtil.ts"
1515
},
1616
"dependencies": {
17-
"axios": "catalog:"
17+
"axios": "^1.11.0"
1818
},
1919
"devDependencies": {
20-
"typescript": "catalog:"
20+
"typescript": "^5.9.2"
2121
}
2222
}

0 commit comments

Comments
 (0)