pxt-microbit 8.1.14 → 8.1.16
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/common-sim.js +18 -6
- package/built/sim.d.ts +2 -0
- package/built/sim.js +106 -29
- 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/theme.json +1 -1
- package/built/web/blockly.css +1 -1
- package/built/web/rtlblockly.css +1 -1
- package/built/web/rtlsemantic.css +1 -1
- package/built/web/semantic.css +1 -1
- package/docs/extensions/extension-gallery.md +4 -0
- package/package.json +3 -3
- package/pxtarget.json +2 -1
- package/targetconfig.json +1 -0
|
@@ -577,6 +577,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o
|
|
|
577
577
|
|
|
578
578
|
```codecard
|
|
579
579
|
[{
|
|
580
|
+
"name": "Kitronik Design & Automate Accessory Kit",
|
|
581
|
+
"url":"/pkg/KitronikLtd/pxt-design-and-automate-accessory-kit",
|
|
582
|
+
"cardType": "package"
|
|
583
|
+
}, {
|
|
580
584
|
"name": "PyoBot",
|
|
581
585
|
"url":"/pkg/pyocodingcompany-crypto/pyobot-makecode",
|
|
582
586
|
"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.16",
|
|
4
4
|
"description": "micro:bit target for Microsoft MakeCode (PXT)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"JavaScript",
|
|
@@ -45,8 +45,8 @@
|
|
|
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.5",
|
|
49
|
+
"pxt-core": "12.3.11"
|
|
50
50
|
},
|
|
51
51
|
"overrides": {}
|
|
52
52
|
}
|
package/pxtarget.json
CHANGED
|
@@ -613,7 +613,8 @@
|
|
|
613
613
|
"cloudProfileIcon": "/static/profile/microbit-cloud.png",
|
|
614
614
|
"timeMachine": true,
|
|
615
615
|
"timeMachineDiffInterval": 600000,
|
|
616
|
-
"timeMachineSnapshotInterval": 1800000
|
|
616
|
+
"timeMachineSnapshotInterval": 1800000,
|
|
617
|
+
"shareHomepageContent": true
|
|
617
618
|
},
|
|
618
619
|
"queryVariants": {
|
|
619
620
|
"hidemenu": {
|
package/targetconfig.json
CHANGED
|
@@ -441,6 +441,7 @@
|
|
|
441
441
|
"steveturbek/pxt-rotary-encoder-ky-040-plus": { "tags": [ "Science" ] },
|
|
442
442
|
"jim-no-surname-provided/pxt-tobbieii": { "tags": [ "Robotics" ] },
|
|
443
443
|
"pyocodingcompany-crypto/pyobot-makecode": { "tags": [ "Robotics" ] },
|
|
444
|
+
"kitronikltd/pxt-design-and-automate-accessory-kit": { "tags": [ "Robotics" ] },
|
|
444
445
|
"microsoft/pxt-simx-sample": {
|
|
445
446
|
"simx": {
|
|
446
447
|
"sha": "7301f5900879b85127482d79bab48f03c25690a8",
|