pxt-microbit 4.1.14 → 4.1.17

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.
@@ -860,6 +860,10 @@ Check out [the accessories pages on microbit.org](https://microbit.org/buy/acces
860
860
  ## Utilities
861
861
  ```codecard
862
862
  [{
863
+ "name": "Bluetooth HID",
864
+ "url":"/pkg/bsiever/microbit-pxt-blehid",
865
+ "cardType": "package"
866
+ }, {
863
867
  "name": "Soroban abacus",
864
868
  "url":"/pkg/aorczyk/soroban",
865
869
  "cardType": "package"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pxt-microbit",
3
- "version": "4.1.14",
3
+ "version": "4.1.17",
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.4",
48
- "pxt-core": "7.5.4"
47
+ "pxt-common-packages": "9.5.5",
48
+ "pxt-core": "7.5.8"
49
49
  }
50
50
  }
package/targetconfig.json CHANGED
@@ -247,6 +247,7 @@
247
247
  "aorczyk/soroban",
248
248
  "aorczyk/pf-recorder",
249
249
  "4tronix/Theta",
250
+ "bsiever/microbit-pxt-blehid",
250
251
  "DFRobot/pxt-DFRobot_Environment_Science",
251
252
  "ekkai/aicococam"
252
253
  ],