@ampproject/toolbox-runtime-fetch
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -326,3 +326,3 @@ /** | ||
const text = (await res.text()).replace( | ||
/[a-z]{2}(?:-[a-z0-9]{2} {23}| {26})/i, | ||
/ {28}|[a-z]{2} {26}|[a-z]{2} [a-z]{2}-[a-z0-9]{1,3} {19,21}/i, | ||
'{{AMP_ISO_COUNTRY_HOTPATCH}}' | ||
@@ -329,0 +329,0 @@ ); |
{ | ||
"name": "@ampproject/toolbox-runtime-fetch", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Download the AMP runtime", | ||
@@ -25,3 +25,3 @@ "main": "index.js", | ||
"@ampproject/toolbox-core": "^2.3.0", | ||
"@ampproject/toolbox-runtime-version": "^2.3.0", | ||
"@ampproject/toolbox-runtime-version": "^2.3.1", | ||
"at-least-node": "1.0.0", | ||
@@ -35,3 +35,3 @@ "cross-fetch": "3.0.4", | ||
"homepage": "https://github.com/ampproject/amp-toolbox/tree/master/packages/runtime-fetch", | ||
"gitHead": "bb7eaa6c720044e84f01c6406f5f0805dc637923" | ||
"gitHead": "2396773adfc982c044cf932dfef73b6955cb005b" | ||
} |
26871