pxt-microbit 4.1.14 → 4.1.17
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/hexcache/{8c2af07216a4f42b7aab203d0803cddece3fc4a4acc89db14ece4cf8719f892a.hex → 38f5afc7bfbf3b7025f36f6387d636994b161ec828b5f14d7de5ab4cd1cc33fd.hex} +0 -0
- package/built/hexcache/{e0299da5faaab98fb510ca4acee742931a972910e45a66c7f50990e8326810f4.hex → 5baf884ee3e3fc309ebe20fbf09f5de9780cf9183a1da685e3688194d4074c11.hex} +0 -0
- package/built/target.js +115 -37
- package/built/target.json +115 -37
- package/built/targetlight.json +5 -5
- package/built/web/react-common-authcode.css +207 -5
- 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/docs/extensions.md +4 -0
- package/package.json +3 -3
- package/targetconfig.json +1 -0
package/docs/extensions.md
CHANGED
|
@@ -860,6 +860,10 @@ Check out [the accessories pages on microbit.org](https://microbit.org/buy/acces
|
|
|
860
860
|
## Utilities
|
|
861
861
|
```codecard
|
|
862
862
|
[{
|
|
863
|
+
"name": "Bluetooth HID",
|
|
864
|
+
"url":"/pkg/bsiever/microbit-pxt-blehid",
|
|
865
|
+
"cardType": "package"
|
|
866
|
+
}, {
|
|
863
867
|
"name": "Soroban abacus",
|
|
864
868
|
"url":"/pkg/aorczyk/soroban",
|
|
865
869
|
"cardType": "package"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pxt-microbit",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.17",
|
|
4
4
|
"description": "micro:bit target for Microsoft MakeCode (PXT)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"JavaScript",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"typescript": "4.2.3"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"pxt-common-packages": "9.5.
|
|
48
|
-
"pxt-core": "7.5.
|
|
47
|
+
"pxt-common-packages": "9.5.5",
|
|
48
|
+
"pxt-core": "7.5.8"
|
|
49
49
|
}
|
|
50
50
|
}
|