pxt-microbit 8.1.30 → 9.0.1

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.
@@ -552,6 +552,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o
552
552
 
553
553
  ```codecard
554
554
  [{
555
+ "name": "enorasisCore",
556
+ "url":"/pkg/skinformatics/enorasisCore-makecode",
557
+ "cardType": "package"
558
+ }, {
555
559
  "name": "Kocoafab COCOCAM",
556
560
  "url":"/pkg/ekkai/aicococam",
557
561
  "cardType": "package"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-microbit",
3
- "version": "8.1.30",
3
+ "version": "9.0.1",
4
4
  "description": "micro:bit target for Microsoft MakeCode (PXT)",
5
5
  "keywords": [
6
6
  "JavaScript",
@@ -45,15 +45,15 @@
45
45
  "typescript": "4.8.3"
46
46
  },
47
47
  "dependencies": {
48
- "pxt-common-packages": "13.2.8",
49
- "pxt-core": "12.3.26"
48
+ "pxt-common-packages": "14.0.2",
49
+ "pxt-core": "13.0.1"
50
50
  },
51
51
  "overrides": {
52
52
  "@blockly/field-grid-dropdown": {
53
- "blockly": "13.1.0"
53
+ "blockly": "13.1.1"
54
54
  },
55
55
  "@blockly/plugin-workspace-search": {
56
- "blockly": "13.1.0"
56
+ "blockly": "13.1.1"
57
57
  }
58
58
  }
59
59
  }
package/pxtarget.json CHANGED
@@ -556,7 +556,8 @@
556
556
  "5": "v5",
557
557
  "6": "v6",
558
558
  "7": "v7",
559
- "8": "v8"
559
+ "8": "v8",
560
+ "9": "v9"
560
561
  },
561
562
  "editorVersionPaths": {
562
563
  "0": "v0"
package/targetconfig.json CHANGED
@@ -447,6 +447,7 @@
447
447
  "forward-education/pxt-openscied": { "tags": [ "Science" ] },
448
448
  "forward-education/pxt-ceibal-ubit": {},
449
449
  "bsiever/pxt-sen66": { "tags": [ "Science" ] },
450
+ "skinformatics/enorasiscore-makecode": { "tags": [ "Science" ] },
450
451
  "microsoft/pxt-simx-sample": {
451
452
  "simx": {
452
453
  "sha": "7301f5900879b85127482d79bab48f03c25690a8",