@comfyorg/comfyui-frontend-types 1.22.0 → 1.22.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 +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -584,7 +584,6 @@ export declare class ComfyApp {
584
584
  /**
585
585
  * Registers a Comfy web extension with the app
586
586
  * @param {ComfyExtension} extension
587
- * @deprecated Use useExtensionService().registerExtension instead
588
587
  */
589
588
  registerExtension(extension: ComfyExtension): void;
590
589
  /**
@@ -1153,6 +1152,7 @@ export declare class ComfyApp {
1153
1152
  description: string;
1154
1153
  localizedTitle?: string;
1155
1154
  localizedDescription?: string;
1155
+ sourceModule?: string;
1156
1156
  }
1157
1157
 
1158
1158
  export { TerminalSize }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.22.0",
3
+ "version": "1.22.1",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"