@comfyorg/comfyui-frontend-types 1.9.0 → 1.9.1

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 +3 -0
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -31232,6 +31232,7 @@ export declare class ComfyApp {
31232
31232
  'LiteGraph.Canvas.MaximumFps': z.ZodNumber;
31233
31233
  'Comfy.Workflow.ConfirmDelete': z.ZodBoolean;
31234
31234
  'Comfy.RerouteBeta': z.ZodBoolean;
31235
+ 'LiteGraph.Canvas.LowQualityRenderingZoomThreshold': z.ZodNumber;
31235
31236
  }, "strip", z.ZodTypeAny, {
31236
31237
  'Comfy.ColorPalette'?: string;
31237
31238
  'Comfy.CustomColorPalettes'?: Record<string, z.objectOutputType<{
@@ -31668,6 +31669,7 @@ export declare class ComfyApp {
31668
31669
  'LiteGraph.Canvas.MaximumFps'?: number;
31669
31670
  'Comfy.Workflow.ConfirmDelete'?: boolean;
31670
31671
  'Comfy.RerouteBeta'?: boolean;
31672
+ 'LiteGraph.Canvas.LowQualityRenderingZoomThreshold'?: number;
31671
31673
  }, {
31672
31674
  'Comfy.ColorPalette'?: string;
31673
31675
  'Comfy.CustomColorPalettes'?: Record<string, z.objectInputType<{
@@ -32104,6 +32106,7 @@ export declare class ComfyApp {
32104
32106
  'LiteGraph.Canvas.MaximumFps'?: number;
32105
32107
  'Comfy.Workflow.ConfirmDelete'?: boolean;
32106
32108
  'Comfy.RerouteBeta'?: boolean;
32109
+ 'LiteGraph.Canvas.LowQualityRenderingZoomThreshold'?: number;
32107
32110
  }>>>;
32108
32111
 
32109
32112
  declare const zStatusWsMessage: z.ZodObject<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"
@@ -13,7 +13,7 @@
13
13
  "description": "TypeScript definitions for @comfyorg/comfyui-frontend",
14
14
  "license": "GPL-3.0-only",
15
15
  "dependencies": {
16
- "@comfyorg/litegraph": "^0.8.62"
16
+ "@comfyorg/litegraph": "^0.8.66"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "vue": "^3.5.13",