Skip to content

Commit 6bb0030

Browse files
authored
Update tunnel-lib in engines to 0.2.1 (#78)
* Update tunnel-lib in engines to 0.2.0 * fix(engines): Update tunnels-lib to 0.2.1
1 parent 91f5b4c commit 6bb0030

File tree

4 files changed

+120
-142
lines changed

4 files changed

+120
-142
lines changed

ComfyUI/package-lock.json

+59-81
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ComfyUI/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sp-comfyui",
3-
"version": "0.1.0",
3+
"version": "0.1.2",
44
"description": "Super Protocol integration for ComfyUI (https://github.com/comfyanonymous/ComfyUI)",
55
"main": "dist/index.js",
66
"scripts": {
@@ -23,8 +23,8 @@
2323
"@types/node": "^22.7.9"
2424
},
2525
"dependencies": {
26-
"@super-protocol/solution-utils": "1.3.4",
27-
"@super-protocol/tunnels-lib": "^0.1.23",
26+
"@super-protocol/solution-utils": "1.3.5",
27+
"@super-protocol/tunnels-lib": "^0.2.1",
2828
"dotenv": "^16.4.5",
2929
"pino": "^7.11.0"
3030
}

0 commit comments

Comments
 (0)