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.
- package/built/common-sim.js +3 -3
- package/built/hexcache/64b3bde6cc2a08bff02c27b4f850c35c6b9da63143da33234243ef4c9a0a4ab3.hex +19735 -0
- package/built/hexcache/7b81443eba5eb35bd5641711bb1366ea74e7bffa0deb1f29ba957bc48a272be2.hex +20343 -0
- package/built/target.js +34 -32
- package/built/target.json +34 -32
- package/built/targetlight.json +6 -6
- package/built/web/react-common-authcode.css +117 -0
- package/built/web/react-common-skillmap.css +1 -1
- package/built/web/rtlreact-common-skillmap.css +1 -1
- package/built/web/rtlsemantic.css +1 -1
- package/built/web/semantic.css +1 -1
- package/docs/extensions.md +2 -2
- package/docs/lessons/digi-yoyo/activity.md +1 -1
- package/package.json +3 -3
- package/pxtarget.json +1 -1
- package/built/hexcache/6340ee87df6fde840e5f1fdc6fe98c43ee27fb753fe8ba4d7af35be8beb2aa43.hex +0 -19812
- package/built/hexcache/bf4e5952d5259f3474b0c768d3459fb9ac18cf7d24525ee5be0875f17bfe3066.hex +0 -20416
package/docs/extensions.md
CHANGED
|
@@ -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": "
|
|
388
|
-
"url": "/pkg/
|
|
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",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pxt-microbit",
|
|
3
|
-
"version": "4.1.
|
|
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.
|
|
48
|
-
"pxt-core": "7.5.
|
|
47
|
+
"pxt-common-packages": "9.5.12",
|
|
48
|
+
"pxt-core": "7.5.48"
|
|
49
49
|
}
|
|
50
50
|
}
|
package/pxtarget.json
CHANGED