@libsql/isomorphic-fetch
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "@libsql/isomorphic-fetch", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"keywords": ["fetch", "isomorphic", "node", "deno", "workers"], | ||
@@ -22,7 +22,7 @@ "description": "Isomorphic fetch() in Node, Deno and Cloudflare Workers", | ||
"import": { | ||
"bun": "./web.mjs", | ||
"node": "./node.mjs", | ||
"deno": "./web.mjs", | ||
"workerd": "./web.mjs", | ||
"default": "./web.mjs" | ||
"bun": "./web.js", | ||
"node": "./node.js", | ||
"deno": "./web.js", | ||
"workerd": "./web.js", | ||
"default": "./web.js" | ||
}, | ||
@@ -29,0 +29,0 @@ "require": { |
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
10266