pxt-microbit 8.1.15 → 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.
@@ -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.15",
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.3",
49
- "pxt-core": "12.3.10"
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",