@blocksuite/block-std
Advanced tools
Comparing version 0.0.0-20230816192550-eeb137dd-nightly to 0.0.0-20230817030423-20f3821a-nightly
@@ -9,3 +9,3 @@ import { DisposableGroup } from '@blocksuite/global/utils'; | ||
} | ||
export declare class BlockService<Model extends BaseBlockModel = BaseBlockModel> { | ||
export declare class BlockService<_Model extends BaseBlockModel = BaseBlockModel> { | ||
readonly store: BlockStore; | ||
@@ -12,0 +12,0 @@ readonly flavour: string; |
{ | ||
"name": "@blocksuite/block-std", | ||
"version": "0.0.0-20230816192550-eeb137dd-nightly", | ||
"version": "0.0.0-20230817030423-20f3821a-nightly", | ||
"description": "Std for blocksuite blocks", | ||
@@ -12,10 +12,10 @@ "main": "dist/index.js", | ||
"peerDependencies": { | ||
"@blocksuite/store": "0.0.0-20230816192550-eeb137dd-nightly" | ||
"@blocksuite/store": "0.0.0-20230817030423-20f3821a-nightly" | ||
}, | ||
"dependencies": { | ||
"w3c-keyname": "^2.2.8", | ||
"@blocksuite/global": "0.0.0-20230816192550-eeb137dd-nightly" | ||
"@blocksuite/global": "0.0.0-20230817030423-20f3821a-nightly" | ||
}, | ||
"devDependencies": { | ||
"@blocksuite/store": "0.0.0-20230816192550-eeb137dd-nightly" | ||
"@blocksuite/store": "0.0.0-20230817030423-20f3821a-nightly" | ||
}, | ||
@@ -22,0 +22,0 @@ "exports": { |
@@ -12,3 +12,3 @@ import { DisposableGroup } from '@blocksuite/global/utils'; | ||
export class BlockService<Model extends BaseBlockModel = BaseBlockModel> { | ||
export class BlockService<_Model extends BaseBlockModel = BaseBlockModel> { | ||
readonly store: BlockStore; | ||
@@ -15,0 +15,0 @@ readonly flavour: string; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
436855
+ Added@blocksuite/global@0.0.0-20230817030423-20f3821a-nightly(transitive)
+ Added@blocksuite/store@0.0.0-20230817030423-20f3821a-nightly(transitive)
+ Added@blocksuite/virgo@0.0.0-20230817030423-20f3821a-nightly(transitive)
- Removed@blocksuite/global@0.0.0-20230816192550-eeb137dd-nightly(transitive)
- Removed@blocksuite/store@0.0.0-20230816192550-eeb137dd-nightly(transitive)
- Removed@blocksuite/virgo@0.0.0-20230816192550-eeb137dd-nightly(transitive)
Updated@blocksuite/global@0.0.0-20230817030423-20f3821a-nightly