pw-js-api 0.2.9-dev.043b9e9 → 0.2.9-dev.aaae58f

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.
@@ -146,7 +146,7 @@ export interface ListBlockResult {
146
146
  */
147
147
  Layer: number;
148
148
  /**
149
- * EELVL ID.
149
+ * What the block ID was before the current update.
150
150
  */
151
151
  LegacyId: number;
152
152
  /**
@@ -164,9 +164,7 @@ export interface ListBlockResult {
164
164
  */
165
165
  PaletteId: string;
166
166
  /**
167
- * EELVL block arguments.
168
- *
169
- * For example it can indicate block's rotation (for example for half blocks), indicate portal arguments, etc.
167
+ * Unclear what this is.
170
168
  */
171
169
  LegacyMorph?: number[];
172
170
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pw-js-api",
3
- "version": "0.2.9-dev.043b9e9",
3
+ "version": "0.2.9-dev.aaae58f",
4
4
  "description": "A PixelWalker Library, aims to be minimal with support for browsers.",
5
5
  "exports": {
6
6
  "types": "./esm/index.js",