@comfyorg/comfyui-frontend-types 1.41.5 → 1.41.6

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 +0 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -3126,7 +3126,6 @@ export declare class ComfyApp {
3126
3126
  /** Widget type (see {@link TWidgetType}) */
3127
3127
  type: TType;
3128
3128
  value?: TValue;
3129
- vueTrack?: () => void;
3130
3129
  /**
3131
3130
  * Whether the widget value is persisted in the workflow JSON
3132
3131
  * (`widgets_values`). Checked by {@link LGraphNode.serialize} and
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.41.5",
3
+ "version": "1.41.6",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"