@comfyorg/comfyui-frontend-types 1.21.0 → 1.21.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 +2 -2
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -158,7 +158,7 @@ declare class ChangeTracker {
158
158
  /**
159
159
  * Whether the redo/undo restoring is in progress.
160
160
  */
161
- private restoringState;
161
+ _restoringState: boolean;
162
162
  ds?: {
163
163
  scale: number;
164
164
  offset: [number, number];
@@ -923,7 +923,7 @@ export declare class ComfyApp {
923
923
  /**
924
924
  * Whether the workflow has been modified comparing to the initial state.
925
925
  */
926
- private _isModified;
926
+ _isModified: boolean;
927
927
  /**
928
928
  * @param options The path, modified, and size of the workflow.
929
929
  * Note: path is the full path, including the 'workflows/' prefix.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comfyorg/comfyui-frontend-types",
3
- "version": "1.21.0",
3
+ "version": "1.21.2",
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.15.11"
16
+ "@comfyorg/litegraph": "^0.15.14"
17
17
  },
18
18
  "peerDependencies": {
19
19
  "vue": "^3.5.13",