pxt-core 9.3.20 → 9.3.22

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.
@@ -1153,6 +1153,7 @@ declare namespace pxt.tutorial {
1153
1153
  code: string[]; // all code
1154
1154
  language?: string; // language of code snippet (ts or python)
1155
1155
  templateCode?: string;
1156
+ templateLanguage?: string; // language of template code
1156
1157
  metadata?: TutorialMetadata;
1157
1158
  assetFiles?: pxt.Map<string>;
1158
1159
  jres?: string; // JRES to be used when generating hints; necessary for tilemaps
@@ -1258,6 +1259,7 @@ declare namespace pxt.tutorial {
1258
1259
  tutorialCode?: string[]; // all tutorial code bundled
1259
1260
  tutorialRecipe?: boolean; // micro tutorial running within the context of a script
1260
1261
  templateCode?: string;
1262
+ templateLanguage?: string;
1261
1263
  mergeHeaderId?: string;
1262
1264
  mergeCarryoverCode?: boolean;
1263
1265
  autoexpandStep?: boolean; // autoexpand tutorial card if instruction text overflows
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-core",
3
- "version": "9.3.20",
3
+ "version": "9.3.22",
4
4
  "description": "Microsoft MakeCode provides Blocks / JavaScript / Python tools and editors",
5
5
  "keywords": [
6
6
  "TypeScript",