@blocksuite/store
Advanced tools
Comparing version 0.4.0-20230204233304-6e37e29 to 0.4.0-20230205175611-17a62e3
{ | ||
"name": "@blocksuite/store", | ||
"version": "0.4.0-20230204233304-6e37e29", | ||
"version": "0.4.0-20230205175611-17a62e3", | ||
"description": "BlockSuite data store built for general purpose state management.", | ||
@@ -11,3 +11,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@blocksuite/global": "0.4.0-20230204233304-6e37e29", | ||
"@blocksuite/global": "0.4.0-20230205175611-17a62e3", | ||
"@types/flexsearch": "^0.7.3", | ||
@@ -43,2 +43,3 @@ "buffer": "^6.0.3", | ||
"test:unit": "vitest --run", | ||
"test:unit:coverage": "vitest run --coverage", | ||
"test:unit:ui": "vitest --ui", | ||
@@ -45,0 +46,0 @@ "test:e2e": "playwright test", |
@@ -7,3 +7,8 @@ import { defineConfig } from 'vitest/config'; | ||
testTimeout: 500, | ||
coverage: { | ||
provider: 'istanbul', // or 'c8' | ||
reporter: ['lcov'], | ||
reportsDirectory: '../../.coverage/store', | ||
}, | ||
}, | ||
}); |
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
507383
8358
+ Added@blocksuite/global@0.4.0-20230205175611-17a62e3(transitive)
- Removed@blocksuite/global@0.4.0-20230204233304-6e37e29(transitive)