pxt-microbit 4.1.10 → 4.1.13
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/common-sim.d.ts +16 -2
- package/built/common-sim.js +141 -23
- package/built/hexcache/{77bf628097cfa081fbde884794a216b621827ef66ce3beeee76691a64a8f2f84.hex → 10b89901ceecd59577303c0e0f3edd3d8c39a91e6a66c8e2150d45d1a17ff4d5.hex} +7625 -7613
- package/built/hexcache/{5f77c6b19fd0775b3c9f06534d4d55b43bba44d755df21a7ea304a6b4bc8c33d.hex → 1961e178039bfaea0cab6bff3ec56cee9848056c5c95032197462fcac592c6b6.hex} +9553 -9547
- package/built/hexcache/{167b21509d45dcf8aa9ac0e8dee0ad14c23cfa41fd75bbf9d0bb839519ac56b1.hex → 29660f89c4dc9eaa33a4f1a687576da4d4b40b4a5b16664dd35f9b6f4fadb5cc.hex} +0 -0
- package/built/hexcache/{f091c776e3c7f7fdaae7df4b89e0390e843a916f5a561903fa6188993a5bffe1.hex → 834bc33478f017bbd2a17cbc1d0e76d0b2617aef9be442ad8884e5573519bb7c.hex} +0 -0
- package/built/sim.d.ts +5 -0
- package/built/sim.js +52 -22
- package/built/target.js +212 -54
- package/built/target.json +212 -54
- package/built/targetlight.json +5 -5
- package/built/theme.json +1 -1
- package/built/web/blockly.css +1 -1
- package/built/web/react-common-authcode.css +6038 -0
- package/built/web/react-common-skillmap.css +13 -1
- package/built/web/rtlblockly.css +1 -1
- package/built/web/rtlreact-common-skillmap.css +13 -1
- package/built/web/rtlsemantic.css +14 -2
- package/built/web/semantic.css +14 -2
- package/docs/extensions.md +20 -4
- package/package.json +3 -3
- package/pxtarget.json +1 -1
- package/targetconfig.json +10 -6
package/docs/extensions.md
CHANGED
|
@@ -33,11 +33,11 @@ Check out [the accessories pages on microbit.org](https://microbit.org/buy/acces
|
|
|
33
33
|
"cardType": "link"
|
|
34
34
|
}, {
|
|
35
35
|
"name": "LEDs and lights",
|
|
36
|
-
"url": "/extensions#
|
|
36
|
+
"url": "/extensions#leds-and-lights",
|
|
37
37
|
"cardType": "link"
|
|
38
38
|
}, {
|
|
39
39
|
"name": "Machine learning",
|
|
40
|
-
"url": "/extensions#
|
|
40
|
+
"url": "/extensions#machine-learning",
|
|
41
41
|
"cardType": "link"
|
|
42
42
|
}, {
|
|
43
43
|
"name": "Robotics",
|
|
@@ -356,6 +356,10 @@ Check out [the accessories pages on microbit.org](https://microbit.org/buy/acces
|
|
|
356
356
|
|
|
357
357
|
```codecard
|
|
358
358
|
[{
|
|
359
|
+
"name": "Smarthon Smart City",
|
|
360
|
+
"url": "/pkg/SMARTHON/pxt-smartcity",
|
|
361
|
+
"cardType": "package"
|
|
362
|
+
}, {
|
|
359
363
|
"name": "HacKids hack:bit",
|
|
360
364
|
"url": "/pkg/HackidsEdu/pxt-hackbit",
|
|
361
365
|
"cardType": "package"
|
|
@@ -452,11 +456,15 @@ Check out [the accessories pages on microbit.org](https://microbit.org/buy/acces
|
|
|
452
456
|
|
|
453
457
|
```codecard
|
|
454
458
|
[{
|
|
455
|
-
"name": "
|
|
459
|
+
"name": "Kocoafab COCOCAM",
|
|
460
|
+
"url":"/pkg/ekkai/aicococam",
|
|
461
|
+
"cardType": "package"
|
|
462
|
+
}, {
|
|
463
|
+
"name": "KittenBot KOI AI module",
|
|
456
464
|
"url":"/pkg/KittenBot/pxt-koi",
|
|
457
465
|
"cardType": "package"
|
|
458
466
|
}, {
|
|
459
|
-
"name": "Elecfreaks Smart AI Lens
|
|
467
|
+
"name": "Elecfreaks Smart AI Lens",
|
|
460
468
|
"url":"/pkg/elecfreaks/pxt-PlanetX-AI",
|
|
461
469
|
"cardType": "package"
|
|
462
470
|
}, {
|
|
@@ -473,6 +481,10 @@ Check out [the accessories pages on microbit.org](https://microbit.org/buy/acces
|
|
|
473
481
|
|
|
474
482
|
```codecard
|
|
475
483
|
[{
|
|
484
|
+
"name": "Robotixlab Theta",
|
|
485
|
+
"url":"/pkg/4tronix/Theta",
|
|
486
|
+
"cardType": "package"
|
|
487
|
+
}, {
|
|
476
488
|
"name": "Kitronik :CREATE Simple Servo Control Board",
|
|
477
489
|
"url":"/pkg/KitronikLtd/pxt-kitronik-simple-servo",
|
|
478
490
|
"cardType": "package"
|
|
@@ -719,6 +731,10 @@ Check out [the accessories pages on microbit.org](https://microbit.org/buy/acces
|
|
|
719
731
|
|
|
720
732
|
```codecard
|
|
721
733
|
[{
|
|
734
|
+
"name": "DFRobot Environment Science Board ",
|
|
735
|
+
"url":"/pkg/DFRobot/pxt-DFRobot_Environment_Science",
|
|
736
|
+
"cardType": "package"
|
|
737
|
+
}, {
|
|
722
738
|
"name": "PT-BOT KidsBIT",
|
|
723
739
|
"url":"/pkg/iBuilds/pxt-PTKidsBIT-IoT",
|
|
724
740
|
"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.13",
|
|
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.4
|
|
48
|
-
"pxt-core": "7.
|
|
47
|
+
"pxt-common-packages": "9.5.4",
|
|
48
|
+
"pxt-core": "7.5.3"
|
|
49
49
|
}
|
|
50
50
|
}
|
package/pxtarget.json
CHANGED
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
"driveDisplayName": "MICROBIT",
|
|
380
380
|
"appStoreID": "1092687276",
|
|
381
381
|
"mobileSafariDownloadProtocol": "microbithex://?data",
|
|
382
|
-
"crowdinProject": "
|
|
382
|
+
"crowdinProject": "makecode",
|
|
383
383
|
"extendEditor": true,
|
|
384
384
|
"extendFieldEditors": true,
|
|
385
385
|
"enableTrace": true,
|
package/targetconfig.json
CHANGED
|
@@ -243,8 +243,12 @@
|
|
|
243
243
|
"iBuilds/pxt-PTKidsBIT-IoT",
|
|
244
244
|
"KelieLeung/pxt-iClassIoT",
|
|
245
245
|
"aorczyk/lego-pf-receiver",
|
|
246
|
+
"SMARTHON/pxt-smartcity",
|
|
246
247
|
"aorczyk/soroban",
|
|
247
|
-
"aorczyk/pf-recorder"
|
|
248
|
+
"aorczyk/pf-recorder",
|
|
249
|
+
"4tronix/Theta",
|
|
250
|
+
"DFRobot/pxt-DFRobot_Environment_Science",
|
|
251
|
+
"ekkai/aicococam"
|
|
248
252
|
],
|
|
249
253
|
"preferredRepos": [
|
|
250
254
|
"Microsoft/pxt-neopixel",
|
|
@@ -276,24 +280,24 @@
|
|
|
276
280
|
"pizayanz/pxt-linebeacon": "min:v0.0.14",
|
|
277
281
|
"sparkfun/pxt-gator-environment": "dv:mbcodal",
|
|
278
282
|
"muselab/pxt-wifi-shield": "min:v1.8.82",
|
|
279
|
-
"tinkertanker/pxt-alphanumeric-ht16k33": "
|
|
280
|
-
"tinkertanker/microdriver_sht2x": "
|
|
283
|
+
"tinkertanker/pxt-alphanumeric-ht16k33": "min:v1.1.0",
|
|
284
|
+
"tinkertanker/microdriver_sht2x": "min:v1.0.0",
|
|
281
285
|
"alsrobot-microbit-makecode-packages/cruisebit": "dv:mbcodal",
|
|
282
286
|
"tinkertanker/udriver_pca9585": "dv:mbcodal",
|
|
283
287
|
"dfrobot/pxt-dfrobot-naturalscience": "dv:mbcodal",
|
|
284
288
|
"kitronikltd/pxt-kitronik-zip-tile": "min:v0.1.0",
|
|
285
289
|
"4tronix/bitcommander": "min:1.1.1",
|
|
286
|
-
"tinkertanker/pxt-rotary-encoder-ky040": "
|
|
290
|
+
"tinkertanker/pxt-rotary-encoder-ky040": "min:v1.2.1",
|
|
287
291
|
"KitronikLtd/pxt-kitronik-zip-64": "min:v0.1.0",
|
|
288
292
|
"KitronikLtd/pxt-kitronik-game-controller": "min:v0.0.2",
|
|
289
293
|
"Tinkertanker/pxt-tinkercademy-microbot": "dv:mbcodal",
|
|
290
|
-
"Tinkertanker/pxt-range-vl53l0x": "
|
|
294
|
+
"Tinkertanker/pxt-range-vl53l0x": "min:v1.0.1",
|
|
291
295
|
"Imagimaker/pxt-imagimaker": "dv:mbcodal",
|
|
292
296
|
"PiSupply/pxt-oled-ssd1306": "dv:mbcodal",
|
|
293
297
|
"sparkfun/pxt-gator-particle": "dv:mbcodal",
|
|
294
298
|
"sparkfun/pxt-gator-microphone": "dv:mbcodal",
|
|
295
299
|
"rebeccaclavier/pxt-bmp280": "dv:mbcodal",
|
|
296
|
-
"mu-opensource/pxt-muvision": "min:v1.2.
|
|
300
|
+
"mu-opensource/pxt-muvision": "min:v1.2.28",
|
|
297
301
|
"elecfreaks/pxt-PlanetX": "min:v0.13.1",
|
|
298
302
|
"bsiever/microbit-pxt-timeanddate": "min:v2.0.11"
|
|
299
303
|
},
|