pxt-microbit 8.1.32 → 9.0.2
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/block-tests.js +1 -1
- package/built/target.js +1 -1
- package/built/target.json +1 -1
- package/built/targetlight.js +1 -1
- package/built/targetlight.json +1 -1
- package/built/theme.json +1 -1
- package/built/web/rtlsemantic.css +1 -1
- package/built/web/semantic.css +1 -1
- package/package.json +3 -3
- package/pxtarget.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pxt-microbit",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.2",
|
|
4
4
|
"description": "micro:bit target for Microsoft MakeCode (PXT)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"JavaScript",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"typescript": "4.8.3"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"pxt-common-packages": "
|
|
49
|
-
"pxt-core": "
|
|
48
|
+
"pxt-common-packages": "14.0.2",
|
|
49
|
+
"pxt-core": "13.0.2"
|
|
50
50
|
},
|
|
51
51
|
"overrides": {
|
|
52
52
|
"@blockly/field-grid-dropdown": {
|
package/pxtarget.json
CHANGED
|
@@ -436,8 +436,7 @@
|
|
|
436
436
|
"experiments": [
|
|
437
437
|
"debugExtensionCode",
|
|
438
438
|
"bluetoothUartConsole",
|
|
439
|
-
"bluetoothPartialFlashing"
|
|
440
|
-
"forceEnableAiErrorHelp"
|
|
439
|
+
"bluetoothPartialFlashing"
|
|
441
440
|
],
|
|
442
441
|
"supportedExperiences": [
|
|
443
442
|
"code-eval"
|
|
@@ -556,7 +555,8 @@
|
|
|
556
555
|
"5": "v5",
|
|
557
556
|
"6": "v6",
|
|
558
557
|
"7": "v7",
|
|
559
|
-
"8": "v8"
|
|
558
|
+
"8": "v8",
|
|
559
|
+
"9": "v9"
|
|
560
560
|
},
|
|
561
561
|
"editorVersionPaths": {
|
|
562
562
|
"0": "v0"
|