@netlify/blobs
Advanced tools
Comparing version
{ | ||
"name": "@netlify/blobs", | ||
"version": "1.7.0-rc.0", | ||
"version": "1.7.0-rc.1", | ||
"description": "A JavaScript client for the Netlify Blob Store", | ||
"type": "module", | ||
"main": "./dist/esm/index.js", | ||
"types": "./dist/types/index.d.ts", | ||
"exports": { | ||
"types": "./dist/types/index.d.ts", | ||
"require": "./dist/esm/index.js", | ||
"import": "./dist/cjs/index.js", | ||
"default": "./dist/cjs/index.js" | ||
".": { | ||
"types": "./dist/types/index.d.ts", | ||
"require": "./dist/esm/index.js", | ||
"import": "./dist/cjs/index.js", | ||
"default": "./dist/cjs/index.js" | ||
} | ||
}, | ||
@@ -21,2 +22,3 @@ "files": [ | ||
"build": "tsc -b tsconfig.esm.json tsconfig.cjs.json tsconfig.types.json", | ||
"postbuild": "echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json", | ||
"dev": "npm run build -- --watch", | ||
@@ -23,0 +25,0 @@ "prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
26631
0.25%0
-100%