pxt-core 12.2.32 → 12.2.34

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.
@@ -820,7 +820,7 @@ declare namespace pxt.editor {
820
820
  simSerialActive?: boolean;
821
821
  deviceSerialActive?: boolean;
822
822
  errorListState?: ErrorListState;
823
- errorListCollapsedByUser?: boolean;
823
+ errorListCollapsed?: boolean;
824
824
  screenshoting?: boolean;
825
825
  extensionsVisible?: boolean;
826
826
  isMultiplayerGame?: boolean; // Arcade: Does the current project contain multiplayer blocks?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "12.2.32",
3
+ "version": "12.2.34",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",