pxt-microbit 5.1.29 → 5.1.31

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.
@@ -423,6 +423,10 @@ Check out [the accessories pages on microbit.org](https://microbit.org/buy/acces
423
423
  "name": "DFRobot Boson Kit",
424
424
  "url":"/pkg/dfrobot/pxt-dfrobot_bosonkit",
425
425
  "cardType": "package"
426
+ }, {
427
+ "name": "Joy-IT Joy-Pi Advanced",
428
+ "url":"/pkg/joy-it/pxt-RB-JoyPi-Advanced",
429
+ "cardType": "package"
426
430
  }]
427
431
  ```
428
432
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-microbit",
3
- "version": "5.1.29",
3
+ "version": "5.1.31",
4
4
  "description": "micro:bit target for Microsoft MakeCode (PXT)",
5
5
  "keywords": [
6
6
  "JavaScript",
@@ -46,6 +46,6 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "pxt-common-packages": "10.4.9",
49
- "pxt-core": "8.6.39"
49
+ "pxt-core": "8.6.42"
50
50
  }
51
51
  }
package/pxtarget.json CHANGED
@@ -189,7 +189,7 @@
189
189
  "codalTarget": {
190
190
  "name": "codal-microbit-v2",
191
191
  "url": "https://github.com/lancaster-university/codal-microbit-v2",
192
- "branch": "v0.2.50",
192
+ "branch": "v0.2.54",
193
193
  "type": "git"
194
194
  },
195
195
  "codalBinary": "MICROBIT",
@@ -572,7 +572,8 @@
572
572
  "editor": "/tours/editor-tour"
573
573
  },
574
574
  "tutorialSimSidebarLayout": true,
575
- "preferWebUSBDownload": true
575
+ "preferWebUSBDownload": true,
576
+ "hideReplaceMyCode": true
576
577
  },
577
578
  "queryVariants": {
578
579
  "hidemenu": {
@@ -601,6 +602,11 @@
601
602
  }
602
603
  }
603
604
  }
605
+ },
606
+ "skillsMap=1": {
607
+ "appTheme": {
608
+ "hideReplaceMyCode": false
609
+ }
604
610
  }
605
611
  },
606
612
  "uploadDocs": true
package/targetconfig.json CHANGED
@@ -782,7 +782,8 @@
782
782
  "resolute-support/pxt-apprentice_car": { "tags": [ "Robotics" ] },
783
783
  "makeandlearn/pxt-didacbot": { "tags": [ "Robotics" ] },
784
784
  "cytrontechnologies/pxt-rekabit-rbt-project-kit": { "tags": [ "Science" ] },
785
- "cytrontechnologies/pxt-motionbit": { "tags": [ "Robotics" ] }
785
+ "cytrontechnologies/pxt-motionbit": { "tags": [ "Robotics" ] },
786
+ "joy-it/pxt-rb-joypi-advanced": { "tags": [ "Science" ] }
786
787
  },
787
788
  "upgrades": {
788
789
  "tinkertanker/pxt-iot-environment-kit": "min:v4.2.1",