@zodic/shared 0.0.329 → 0.0.332

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.
@@ -113,6 +113,13 @@
113
113
  "when": 1745556069821,
114
114
  "tag": "0015_zippy_sersi",
115
115
  "breakpoints": true
116
+ },
117
+ {
118
+ "idx": 16,
119
+ "version": "6",
120
+ "when": 1745725919445,
121
+ "tag": "0016_awesome_squadron_sinister",
122
+ "breakpoints": true
116
123
  }
117
124
  ]
118
125
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zodic/shared",
3
- "version": "0.0.329",
3
+ "version": "0.0.332",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -409,7 +409,8 @@ export type ControlNetConfig =
409
409
  initImageId: string;
410
410
  initImageType: 'UPLOADED' | 'GENERATED';
411
411
  preprocessorId: 100;
412
- strengthType: ControlNetStrenghtType;
412
+ strengthType?: ControlNetStrenghtType;
413
+ weight?: number;
413
414
  }
414
415
  | {
415
416
  initImageId: string;
@@ -421,7 +422,8 @@ export type ControlNetConfig =
421
422
  initImageId: string;
422
423
  initImageType: 'UPLOADED' | 'GENERATED';
423
424
  preprocessorId: 133;
424
- strengthType: ControlNetStrenghtType;
425
+ strengthType?: ControlNetStrenghtType;
426
+ weight?: number;
425
427
  };
426
428
 
427
429
  export type PlacementObject = {