@blocksuite/global
Advanced tools
Comparing version 0.5.0-20230228075503-02b693a to 0.5.0-20230228081715-206ac29
{ | ||
"name": "@blocksuite/global", | ||
"version": "0.5.0-20230228075503-02b693a", | ||
"version": "0.5.0-20230228081715-206ac29", | ||
"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": "./src/database.ts", | ||
"./types": "./src/types.ts", | ||
"./utils": "./src/utils.ts", | ||
"./debug": "./src/debug.ts", | ||
"./config": "./src/config/index.ts", | ||
"./error": "./src/error.ts" | ||
"./database": "./dist/database.js", | ||
"./utils": "./dist/utils.js", | ||
"./debug": "./dist/debug.js", | ||
"./error": "./dist/error.js", | ||
"./config": "./dist/config/index.js" | ||
}, | ||
@@ -26,10 +19,2 @@ "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": [ | ||
@@ -54,3 +39,9 @@ "dist", | ||
} | ||
}, | ||
"scripts": { | ||
"test:unit": "vitest --run", | ||
"test:unit:coverage": "vitest run --coverage", | ||
"test:unit:ui": "vitest --ui", | ||
"build": "tsc" | ||
} | ||
} | ||
} |
403783
84
4275