pxt-microbit 4.1.39 → 4.1.42

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": "4.1.39",
3
+ "version": "4.1.42",
4
4
  "description": "micro:bit target for Microsoft MakeCode (PXT)",
5
5
  "keywords": [
6
6
  "JavaScript",
@@ -45,6 +45,6 @@
45
45
  },
46
46
  "dependencies": {
47
47
  "pxt-common-packages": "9.5.10",
48
- "pxt-core": "7.5.38"
48
+ "pxt-core": "7.5.41"
49
49
  }
50
50
  }
package/pxtarget.json CHANGED
@@ -137,7 +137,7 @@
137
137
  "useNewFunctions": true
138
138
  },
139
139
  "compileService": {
140
- "yottaTarget": "bbc-microbit-classic-gcc",
140
+ "yottaTarget": "bbc-microbit-classic-gcc@https://github.com/lancaster-university/yotta-target-bbc-microbit-classic-gcc",
141
141
  "yottaCorePackage": "microbit",
142
142
  "githubCorePackage": "lancaster-university/microbit",
143
143
  "gittag": "v2.2.0-rc6",
@@ -165,7 +165,7 @@
165
165
  "codalTarget": {
166
166
  "name": "codal-microbit-v2",
167
167
  "url": "https://github.com/lancaster-university/codal-microbit-v2",
168
- "branch": "v0.2.37",
168
+ "branch": "v0.2.38",
169
169
  "type": "git"
170
170
  },
171
171
  "codalBinary": "MICROBIT",