pxt-microbit 4.0.19 → 4.0.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.
@@ -355,11 +355,11 @@
355
355
  },
356
356
  "uploadDocs": true,
357
357
  "versions": {
358
- "branch": "v4.0.19",
359
- "tag": "v4.0.19",
360
- "commits": "https://github.com/microsoft/pxt-microbit/commits/38d031871dbb74b33b7b60d9f2faf675727fff4b",
361
- "target": "4.0.19",
362
- "pxt": "7.0.14"
358
+ "branch": "v4.0.22",
359
+ "tag": "v4.0.22",
360
+ "commits": "https://github.com/microsoft/pxt-microbit/commits/0fcc45347c46e1fc32b3645d6fec5cf7c0988183",
361
+ "target": "4.0.22",
362
+ "pxt": "7.0.17"
363
363
  },
364
364
  "blocksprj": {
365
365
  "id": "blocksprj",
package/built/theme.json CHANGED
@@ -214,6 +214,9 @@
214
214
  "editorVersionPaths": {
215
215
  "0": "v0"
216
216
  },
217
+ "appPathNames": [
218
+ "/v4"
219
+ ],
217
220
  "showProjectSettings": true,
218
221
  "scriptManager": true,
219
222
  "debugger": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-microbit",
3
- "version": "4.0.19",
3
+ "version": "4.0.22",
4
4
  "description": "micro:bit target for Microsoft MakeCode (PXT)",
5
5
  "keywords": [
6
6
  "JavaScript",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "pxt-common-packages": "9.0.1",
48
- "pxt-core": "7.0.14"
48
+ "pxt-core": "7.0.17"
49
49
  }
50
50
  }
package/pxtarget.json CHANGED
@@ -563,6 +563,7 @@
563
563
  "editorVersionPaths": {
564
564
  "0": "v0"
565
565
  },
566
+ "appPathNames": [ "/v4" ],
566
567
  "showProjectSettings": true,
567
568
  "scriptManager": true,
568
569
  "debugger": true,