Comparing version 0.34.5 to 0.34.6
@@ -167,3 +167,3 @@ "use strict"; | ||
: {}; | ||
if (useCached && info.manifest) { | ||
if (useCached && info.manifest && info.webConfig) { | ||
let needsUpdate = false; | ||
@@ -193,3 +193,3 @@ if (!info.updateCheckedAt || | ||
cfg.manifestUrl = webAppUrl; // use index.html if no manifest | ||
if (info.manifestUrl != cfg.manifestUrl) { | ||
if (info.manifestUrl != cfg.manifestUrl || !info.webConfig) { | ||
info.manifestUrl = cfg.manifestUrl; | ||
@@ -196,0 +196,0 @@ info.manifestEtag = null; |
{ | ||
"name": "makecode", | ||
"version": "0.34.5", | ||
"version": "0.34.6", | ||
"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
215562