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.
- 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/theme.json +1 -1
- package/built/web/react-common-authcode.css +1 -1
- package/built/web/react-common-multiplayer.css +1 -1
- package/built/web/react-common-skillmap.css +1 -1
- package/built/web/rtlreact-common-authcode.css +1 -1
- package/built/web/rtlreact-common-multiplayer.css +1 -1
- package/built/web/rtlreact-common-skillmap.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/pxtarget.json +2 -1
- package/targetconfig.json +1 -0
|
@@ -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": "
|
|
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": "
|
|
49
|
-
"pxt-core": "
|
|
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.
|
|
53
|
+
"blockly": "13.1.1"
|
|
54
54
|
},
|
|
55
55
|
"@blockly/plugin-workspace-search": {
|
|
56
|
-
"blockly": "13.1.
|
|
56
|
+
"blockly": "13.1.1"
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
59
|
}
|
package/pxtarget.json
CHANGED
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",
|