@blocksuite/block-std
Advanced tools
Comparing version 0.0.0-20230814155455-ceb5d5d8-nightly to 0.0.0-20230815165042-01c49091-nightly
{ | ||
"name": "@blocksuite/block-std", | ||
"version": "0.0.0-20230814155455-ceb5d5d8-nightly", | ||
"version": "0.0.0-20230815165042-01c49091-nightly", | ||
"description": "Std for blocksuite blocks", | ||
@@ -12,10 +12,10 @@ "main": "dist/index.js", | ||
"peerDependencies": { | ||
"@blocksuite/store": "0.0.0-20230814155455-ceb5d5d8-nightly" | ||
"@blocksuite/store": "0.0.0-20230815165042-01c49091-nightly" | ||
}, | ||
"dependencies": { | ||
"w3c-keyname": "^2.2.8", | ||
"@blocksuite/global": "0.0.0-20230814155455-ceb5d5d8-nightly" | ||
"@blocksuite/global": "0.0.0-20230815165042-01c49091-nightly" | ||
}, | ||
"devDependencies": { | ||
"@blocksuite/store": "0.0.0-20230814155455-ceb5d5d8-nightly" | ||
"@blocksuite/store": "0.0.0-20230815165042-01c49091-nightly" | ||
}, | ||
@@ -22,0 +22,0 @@ "exports": { |
@@ -0,3 +1,3 @@ | ||
import { DisposableGroup, Slot } from '@blocksuite/global/utils'; | ||
import type { StackItem } from '@blocksuite/store'; | ||
import { DisposableGroup, Slot } from '@blocksuite/store'; | ||
@@ -4,0 +4,0 @@ import type { BlockStore } from '../store/index.js'; |
@@ -0,3 +1,3 @@ | ||
import { DisposableGroup } from '@blocksuite/global/utils'; | ||
import type { BaseBlockModel } from '@blocksuite/store'; | ||
import { DisposableGroup } from '@blocksuite/store'; | ||
@@ -4,0 +4,0 @@ import type { EventName, UIEventHandler } from '../event/index.js'; |
@@ -9,3 +9,10 @@ { | ||
"include": ["./src"], | ||
"references": [] | ||
"references": [ | ||
{ | ||
"path": "../global" | ||
}, | ||
{ | ||
"path": "../store" | ||
} | ||
] | ||
} |
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
152302
33
1689
+ Added@blocksuite/global@0.0.0-20230815165042-01c49091-nightly(transitive)
+ Added@blocksuite/store@0.0.0-20230815165042-01c49091-nightly(transitive)
+ Added@blocksuite/virgo@0.0.0-20230815165042-01c49091-nightly(transitive)
- Removed@blocksuite/global@0.0.0-20230814155455-ceb5d5d8-nightly(transitive)
- Removed@blocksuite/store@0.0.0-20230814155455-ceb5d5d8-nightly(transitive)
- Removed@blocksuite/virgo@0.0.0-20230814155455-ceb5d5d8-nightly(transitive)
Updated@blocksuite/global@0.0.0-20230815165042-01c49091-nightly