@vercel/blob
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@vercel/blob", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Ultra-low latency data at the edge", | ||
@@ -29,3 +29,3 @@ "homepage": "https://vercel.com", | ||
"browser": { | ||
"undici": "./src/undici-browser.ts" | ||
"undici": "./dist/undici-browser.js" | ||
}, | ||
@@ -75,3 +75,3 @@ "types": "./dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsup", | ||
"build": "tsup && cp src/undici-browser.js dist/undici-browser.js", | ||
"eslint-check": "eslint --max-warnings=0 .", | ||
@@ -78,0 +78,0 @@ "precommit": "lint-staged", |
28
2
4
5558