@ampproject/toolbox-runtime-fetch
Advanced tools
Comparing version 2.5.13 to 2.6.0
{ | ||
"name": "@ampproject/toolbox-runtime-fetch", | ||
"version": "2.5.13", | ||
"version": "2.6.0", | ||
"description": "Download the AMP runtime", | ||
@@ -23,5 +23,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@ampproject/toolbox-cache-list": "^2.5.4", | ||
"@ampproject/toolbox-core": "^2.5.4", | ||
"@ampproject/toolbox-runtime-version": "^2.5.4", | ||
"@ampproject/toolbox-cache-list": "^2.6.0", | ||
"@ampproject/toolbox-core": "^2.6.0", | ||
"@ampproject/toolbox-runtime-version": "^2.6.0", | ||
"at-least-node": "1.0.0", | ||
@@ -35,3 +35,3 @@ "cross-fetch": "3.0.5", | ||
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/runtime-fetch", | ||
"gitHead": "fb52bb38f7c526f545bfa28a9b696df432d96d4f" | ||
"gitHead": "1e47f01b6630a01581b7df014b76d9ba0f68542c" | ||
} |
26857