pxt-microbit 4.1.23 → 4.1.24
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/hexcache/{38f5afc7bfbf3b7025f36f6387d636994b161ec828b5f14d7de5ab4cd1cc33fd.hex → 15cf89efb10e1534aca2800db1c6d0d3ae906333f66684e7ae236bd69d5e6e50.hex} +0 -0
- package/built/hexcache/{f90d36a5042a5d2c5770f6f83317c0a89c8141ad426d5da91dea991b5516e699.hex → 59d35551f2b44631972a3d427c94f81a3df457bfb6ba0fcf2a5807b139d9a32d.hex} +0 -0
- package/built/hexcache/{becf72e02ed99aecb1bc9054dce656fb3379778d5ec7f16a4715d4addf05f02c.hex → e4cbdcaceec2f2ce3e23b0bd91cc6dee3dcc1a55867ad24124562b2a62325a49.hex} +0 -0
- package/built/hexcache/{5baf884ee3e3fc309ebe20fbf09f5de9780cf9183a1da685e3688194d4074c11.hex → f13cee981c6efbc97d49a7e4362956b88e3a61e457b65e49ee7d0bba51d641fd.hex} +0 -0
- package/built/sim.js +1 -1
- package/built/target.js +157 -50
- package/built/target.json +157 -50
- package/built/targetlight.json +5 -5
- package/built/web/react-common-authcode.css +1 -1
- package/built/web/rtlsemantic.css +1 -1
- package/built/web/semantic.css +1 -1
- package/package.json +2 -2
- package/targetconfig.json +1475 -1
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/built/sim.js
CHANGED
|
@@ -2372,7 +2372,7 @@ var pxsim;
|
|
|
2372
2372
|
}
|
|
2373
2373
|
music.__playSoundExpression = __playSoundExpression;
|
|
2374
2374
|
function __stopSoundExpressions() {
|
|
2375
|
-
pxsim.
|
|
2375
|
+
pxsim.codal.music.__stopSoundExpressions();
|
|
2376
2376
|
}
|
|
2377
2377
|
music.__stopSoundExpressions = __stopSoundExpressions;
|
|
2378
2378
|
const giggle = "giggle";
|