blockly 9.1.0 → 9.1.1

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/core/mutator.d.ts CHANGED
@@ -18,8 +18,12 @@ import type { WorkspaceSvg } from './workspace_svg.js';
18
18
  */
19
19
  export declare class Mutator extends Icon {
20
20
  private quarkNames;
21
- /** Workspace in the mutator's bubble. */
22
- private workspace;
21
+ /**
22
+ * Workspace in the mutator's bubble.
23
+ * Due to legacy code in procedure block definitions, this name
24
+ * cannot change.
25
+ */
26
+ private workspace_;
23
27
  /** Width of workspace. */
24
28
  private workspaceWidth;
25
29
  /** Height of workspace. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blockly",
3
- "version": "9.1.0",
3
+ "version": "9.1.1",
4
4
  "description": "Blockly is a library for building visual programming editors.",
5
5
  "keywords": [
6
6
  "blockly"