Comparing version 3.0.6 to 3.0.7
@@ -10,3 +10,3 @@ import nodeFetch from 'node-fetch'; | ||
export async function fetch(url, options) { | ||
console.log(url); | ||
// console.log(url); | ||
const res = await nodeFetch(url, options); | ||
@@ -13,0 +13,0 @@ if (res.status === 400) { |
@@ -7,3 +7,3 @@ { | ||
"types": "dist/index.d.ts", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"license": "MIT", | ||
@@ -10,0 +10,0 @@ "type": "module", |
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
190671