@ampproject/toolbox-runtime-fetch
Advanced tools
Comparing version 2.5.4 to 2.5.13
@@ -171,3 +171,3 @@ /** | ||
// Minimal sanity check that files listing includes itself | ||
if (!files.some((file) => file.filepath === RUNTIME_FILES_TXT)) { | ||
if (!files.some((file) => file.filepath === 'v0.js')) { | ||
throw new Error(`Expected ${RUNTIME_FILES_TXT} in file listing, but it was not found.`); | ||
@@ -174,0 +174,0 @@ } |
{ | ||
"name": "@ampproject/toolbox-runtime-fetch", | ||
"version": "2.5.4", | ||
"version": "2.5.13", | ||
"description": "Download the AMP runtime", | ||
@@ -34,3 +34,3 @@ "main": "index.js", | ||
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/runtime-fetch", | ||
"gitHead": "c194eb829c2d0d4cda21c961107d73bd7528f53f" | ||
"gitHead": "fb52bb38f7c526f545bfa28a9b696df432d96d4f" | ||
} |
26858