@blocksuite/store
Advanced tools
Comparing version 0.4.0-20230122122652-66c7874 to 0.4.0-20230123163855-e0a9d63
{ | ||
"name": "@blocksuite/store", | ||
"version": "0.4.0-20230122122652-66c7874", | ||
"version": "0.4.0-20230123163855-e0a9d63", | ||
"description": "BlockSuite data store built for general purpose state management.", | ||
@@ -11,3 +11,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@blocksuite/global": "0.4.0-20230122122652-66c7874", | ||
"@blocksuite/global": "0.4.0-20230123163855-e0a9d63", | ||
"@types/flexsearch": "^0.7.3", | ||
@@ -25,3 +25,2 @@ "buffer": "^6.0.3", | ||
"devDependencies": { | ||
"cross-env": "^7.0.3", | ||
"lit": "^2.6.1", | ||
@@ -41,3 +40,3 @@ "yjs": "^13.5.44" | ||
"scripts": { | ||
"serve": "cross-env PORT=4444 node node_modules/y-webrtc/bin/server.js", | ||
"serve": "PORT=4444 node node_modules/y-webrtc/bin/server.js", | ||
"build": "tsc", | ||
@@ -44,0 +43,0 @@ "test:unit": "vitest --run", |
Sorry, the diff of this file is not supported yet
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
2
495642
+ Added@blocksuite/global@0.4.0-20230123163855-e0a9d63(transitive)
- Removed@blocksuite/global@0.4.0-20230122122652-66c7874(transitive)