Patch version increment to 0.13.5

Co-authored-by: huchenlei <20929282+huchenlei@users.noreply.github.com>
This commit is contained in:
Comfy Org PR Bot
2025-04-20 11:25:05 +09:00
committed by GitHub
parent 453257cd30
commit 13db014387
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@comfyorg/litegraph",
"version": "0.13.4",
"version": "0.13.5",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@comfyorg/litegraph",
"version": "0.13.4",
"version": "0.13.5",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.21.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@comfyorg/litegraph",
"version": "0.13.4",
"version": "0.13.5",
"type": "module",
"description": "A graph node editor similar to PD or UDK Blueprints. It works in an HTML5 Canvas and allows to export graphs to be included in applications.",
"main": "./dist/litegraph.umd.js",