@blocksuite/global
Advanced tools
Comparing version 0.4.1-20230220214107-0a354de to 0.4.1-20230221150537-a2a8018
{ | ||
"name": "@blocksuite/global", | ||
"version": "0.4.1-20230220214107-0a354de", | ||
"version": "0.4.1-20230221150537-a2a8018", | ||
"types": "./index.d.ts", | ||
"type": "module", | ||
"scripts": { | ||
"test:unit": "vitest --run", | ||
"test:unit:coverage": "vitest run --coverage", | ||
"test:unit:ui": "vitest --ui", | ||
"build": "tsc" | ||
}, | ||
"sideEffects": false, | ||
"exports": { | ||
".": "./index.d.ts", | ||
"./database": "./dist/database.js", | ||
"./utils": "./dist/utils.js", | ||
"./debug": "./dist/debug.js", | ||
"./error": "./dist/error.js", | ||
"./config": "./dist/config/index.js" | ||
"./database": "./src/database.ts", | ||
"./utils": "./src/utils.ts", | ||
"./debug": "./src/debug.ts", | ||
"./config": "./src/config/index.ts", | ||
"./error": "./src/error.ts" | ||
}, | ||
@@ -19,2 +25,10 @@ "author": "toeverything", | ||
"access": "public", | ||
"exports": { | ||
".": "./index.d.ts", | ||
"./database": "./dist/database.js", | ||
"./utils": "./dist/utils.js", | ||
"./debug": "./dist/debug.js", | ||
"./error": "./dist/error.js", | ||
"./config": "./dist/config/index.js" | ||
}, | ||
"files": [ | ||
@@ -39,9 +53,3 @@ "dist", | ||
} | ||
}, | ||
"scripts": { | ||
"test:unit": "vitest --run", | ||
"test:unit:coverage": "vitest run --coverage", | ||
"test:unit:ui": "vitest --ui", | ||
"build": "tsc" | ||
} | ||
} | ||
} |
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
124248
29
2217