pxt-microbit 5.1.16 → 5.1.18

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/docs/courses.md CHANGED
@@ -111,6 +111,11 @@ Fun project courses - make and experiment while learning about science and progr
111
111
  "description": "A hands-on course about the micro:bit and what you can do with it.",
112
112
  "url":"https://sites.google.com/view/microbitofthings",
113
113
  "imageUrl": "/static/courses/microbit-of-things.jpg"
114
+ }, {
115
+ "name": "ARM University - micro:course",
116
+ "description": "Introduce learners to the world of making and programming through a series of real-world challenges that feature the micro:bit.",
117
+ "url": "https://github.com/arm-university/micro-course",
118
+ "imageUrl": "/static/courses/armu-micro-course.png"
114
119
  }, {
115
120
  "name": "A-Z Robotics",
116
121
  "description": "Absolute beginner's guide to learning coding, electronics and robotics on the micro:bit",
@@ -141,6 +141,7 @@
141
141
  * [SparkFun Inventor's Kit](https://learn.sparkfun.com/tutorials/sparkfun-inventors-kit-for-microbit-experiment-guide/introduction-to-the-sparkfun-inventors-kit-for-microbit)
142
142
  * [Kitronik Inventor Kit](https://www.kitronik.co.uk/blog/inventors-kit-experiment-1-help)
143
143
  * [micro:bit of Things](https://sites.google.com/view/microbitofthings)
144
+ * [ARM University - micro:course](https://github.com/arm-university/micro-course)
144
145
  * [A-Z Robotics](https://tinkerspark.teachable.com/)
145
146
  * [Jacdac](/jacdac)
146
147
  * [Getting started](https://microsoft.github.io/jacdac-docs/clients/makecode/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-microbit",
3
- "version": "5.1.16",
3
+ "version": "5.1.18",
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": "10.4.7",
48
- "pxt-core": "8.6.20"
47
+ "pxt-common-packages": "10.4.8",
48
+ "pxt-core": "8.6.25"
49
49
  }
50
50
  }
package/pxtarget.json CHANGED
@@ -612,7 +612,8 @@
612
612
  "winAppDeprImage": "/static/winapp.PNG",
613
613
  "showWinAppDeprBanner": false,
614
614
  "editorTour": true,
615
- "tutorialSimSidebarLayout": true
615
+ "tutorialSimSidebarLayout": true,
616
+ "preferWebUSBDownload": true
616
617
  },
617
618
  "queryVariants": {
618
619
  "hidemenu": {