pxt-core 10.2.30 → 10.2.32
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/target.js +1 -1
- package/built/tests/blocksrunner.js +7 -1
- package/built/tests/blockssetup.js +7 -1
- package/built/web/main.js +1 -1
- package/built/web/pxtasseteditor.js +1 -1
- package/built/web/pxtembed.js +1 -1
- package/built/web/runnerembed.js +1 -1
- package/built/web/teachertool/js/main.8693c6a3.js +2 -0
- package/localtypings/evaluation.d.ts +5 -2
- package/localtypings/validatorPlan.d.ts +2 -0
- package/package.json +1 -1
- package/webapp/public/teachertool.html +1 -1
- package/built/web/teachertool/js/main.e778fc5c.js +0 -2
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<!-- <link rel="manifest" href="/teachertool-data/manifest.json" /> -->
|
|
19
19
|
<title>MakeCode Code Evaluation</title>
|
|
20
20
|
<script>var pxtConfig=null</script>
|
|
21
|
-
<script defer="defer" src="/blb/teachertool/js/main.
|
|
21
|
+
<script defer="defer" src="/blb/teachertool/js/main.8693c6a3.js"></script><link href="/blb/teachertool/css/main.2113fa85.css" rel="stylesheet"></head>
|
|
22
22
|
<body>
|
|
23
23
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
24
24
|
|