pxt-microbit 8.1.26 → 8.1.28
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/web/react-common-authcode.css +1 -1
- package/built/web/react-common-multiplayer.css +1 -1
- package/built/web/react-common-skillmap.css +1 -1
- package/built/web/rtlreact-common-authcode.css +1 -1
- package/built/web/rtlreact-common-multiplayer.css +1 -1
- package/built/web/rtlreact-common-skillmap.css +1 -1
- package/built/web/rtlsemantic.css +2 -2
- package/built/web/semantic.css +2 -2
- package/docs/extensions/extension-gallery.md +4 -0
- package/package.json +2 -2
- package/targetconfig.json +1 -0
|
@@ -939,6 +939,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o
|
|
|
939
939
|
|
|
940
940
|
```codecard
|
|
941
941
|
[{
|
|
942
|
+
"name": "Ceibal Ubit",
|
|
943
|
+
"url": "/pkg/Forward-Education/pxt-ceibal-ubit",
|
|
944
|
+
"cardType": "package"
|
|
945
|
+
}, {
|
|
942
946
|
"name": "BestModules BMduino",
|
|
943
947
|
"url": "/pkg/BestModules-Libraries/pxt-bmduino",
|
|
944
948
|
"cardType": "package"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pxt-microbit",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.28",
|
|
4
4
|
"description": "micro:bit target for Microsoft MakeCode (PXT)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"JavaScript",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"pxt-common-packages": "13.2.7",
|
|
49
|
-
"pxt-core": "12.3.
|
|
49
|
+
"pxt-core": "12.3.24"
|
|
50
50
|
},
|
|
51
51
|
"overrides": {
|
|
52
52
|
"@blockly/field-grid-dropdown": {
|
package/targetconfig.json
CHANGED
|
@@ -443,6 +443,7 @@
|
|
|
443
443
|
"pyocodingcompany-crypto/pyobot-makecode": { "tags": [ "Robotics" ] },
|
|
444
444
|
"kitronikltd/pxt-design-and-automate-accessory-kit": { "tags": [ "Robotics" ] },
|
|
445
445
|
"aorczyk/my-controller": { "tags": [ "Software" ] },
|
|
446
|
+
"forward-education/pxt-ceibal-ubit": {},
|
|
446
447
|
"microsoft/pxt-simx-sample": {
|
|
447
448
|
"simx": {
|
|
448
449
|
"sha": "7301f5900879b85127482d79bab48f03c25690a8",
|