pxt-microbit 6.1.10 → 7.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-microbit",
3
- "version": "6.1.10",
3
+ "version": "7.0.2",
4
4
  "description": "micro:bit target for Microsoft MakeCode (PXT)",
5
5
  "keywords": [
6
6
  "JavaScript",
@@ -45,7 +45,7 @@
45
45
  "typescript": "4.2.3"
46
46
  },
47
47
  "dependencies": {
48
- "pxt-common-packages": "11.1.1",
49
- "pxt-core": "9.3.15"
48
+ "pxt-common-packages": "12.0.1",
49
+ "pxt-core": "10.0.8"
50
50
  }
51
51
  }
package/pxtarget.json CHANGED
@@ -541,7 +541,8 @@
541
541
  "3": "v3",
542
542
  "4": "v4",
543
543
  "5": "v5",
544
- "6": "v6"
544
+ "6": "v6",
545
+ "7": "v7"
545
546
  },
546
547
  "editorVersionPaths": {
547
548
  "0": "v0"
package/targetconfig.json CHANGED
@@ -540,6 +540,22 @@
540
540
  "youTube": true
541
541
  }
542
542
  },
543
+ "teachertool": {
544
+ "carousels": [
545
+ {
546
+ "title": "Rubrics for Tutorials",
547
+ "cardsUrl": "teachertool/carousels/rubrics-for-tutorials/cards.json"
548
+ },
549
+ {
550
+ "title": "Rubrics for V2 Tutorials",
551
+ "cardsUrl": "teachertool/carousels/rubrics-for-tutorials-v2/cards.json"
552
+ },
553
+ {
554
+ "title": "Rubrics for Games",
555
+ "cardsUrl": "teachertool/carousels/rubrics-for-games/cards.json"
556
+ }
557
+ ]
558
+ },
543
559
  "electronManifest": {
544
560
  "latest": "v6.0.19"
545
561
  }