@comfyorg/comfyui-frontend-types 1.48.1 → 1.48.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 +0 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -15,7 +15,6 @@ import { DialogPassThroughOptions } from 'primevue/dialog';
15
15
  import { DialogPassThroughOptions as DialogPassThroughOptions_2 } from 'primevue';
16
16
  import { FunctionalComponent } from 'vue';
17
17
  import { HTMLAttributes } from 'vue';
18
- import { IFuseOptions } from 'fuse.js';
19
18
  import { InputSpec } from '@comfyorg/object-info-parser';
20
19
  import { MethodOptions } from 'vue';
21
20
  import { ModelFile as ModelFile_2 } from '../workflow/validation/schemas/workflowSchema';
@@ -1227,7 +1226,6 @@ export declare class ComfyApi extends EventTarget {
1227
1226
  * @returns Copy of all server feature flags
1228
1227
  */
1229
1228
  getServerFeatures(): Record<string, unknown>;
1230
- getFuseOptions(): Promise<IFuseOptions<TemplateInfo> | null>;
1231
1229
  }
1232
1230
 
1233
1231
  export declare class ComfyApp {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.48.1",
3
+ "version": "1.48.2",
4
4
  "types": "./index.d.ts",
5
5
  "files": [
6
6
  "index.d.ts"