@ampproject/toolbox-cache-list
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -47,3 +47,3 @@ /** | ||
*/ | ||
constructor(fetch=oneBehindFetch) { | ||
constructor(fetch = oneBehindFetch) { | ||
this.fetch_ = fetch; | ||
@@ -50,0 +50,0 @@ } |
{ | ||
"name": "@ampproject/toolbox-cache-list", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Lists AMP Caches", | ||
@@ -27,5 +27,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@ampproject/toolbox-core": "^2.0.0" | ||
"@ampproject/toolbox-core": "^2.1.0" | ||
}, | ||
"gitHead": "908b78b9d007d18d97c50b5a79421d5936150233" | ||
"gitHead": "a6bc962a0af397c2fc21de1e8a730257947d8fb6" | ||
} |
@@ -26,3 +26,3 @@ # AMP-Toolbox Cache List | ||
Which will return: | ||
Which will return an array similar to: | ||
@@ -40,18 +40,10 @@ ``` | ||
{ | ||
"id": "cloudflare", | ||
"name": "Cloudflare AMP Cache", | ||
"docs": "https://amp.cloudflare.com/", | ||
"cacheDomain": "amp.cloudflare.com", | ||
"updateCacheApiDomainSuffix": "amp.cloudflare.com", | ||
"thirdPartyFrameDomainSuffix": "cloudflareamp.net" | ||
}, | ||
{ | ||
"id": "bing", | ||
"name": "Bing AMP Cache", | ||
"docs": "https://www.bing.com/webmaster/help/bing-amp-cache-bc1c884c", | ||
"cacheDomain": "bing-amp.com", | ||
"updateCacheApiDomainSuffix": "bing-amp.com", | ||
"thirdPartyFrameDomainSuffix": "bing-amp.net" | ||
"cacheDomain": "www.bing-amp.com", | ||
"updateCacheApiDomainSuffix": "www.bing-amp.com", | ||
"thirdPartyFrameDomainSuffix": "www.bing-amp.net" | ||
} | ||
] | ||
] | ||
``` | ||
@@ -58,0 +50,0 @@ |
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
16547
69