@worker-tools/response-creators
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "@worker-tools/response-creators", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"lockfileVersion": 2, | ||
@@ -9,3 +9,3 @@ "requires": true, | ||
"name": "@worker-tools/response-creators", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"license": "MIT", | ||
@@ -12,0 +12,0 @@ "devDependencies": { |
{ | ||
"name": "@worker-tools/response-creators", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Helper functions to create Fetch API Response objects based on HTTP status codes", | ||
@@ -8,2 +8,6 @@ "type": "module", | ||
"module": "index.js", | ||
"types": "index.d.ts", | ||
"exports": { | ||
".": "./index.js" | ||
}, | ||
"files": [ | ||
@@ -15,3 +19,2 @@ "typings", | ||
], | ||
"types": "./index.d.ts", | ||
"publishConfig": { | ||
@@ -31,3 +34,2 @@ "access": "public" | ||
}, | ||
"dependencies": {}, | ||
"repository": { | ||
@@ -34,0 +36,0 @@ "type": "git", |
35519