pxt-microbit 4.0.21 → 4.0.23
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/built/target.js +32 -29
- package/built/target.json +32 -29
- package/built/targetlight.json +5 -5
- package/built/theme.json +4 -1
- package/package.json +2 -2
- package/pxtarget.json +2 -1
package/built/targetlight.json
CHANGED
|
@@ -355,11 +355,11 @@
|
|
|
355
355
|
},
|
|
356
356
|
"uploadDocs": true,
|
|
357
357
|
"versions": {
|
|
358
|
-
"branch": "v4.0.
|
|
359
|
-
"tag": "v4.0.
|
|
360
|
-
"commits": "https://github.com/microsoft/pxt-microbit/commits/
|
|
361
|
-
"target": "4.0.
|
|
362
|
-
"pxt": "7.0.
|
|
358
|
+
"branch": "v4.0.23",
|
|
359
|
+
"tag": "v4.0.23",
|
|
360
|
+
"commits": "https://github.com/microsoft/pxt-microbit/commits/8903212223226ce26510f958f0c48112a0c21a91",
|
|
361
|
+
"target": "4.0.23",
|
|
362
|
+
"pxt": "7.0.19"
|
|
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,
|
|
@@ -252,7 +255,7 @@
|
|
|
252
255
|
"incompatibleHardwareImage": "/static/download/incompatible.png"
|
|
253
256
|
},
|
|
254
257
|
"winAppDeprImage": "/static/winapp.PNG",
|
|
255
|
-
"showWinAppDeprBanner":
|
|
258
|
+
"showWinAppDeprBanner": true,
|
|
256
259
|
"TOC": [
|
|
257
260
|
{
|
|
258
261
|
"name": "About",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pxt-microbit",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.23",
|
|
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.
|
|
48
|
+
"pxt-core": "7.0.19"
|
|
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,
|
|
@@ -600,7 +601,7 @@
|
|
|
600
601
|
"incompatibleHardwareImage": "/static/download/incompatible.png"
|
|
601
602
|
},
|
|
602
603
|
"winAppDeprImage": "/static/winapp.PNG",
|
|
603
|
-
"showWinAppDeprBanner":
|
|
604
|
+
"showWinAppDeprBanner": true
|
|
604
605
|
},
|
|
605
606
|
"queryVariants": {
|
|
606
607
|
"hidemenu": {
|