browser-fs-access
Advanced tools
Comparing version 0.25.2 to 0.25.3
{ | ||
"name": "browser-fs-access", | ||
"version": "0.25.2", | ||
"version": "0.25.3", | ||
"description": "File System Access API with legacy fallback in the browser.", | ||
@@ -9,4 +9,5 @@ "type": "module", | ||
".": { | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.modern.js" | ||
"module": "./dist/index.mjs", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
@@ -16,3 +17,3 @@ "./package.json": "./package.json" | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.module.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
@@ -25,3 +26,3 @@ "files": [ | ||
"clean": "shx rm -rf ./dist", | ||
"build": "npm run clean && microbundle -f modern,esm,cjs --sourcemap false", | ||
"build": "npm run clean && microbundle -f modern,cjs --sourcemap false", | ||
"dev": "microbundle watch", | ||
@@ -28,0 +29,0 @@ "prepare": "npm run lint && npm run fix && npm run build", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35291
18
66