@comfyorg/comfyui-frontend-types 1.34.0 → 1.34.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -7100,6 +7100,7 @@ export declare class ComfyApp {
7100
7100
  versionAdded?: string;
7101
7101
  versionModified?: string;
7102
7102
  sortOrder?: number;
7103
+ hideInVueNodes?: boolean;
7103
7104
  }
7104
7105
 
7105
7106
  export { Settings }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.34.0",
3
+ "version": "1.34.2",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"