pxt-microbit 8.1.19 → 8.1.22
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/built/block-tests.js +1 -1
- package/built/target.js +1 -1
- package/built/target.json +1 -1
- package/built/targetlight.js +1 -1
- package/built/targetlight.json +1 -1
- package/built/web/blockly.css +1 -1
- package/built/web/rtlblockly.css +1 -1
- package/built/web/rtlsemantic.css +2 -2
- package/built/web/semantic.css +2 -2
- package/docs/extensions/extension-gallery.md +4 -0
- package/package.json +5 -5
- package/targetconfig.json +1 -0
- /package/built/hexcache/{11ac0c4d8c3fd283c3ea5f5d690b8d6f6404a0edf545829c2e796daebdd89f05.hex → 173a6d7b68e4b9f22fafbad3068572fde1fd245ed3dd3a3b39bbb01a79644539.hex} +0 -0
- /package/built/hexcache/{2cf003fb93506133fe5218dcd96d49cdac3688045f63ee4d96c1d0c64b203f9e.hex → 5aafca1cceb676f8fe27a8814d20ca3863768fdf8ce3552308cbc850bb6f14be.hex} +0 -0
- /package/built/hexcache/{8567317cf55ffbf34b708198ff32d21fde9fc316774e8315c8de7eba52e25959.hex → c5f6d9d871f37fdad5cfb19af9589f0ad6a050268149382fcba14df30fbf602d.hex} +0 -0
- /package/built/hexcache/{1932ae1475581832143ed553232f94cc2bce090c8a06446600d2d8cc064e6fe2.hex → c81e9e84c07001147f342a25b4b76dd50142dbd7aa1b2a5f8f74dfbcbd782e9b.hex} +0 -0
|
@@ -1096,6 +1096,10 @@ Many extensions are available to work with interface kits, add-on hardware, or o
|
|
|
1096
1096
|
## Utilities
|
|
1097
1097
|
```codecard
|
|
1098
1098
|
[{
|
|
1099
|
+
"name": "My Controller",
|
|
1100
|
+
"url": "/pkg/aorczyk/my-controller",
|
|
1101
|
+
"cardType": "package"
|
|
1102
|
+
}, {
|
|
1099
1103
|
"name": "States",
|
|
1100
1104
|
"url": "/pkg/hovavo/pxt-states",
|
|
1101
1105
|
"cardType": "package"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pxt-microbit",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.22",
|
|
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.
|
|
49
|
-
"pxt-core": "12.3.
|
|
48
|
+
"pxt-common-packages": "13.2.7",
|
|
49
|
+
"pxt-core": "12.3.18"
|
|
50
50
|
},
|
|
51
51
|
"overrides": {
|
|
52
52
|
"@blockly/field-grid-dropdown": {
|
|
53
|
-
"blockly": "13.0.0-beta.
|
|
53
|
+
"blockly": "13.0.0-beta.8"
|
|
54
54
|
},
|
|
55
55
|
"@blockly/plugin-workspace-search": {
|
|
56
|
-
"blockly": "13.0.0-beta.
|
|
56
|
+
"blockly": "13.0.0-beta.8"
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
}
|
package/targetconfig.json
CHANGED
|
@@ -442,6 +442,7 @@
|
|
|
442
442
|
"jim-no-surname-provided/pxt-tobbieii": { "tags": [ "Robotics" ] },
|
|
443
443
|
"pyocodingcompany-crypto/pyobot-makecode": { "tags": [ "Robotics" ] },
|
|
444
444
|
"kitronikltd/pxt-design-and-automate-accessory-kit": { "tags": [ "Robotics" ] },
|
|
445
|
+
"aorczyk/my-controller": { "tags": [ "Software" ] },
|
|
445
446
|
"microsoft/pxt-simx-sample": {
|
|
446
447
|
"simx": {
|
|
447
448
|
"sha": "7301f5900879b85127482d79bab48f03c25690a8",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|