@worker-tools/json-fetch
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "@worker-tools/json-fetch", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"lockfileVersion": 2, | ||
@@ -9,3 +9,3 @@ "requires": true, | ||
"name": "@worker-tools/json-fetch", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"license": "MIT", | ||
@@ -12,0 +12,0 @@ "devDependencies": { |
{ | ||
"name": "@worker-tools/json-fetch", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "Drop-in replacement for fetch, Request, and Response with first class support for JSON objects", | ||
@@ -8,2 +8,7 @@ "type": "module", | ||
"module": "index.js", | ||
"types": "index.d.ts", | ||
"exports": { | ||
".": "./index.js", | ||
"./search-params-url": "./search-params-url.js" | ||
}, | ||
"files": [ | ||
@@ -15,3 +20,2 @@ "typings", | ||
], | ||
"types": "./index.d.ts", | ||
"publishConfig": { | ||
@@ -21,3 +25,3 @@ "access": "public" | ||
"scripts": { | ||
"clean": "rm -f *.d.ts *.js *.js.map *.d.ts.map", | ||
"clean": "rm -f *.d.ts *.js *.js.map *.d.ts.map *.tgz", | ||
"test": "echo \"Error: no test specified\" && exit 0", | ||
@@ -32,3 +36,2 @@ "build": "tsc -d", | ||
}, | ||
"dependencies": {}, | ||
"repository": { | ||
@@ -35,0 +38,0 @@ "type": "git", |
19766