pxt-microbit 8.1.27 → 8.1.29
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 +16 -0
- package/package.json +5 -5
- package/targetconfig.json +4 -0
- /package/built/hexcache/{5aafca1cceb676f8fe27a8814d20ca3863768fdf8ce3552308cbc850bb6f14be.hex → 354b97da4696027afdaa3977420ec181bfc88a2faa2d2c0174842767718551e7.hex} +0 -0
- /package/built/hexcache/{c5f6d9d871f37fdad5cfb19af9589f0ad6a050268149382fcba14df30fbf602d.hex → 4cc31a5b0ac4adb3d5f3ad2b5b0b6910e433f8916877817a868a9fac43374baf.hex} +0 -0
- /package/built/hexcache/{173a6d7b68e4b9f22fafbad3068572fde1fd245ed3dd3a3b39bbb01a79644539.hex → 8b83cd59cf0f3a3492a7dae238295225690d07132e61396c74a600de815e5dc2.hex} +0 -0
- /package/built/hexcache/{c81e9e84c07001147f342a25b4b76dd50142dbd7aa1b2a5f8f74dfbcbd782e9b.hex → 949fbd03bf2de1d4bf409bb1e68613a9d8745ca0bbafef44aa472a60ef9c0f73.hex} +0 -0
|
@@ -192,6 +192,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o
|
|
|
192
192
|
|
|
193
193
|
```codecard
|
|
194
194
|
[{
|
|
195
|
+
"name": "SEN66 Air Quality Sensor",
|
|
196
|
+
"url":"/pkg/bsiever/pxt-sen66",
|
|
197
|
+
"cardType": "package"
|
|
198
|
+
}, {
|
|
195
199
|
"name": "KY-040 Rotary Encoder Plus",
|
|
196
200
|
"url":"/pkg/steveturbek/pxt-rotary-encoder-KY-040-plus",
|
|
197
201
|
"cardType": "package"
|
|
@@ -396,6 +400,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o
|
|
|
396
400
|
|
|
397
401
|
```codecard
|
|
398
402
|
[{
|
|
403
|
+
"name": "FWD Edu OpenSciEd Kit",
|
|
404
|
+
"url": "/pkg/Forward-Education/pxt-openscied",
|
|
405
|
+
"cardType": "package"
|
|
406
|
+
}, {
|
|
399
407
|
"name": "FWD Edu Coding For Good Kit",
|
|
400
408
|
"url": "/pkg/Forward-Education/pxt-coding-for-good",
|
|
401
409
|
"cardType": "package"
|
|
@@ -939,6 +947,14 @@ Many extensions are available to work with interface kits, add-on hardware, or o
|
|
|
939
947
|
|
|
940
948
|
```codecard
|
|
941
949
|
[{
|
|
950
|
+
"name": "FWD Edu UBit",
|
|
951
|
+
"url": "/pkg/Forward-Education/pxt-fwd-ubit",
|
|
952
|
+
"cardType": "package"
|
|
953
|
+
}, {
|
|
954
|
+
"name": "Ceibal Ubit",
|
|
955
|
+
"url": "/pkg/Forward-Education/pxt-ceibal-ubit",
|
|
956
|
+
"cardType": "package"
|
|
957
|
+
}, {
|
|
942
958
|
"name": "BestModules BMduino",
|
|
943
959
|
"url": "/pkg/BestModules-Libraries/pxt-bmduino",
|
|
944
960
|
"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.29",
|
|
4
4
|
"description": "micro:bit target for Microsoft MakeCode (PXT)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"JavaScript",
|
|
@@ -45,15 +45,15 @@
|
|
|
45
45
|
"typescript": "4.8.3"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"pxt-common-packages": "13.2.
|
|
49
|
-
"pxt-core": "12.3.
|
|
48
|
+
"pxt-common-packages": "13.2.8",
|
|
49
|
+
"pxt-core": "12.3.26"
|
|
50
50
|
},
|
|
51
51
|
"overrides": {
|
|
52
52
|
"@blockly/field-grid-dropdown": {
|
|
53
|
-
"blockly": "13.
|
|
53
|
+
"blockly": "13.1.0"
|
|
54
54
|
},
|
|
55
55
|
"@blockly/plugin-workspace-search": {
|
|
56
|
-
"blockly": "13.
|
|
56
|
+
"blockly": "13.1.0"
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
}
|
package/targetconfig.json
CHANGED
|
@@ -443,6 +443,10 @@
|
|
|
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-fwd-ubit": {},
|
|
447
|
+
"forward-education/pxt-openscied": { "tags": [ "Science" ] },
|
|
448
|
+
"forward-education/pxt-ceibal-ubit": {},
|
|
449
|
+
"bsiever/pxt-sen66": { "tags": [ "Science" ] },
|
|
446
450
|
"microsoft/pxt-simx-sample": {
|
|
447
451
|
"simx": {
|
|
448
452
|
"sha": "7301f5900879b85127482d79bab48f03c25690a8",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|