pxt-microbit 8.1.11 → 8.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.
@@ -577,6 +577,14 @@ Many extensions are available to work with interface kits, add-on hardware, or o
577
577
 
578
578
  ```codecard
579
579
  [{
580
+ "name": "PyoBot",
581
+ "url":"/pkg/pyocodingcompany-crypto/pyobot-makecode",
582
+ "cardType": "package"
583
+ }, {
584
+ "name": "Tobbie-II (Translated)",
585
+ "url":"/pkg/Jim-no-surname-provided/pxt-tobbieII",
586
+ "cardType": "package"
587
+ }, {
580
588
  "name": "Siyeenove Pybit",
581
589
  "url":"/pkg/siyeenove/pxt_pybit",
582
590
  "cardType": "package"
@@ -32,7 +32,7 @@ Projects to get learners started quickly with AI and machine learning on the mic
32
32
  }, {
33
33
  "name": "More about CreateAI",
34
34
  "description": "Explore AI on and offscreen with tools, resources and more.",
35
- "url": "https://microbit.org/ai/",
35
+ "url": "https://microbit.org/createai/",
36
36
  "imageUrl":"/static/microbit-org/createai/more-about.png",
37
37
  "label": " ",
38
38
  "labelClass": "black microbit-ribbon large",
@@ -149,7 +149,7 @@
149
149
  * [AI storytelling friend](https://microbit.org/projects/make-it-code-it/ai-storytelling-friend/)
150
150
  * [Simple AI exercise timer](https://microbit.org/projects/make-it-code-it/simple-ai-exercise-timer/)
151
151
  * [AI activity timer](https://microbit.org/projects/make-it-code-it/ai-activity-timer/)
152
- * [More about CreateAI](https://microbit.org/ai/)
152
+ * [More about CreateAI](https://microbit.org/createai/)
153
153
  * [Courses](/courses)
154
154
  * [Intro to CS Online](/courses/csintro)
155
155
  * [Intro to CS Classroom](/courses/csintro-educator)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-microbit",
3
- "version": "8.1.11",
3
+ "version": "8.1.13",
4
4
  "description": "micro:bit target for Microsoft MakeCode (PXT)",
5
5
  "keywords": [
6
6
  "JavaScript",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "pxt-common-packages": "13.2.3",
49
- "pxt-core": "12.3.6"
49
+ "pxt-core": "12.3.9"
50
50
  },
51
51
  "overrides": {}
52
52
  }
package/targetconfig.json CHANGED
@@ -439,6 +439,8 @@
439
439
  "forward-education/pxt-coding-for-good": { "tags": [ "Science" ] },
440
440
  "dfrobot/pxt-dfrobot_huskylensv2": { "tags": [ "Science" ] },
441
441
  "steveturbek/pxt-rotary-encoder-ky-040-plus": { "tags": [ "Science" ] },
442
+ "jim-no-surname-provided/pxt-tobbieii": { "tags": [ "Robotics" ] },
443
+ "pyocodingcompany-crypto/pyobot-makecode": { "tags": [ "Robotics" ] },
442
444
  "microsoft/pxt-simx-sample": {
443
445
  "simx": {
444
446
  "sha": "7301f5900879b85127482d79bab48f03c25690a8",