@inrupt/universal-fetch
Advanced tools
Comparing version 1.0.2 to 1.0.3-beta.0
{ | ||
"name": "@inrupt/universal-fetch", | ||
"description": "A library to access fetch from any JavaScript / TypeScript environment", | ||
"version": "1.0.2", | ||
"version": "1.0.3-beta.0", | ||
"license": "MIT", | ||
@@ -17,2 +17,3 @@ "scripts": { | ||
"test:e2e:browser:setup": "cd e2e/browser/test-app && npm ci", | ||
"test:esbuild": "cd e2e/browser/test-app && npm ci && npm run test:esbuild", | ||
"prepublishOnly": "npm run build" | ||
@@ -40,4 +41,10 @@ }, | ||
".": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
"browser": { | ||
"require": "./dist/index-browser.js", | ||
"import": "./dist/index-browser.mjs" | ||
}, | ||
"default": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
} | ||
} | ||
@@ -44,0 +51,0 @@ }, |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
11020
1