Skip to content

Commit 13b05b4

Browse files
committed
Rename utils package to shared-frontend-utils
Point re-export shims to renamed utils package Use new utils package name in root dependencies
1 parent 73773c4 commit 13b05b4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"@comfyorg/design-system": "workspace:*",
110110
"@comfyorg/registry-types": "workspace:*",
111111
"@comfyorg/tailwind-utils": "workspace:*",
112-
"@comfyorg/generic-frontend-pure-functions-and-stuff": "workspace:*",
112+
"@comfyorg/shared-frontend-utils": "workspace:*",
113113
"@iconify/json": "^2.2.380",
114114
"@primeuix/forms": "0.0.2",
115115
"@primeuix/styled": "0.3.2",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@comfyorg/generic-frontend-pure-functions-and-stuff",
2+
"name": "@comfyorg/shared-frontend-utils",
33
"private": true,
44
"version": "1.0.0",
55
"description": "Shared frontend utils for ComfyUI Frontend",

src/utils/envUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from '@comfyorg/generic-frontend-pure-functions-and-stuff/envUtil'
1+
export * from '@comfyorg/shared-frontend-utils/envUtil'

src/utils/formatUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from '@comfyorg/generic-frontend-pure-functions-and-stuff/formatUtil'
1+
export * from '@comfyorg/shared-frontend-utils/formatUtil'

src/utils/networkUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from '@comfyorg/generic-frontend-pure-functions-and-stuff/networkUtil'
1+
export * from '@comfyorg/shared-frontend-utils/networkUtil'

0 commit comments

Comments
 (0)