pw-js-api 0.3.2-dev.b759a9b → 0.3.2-dev.eadb670

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.
@@ -150,7 +150,7 @@ export interface ListBlockResult {
150
150
  */
151
151
  PaletteId: string;
152
152
  /**
153
- * 0 for Background, 1 for Foreground.
153
+ * 0 for Background, 1 for Foreground, 2 for Overlay.
154
154
  */
155
155
  Layer: number;
156
156
  /**
@@ -168,7 +168,7 @@ export interface ListBlockResult {
168
168
  /**
169
169
  * EELVL ID.
170
170
  */
171
- LegacyId: number;
171
+ LegacyId?: number;
172
172
  /**
173
173
  * EELVL block arguments.
174
174
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pw-js-api",
3
- "version": "0.3.2-dev.b759a9b",
3
+ "version": "0.3.2-dev.eadb670",
4
4
  "description": "A PixelWalker Library, aims to be minimal with support for browsers.",
5
5
  "exports": {
6
6
  "types": "./esm/index.js",