pxt-microbit 4.1.33 → 4.1.36
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/README.md +12 -6
- package/built/hexcache/{82c722b4b5d65f525bfe0c8a1ee67c29cd8feeb26cf793c47a1ed68955bef498.hex → 3d19b03097e82d27b1b6c4e1b86c5dfc4133268f8bcbcfb35471ad88d2f6f498.hex} +10452 -10297
- package/built/hexcache/{3c61b581a0da61711d73a02a7ef4d13a5ff9e71d3626247f33704b8e31e2e656.hex → b6be3ec45973421c24776ec1164dde77f073e8c11e01c2cfc7b4bb73f578d988.hex} +11046 -10891
- package/built/target.js +100 -46
- package/built/target.json +100 -46
- package/built/targetlight.json +6 -6
- package/built/web/react-common-authcode.css +3 -0
- package/built/web/react-common-skillmap.css +1 -1
- package/built/web/rtlreact-common-skillmap.css +1 -1
- package/built/web/rtlsemantic.css +1 -1
- package/built/web/semantic.css +1 -1
- package/package.json +2 -2
- package/pxtarget.json +1 -1
- package/targetconfig.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pxt-microbit",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.36",
|
|
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.5.7",
|
|
48
|
-
"pxt-core": "7.5.
|
|
48
|
+
"pxt-core": "7.5.34"
|
|
49
49
|
}
|
|
50
50
|
}
|
package/pxtarget.json
CHANGED
package/targetconfig.json
CHANGED
|
@@ -1777,8 +1777,7 @@
|
|
|
1777
1777
|
"https://microsoft.github.io/ml4f/",
|
|
1778
1778
|
"https://microsoft.github.io/jacdac-docs/tools/makecode-editor-extension"
|
|
1779
1779
|
],
|
|
1780
|
-
"
|
|
1781
|
-
"microphone"
|
|
1780
|
+
"extensionsToolboxDisallowDelete": [
|
|
1782
1781
|
]
|
|
1783
1782
|
},
|
|
1784
1783
|
"galleries": {
|