pxt-microbit 5.1.4 → 5.1.5
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.d.ts +44 -5
- package/built/common-sim.js +207 -22
- package/built/hexcache/{3bd7683da9b220e850488838efa19f4472733744a11e01c17e4930cc48b4e0fa.hex → 1da3f315240d0f5c01bf010bc911e6bab6fa1dddb9b3bec321c63035f25401d9.hex} +9593 -9593
- package/built/hexcache/{21042ee1697f41e753f07ae4ed65b74e0d06c4cfd9e81c98522e5081cc22b22f.hex → 5d77c94e5837e5c58e8e3cc4727aba091eea449dc49137441a3438ab087b372d.hex} +10145 -10145
- package/built/hexcache/{41b0eca0c15b68f1bb003a9857f7a3b6e54a9c073d9757bfe8d4b4a0396d5586.hex → b85074886d1ca9b2ee43dbe3194b3a195797ea6acae7112c623189411ec0f980.hex} +7806 -7806
- package/built/hexcache/e8e99fdd2914918986ee74c87eb6cc1bad8a6376f67c5339d2390a8c9488e77f.hex +14335 -0
- package/built/target.js +1 -1
- package/built/target.json +1 -1
- package/built/targetlight.json +1 -1
- package/built/web/rtlsemantic.css +1 -1
- package/built/web/semantic.css +1 -1
- package/package.json +3 -3
- package/targetconfig.json +1 -1
- package/built/hexcache/ffda7a967870cc1be0cd9aa712c3d86444b9073804b3e2c0914c1b8ac3ca18ab.hex +0 -14333
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pxt-microbit",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.5",
|
|
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": "10.
|
|
48
|
-
"pxt-core": "8.6.
|
|
47
|
+
"pxt-common-packages": "10.4.5",
|
|
48
|
+
"pxt-core": "8.6.12"
|
|
49
49
|
}
|
|
50
50
|
}
|
package/targetconfig.json
CHANGED
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
"elecfreaks/pxt-wukong": { "tags": [ "Science" ] },
|
|
561
561
|
"sparkfun/pxt-gator-particle": {
|
|
562
562
|
"tags": [ "Science" ],
|
|
563
|
-
"upgrades": [ "
|
|
563
|
+
"upgrades": [ "min:v1.1.6" ]
|
|
564
564
|
},
|
|
565
565
|
"sparkfun/pxt-gator-soil": { "tags": [ "Science" ] },
|
|
566
566
|
"sparkfun/pxt-gator-microphone": {
|