pxt-microbit 7.1.42 → 7.1.44
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/hexcache/{986702a417fa55a0e1b078a6d7403b3498bc795834f771651ebc340080a116d1.hex → 01c7e5cb51578ac59493014bcb66c4b4048db778b1d56f3b2fb53b35b7c174b2.hex} +10240 -10236
- package/built/hexcache/{d8cab56e73d9451077691022c34b835c5bbdbe6b561106a2812f7964c11125c7.hex → 3e38e448adf90822532efe34db3169af19a93c210fc406e5cd854361ca1e530f.hex} +9672 -9667
- package/built/hexcache/6cfc55436909519e8685c5d459e64fa030227c849d10978cb274204ba487916d.hex +14538 -0
- package/built/hexcache/{3858c1af7a919520536cd0945353c09f5d6651f5364aac72bddd143022164eca.hex → 8e76592a9cb06b299cd74ce547ef7a0f701f2aacd15646ccbfa1ba0f22c726ad.hex} +7409 -7404
- package/built/target-strings.json +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/blockly.css +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/rtlblockly.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 +4 -4
- package/built/web/semantic.css +4 -4
- package/docs/extensions/extension-gallery.md +12 -0
- package/package.json +2 -2
- package/targetconfig.json +6 -4
- package/built/hexcache/8282abaaf754219aa67b07053567547dda2179a2888d75791d2cd9b66bf8e531.hex +0 -14533
|
@@ -384,6 +384,14 @@ Many extensions are available to work with interface kits, add-on hardware, or o
|
|
|
384
384
|
|
|
385
385
|
```codecard
|
|
386
386
|
[{
|
|
387
|
+
"name": "FWD Edu Smart Solar Kit",
|
|
388
|
+
"url": "/pkg/Forward-Education/pxt-solar",
|
|
389
|
+
"cardType": "package"
|
|
390
|
+
}, {
|
|
391
|
+
"name": "FWD Edu Smart Hydroponics Kit",
|
|
392
|
+
"url": "/pkg/Forward-Education/pxt-hydroponics",
|
|
393
|
+
"cardType": "package"
|
|
394
|
+
}, {
|
|
387
395
|
"name": "BP Lab micro:bit Kit",
|
|
388
396
|
"url": "/pkg/team-bp/pxt-bplab",
|
|
389
397
|
"cardType": "package"
|
|
@@ -867,6 +875,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o
|
|
|
867
875
|
|
|
868
876
|
```codecard
|
|
869
877
|
[{
|
|
878
|
+
"name": "Elecfreaks Petal:bit",
|
|
879
|
+
"url": "/pkg/elecfreaks/pxt-petal",
|
|
880
|
+
"cardType": "package"
|
|
881
|
+
}, {
|
|
870
882
|
"name": "Joy IT RFID Module MFRC-522",
|
|
871
883
|
"url": "/pkg/joy-it/pxt-rfid-mfrc522",
|
|
872
884
|
"cardType": "package"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pxt-microbit",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.44",
|
|
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": "12.3.31",
|
|
49
|
-
"pxt-core": "11.4.
|
|
49
|
+
"pxt-core": "11.4.30"
|
|
50
50
|
},
|
|
51
51
|
"overrides": {
|
|
52
52
|
"@blockly/field-colour": {
|
package/targetconfig.json
CHANGED
|
@@ -350,7 +350,6 @@
|
|
|
350
350
|
"microsoft/pxt-jacdac/motor": {},
|
|
351
351
|
"microsoft/pxt-jacdac/multitouch": {},
|
|
352
352
|
"microsoft/pxt-jacdac/potentiometer": {},
|
|
353
|
-
"microsoft/pxt-jacdac/power": {},
|
|
354
353
|
"microsoft/pxt-jacdac/pulse-oximeter": {},
|
|
355
354
|
"microsoft/pxt-jacdac/rain-gauge": {},
|
|
356
355
|
"microsoft/pxt-jacdac/real-time-clock": {},
|
|
@@ -477,18 +476,22 @@
|
|
|
477
476
|
"ines-hpmm/pxt-luma-matrix": { "tags": [ "Lights and Display" ] },
|
|
478
477
|
"team-bp/pxt-bplab": { "tags": [ "Science" ] },
|
|
479
478
|
"jimd80/pxt-coderdojo-controller": { "tags": [ "Gaming" ] },
|
|
479
|
+
"forward-education/pxt-solar": { "tags": [ "Science" ] },
|
|
480
|
+
"forward-education/pxt-hydroponics": { "tags": [ "Science" ] },
|
|
481
|
+
"elecfreaks/pxt-petal": { "tags": [ "Science" ] },
|
|
480
482
|
"microsoft/pxt-simx-sample": {
|
|
481
483
|
"simx": {
|
|
482
484
|
"sha": "7301f5900879b85127482d79bab48f03c25690a8",
|
|
483
485
|
"devUrl": "http://localhost:5173"
|
|
484
486
|
}
|
|
485
487
|
},
|
|
486
|
-
"microbit-foundation/pxt-microbit-ml": {
|
|
488
|
+
"microbit-foundation/pxt-microbit-ml": {
|
|
487
489
|
"simx": {
|
|
488
490
|
"sha": "ba99fd9588e87eb994345d04b596adc51d2d8116",
|
|
489
491
|
"devUrl": "http://localhost:5173",
|
|
490
492
|
"aspectRatio": 3.45
|
|
491
|
-
}
|
|
493
|
+
},
|
|
494
|
+
"hidden": true
|
|
492
495
|
},
|
|
493
496
|
"microbit-apps/display-shield": {
|
|
494
497
|
"simx": {
|
|
@@ -542,7 +545,6 @@
|
|
|
542
545
|
"jacdac/pxt-jacdac/motor": {},
|
|
543
546
|
"jacdac/pxt-jacdac/multitouch": {},
|
|
544
547
|
"jacdac/pxt-jacdac/potentiometer": {},
|
|
545
|
-
"jacdac/pxt-jacdac/power": {},
|
|
546
548
|
"jacdac/pxt-jacdac/pulse-oximeter": {},
|
|
547
549
|
"jacdac/pxt-jacdac/rain-gauge": {},
|
|
548
550
|
"jacdac/pxt-jacdac/real-time-clock": {},
|