pxt-core 7.0.15 → 7.0.16

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.
@@ -135,6 +135,7 @@ declare namespace pxt {
135
135
  loopsBlocks?: boolean;
136
136
  onStartNamespace?: string; // default = loops
137
137
  onStartColor?: string;
138
+ onStartGroup?: string;
138
139
  onStartWeight?: number;
139
140
  onStartUnDeletable?: boolean;
140
141
  pauseUntilBlock?: BlockOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "7.0.15",
3
+ "version": "7.0.16",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",