Skip to content

Commit 67c3ba1

Browse files
committed
Update ComfyUI frontend types and changes needed to accomodate them. Should be a no-op.
1 parent 629c514 commit 67c3ba1

19 files changed

+723
-81
lines changed

__build__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def build(without_tests = True, fix = False):
132132

133133
filedata, n = re.subn(r'(\s*from [\'"](?!.*[.]js[\'"]).*?)([\'"];)', '\\1.js\\2', filedata)
134134
if n > 0:
135-
filename = os.path.basename(file)
135+
filename = file.split('rgthree-comfy')[1]
136136
log_step_info(
137137
f'{filename} has {n} import{"s" if n > 1 else ""} that do not end in ".js"', 'warn')
138138
with open(file, 'w', encoding="utf-8") as f:

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"prettier": "^3.3.3",
44
"typescript": "^5.5.4",
55
"sass": "^1.77.8",
6-
"@comfyorg/comfyui-frontend-types": "^1.26.4",
6+
"@comfyorg/comfyui-frontend-types": "^1.32.4",
77
"web-tree-sitter": "0.25.6"
88
},
99
"scripts": {

0 commit comments

Comments
 (0)