blockly 10.0.0 → 10.0.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/main.d.ts CHANGED
@@ -1,2 +1,5 @@
1
+ declare const Blockly: any;
1
2
  declare const Msg: any;
3
+ declare const colour: any;
4
+ declare const deprecation: any;
2
5
  //# sourceMappingURL=main.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blockly",
3
- "version": "10.0.0",
3
+ "version": "10.0.1",
4
4
  "description": "Blockly is a library for building visual programming editors.",
5
5
  "keywords": [
6
6
  "blockly"