pxt-microbit 4.1.46 → 4.1.49

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.
@@ -384,8 +384,8 @@ Check out [the accessories pages on microbit.org](https://microbit.org/buy/acces
384
384
  "url": "/pkg/stemhub/pxt-StemhubCity",
385
385
  "cardType": "package"
386
386
  }, {
387
- "name": "Pi Supply tinker:kit",
388
- "url": "/pkg/PiSupply/pxt-tinker-kit",
387
+ "name": "Tinkercademy Tinker:Kit",
388
+ "url": "/pkg/Tinkertanker/pxt-tinkercademy-tinker-kit",
389
389
  "cardType": "package"
390
390
  }, {
391
391
  "name": "Freenove Starter Kit",
@@ -40,7 +40,7 @@ let count = 0
40
40
  while (count < 10) {
41
41
  basic.pause(100)
42
42
  basic.showNumber(count)
43
- count = count + (count - 1)
43
+ count = count + 1
44
44
  }
45
45
  ```
46
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-microbit",
3
- "version": "4.1.46",
3
+ "version": "4.1.49",
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": "9.5.11",
48
- "pxt-core": "7.5.44"
47
+ "pxt-common-packages": "9.5.12",
48
+ "pxt-core": "7.5.48"
49
49
  }
50
50
  }
package/pxtarget.json CHANGED
@@ -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.38",
168
+ "branch": "v0.2.39",
169
169
  "type": "git"
170
170
  },
171
171
  "codalBinary": "MICROBIT",