Comparing version 0.34.3 to 0.34.4
@@ -66,6 +66,7 @@ "use strict"; | ||
}); | ||
document.body.dataset.version = meta === null || meta === void 0 ? void 0 : meta.version; | ||
// force local sim | ||
if (isLocalHost) | ||
meta.simUrl = window.location.protocol + "//" + window.location.host + "/sim.html"; | ||
var ap = document.getElementById("download-a"); | ||
meta.simUrl = window.location.protocol + "//" + window.location.host + \`/sim.html\${window.location.search || ""}\`; | ||
const ap = document.getElementById("download-a"); | ||
if (meta.version && ap && ap.download) | ||
@@ -72,0 +73,0 @@ ap.download = ap.download.replace(/VERSION/, meta.version); |
{ | ||
"name": "makecode", | ||
"version": "0.34.3", | ||
"version": "0.34.4", | ||
"description": "MakeCode (PXT) - web-cached build tool", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
214764
3261