pxt-microbit 7.1.42 → 7.1.43
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 +4 -0
- package/package.json +2 -2
- package/targetconfig.json +1 -2
- package/built/hexcache/8282abaaf754219aa67b07053567547dda2179a2888d75791d2cd9b66bf8e531.hex +0 -14533
|
@@ -867,6 +867,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o
|
|
|
867
867
|
|
|
868
868
|
```codecard
|
|
869
869
|
[{
|
|
870
|
+
"name": "Elecfreaks Petal:bit",
|
|
871
|
+
"url": "/pkg/elecfreaks/pxt-petal",
|
|
872
|
+
"cardType": "package"
|
|
873
|
+
}, {
|
|
870
874
|
"name": "Joy IT RFID Module MFRC-522",
|
|
871
875
|
"url": "/pkg/joy-it/pxt-rfid-mfrc522",
|
|
872
876
|
"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.43",
|
|
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.29"
|
|
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,6 +476,7 @@
|
|
|
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
|
+
"elecfreaks/pxt-petal": { "tags": [ "Science" ] },
|
|
480
480
|
"microsoft/pxt-simx-sample": {
|
|
481
481
|
"simx": {
|
|
482
482
|
"sha": "7301f5900879b85127482d79bab48f03c25690a8",
|
|
@@ -542,7 +542,6 @@
|
|
|
542
542
|
"jacdac/pxt-jacdac/motor": {},
|
|
543
543
|
"jacdac/pxt-jacdac/multitouch": {},
|
|
544
544
|
"jacdac/pxt-jacdac/potentiometer": {},
|
|
545
|
-
"jacdac/pxt-jacdac/power": {},
|
|
546
545
|
"jacdac/pxt-jacdac/pulse-oximeter": {},
|
|
547
546
|
"jacdac/pxt-jacdac/rain-gauge": {},
|
|
548
547
|
"jacdac/pxt-jacdac/real-time-clock": {},
|