ag-psd 20.2.2 → 21.0.0

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.
package/dist-es/psd.d.ts CHANGED
@@ -448,7 +448,7 @@ export interface BezierKnot {
448
448
  export type BooleanOperation = 'exclude' | 'combine' | 'subtract' | 'intersect';
449
449
  export interface BezierPath {
450
450
  open: boolean;
451
- operation: BooleanOperation;
451
+ operation?: BooleanOperation;
452
452
  knots: BezierKnot[];
453
453
  fillRule: 'even-odd' | 'non-zero';
454
454
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ag-psd",
3
- "version": "20.2.2",
3
+ "version": "21.0.0",
4
4
  "description": "Library for reading and writing PSD files",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist-es/index.js",