@blocksuite/block-std
Advanced tools
Comparing version 0.0.0-canary-20241025001424 to 0.0.0-canary-20241025023715
# @blocksuite/block-std | ||
## 0.0.0-canary-20241025001424 | ||
## 0.0.0-canary-20241025023715 | ||
@@ -9,5 +9,5 @@ ### Patch Changes | ||
- Updated dependencies | ||
- @blocksuite/global@0.0.0-canary-20241025001424 | ||
- @blocksuite/inline@0.0.0-canary-20241025001424 | ||
- @blocksuite/store@0.0.0-canary-20241025001424 | ||
- @blocksuite/global@0.0.0-canary-20241025023715 | ||
- @blocksuite/inline@0.0.0-canary-20241025023715 | ||
- @blocksuite/store@0.0.0-canary-20241025023715 | ||
@@ -14,0 +14,0 @@ ## 0.17.20 |
import { LifeCycleWatcher } from '../extension/lifecycle-watcher.js'; | ||
import { onSurfaceAdded } from '../utils/gfx.js'; | ||
export function SurfaceMiddlewareExtension(middlewares) { | ||
return class extends LifeCycleWatcher { | ||
return class SurfaceMiddlewareExtension extends LifeCycleWatcher { | ||
static { this.key = 'surfaceMiddleware'; } | ||
@@ -6,0 +6,0 @@ mounted() { |
{ | ||
"name": "@blocksuite/block-std", | ||
"version": "0.0.0-canary-20241025001424", | ||
"version": "0.0.0-canary-20241025023715", | ||
"description": "Std for blocksuite blocks", | ||
@@ -23,5 +23,5 @@ "type": "module", | ||
"dependencies": { | ||
"@blocksuite/global": "0.0.0-canary-20241025001424", | ||
"@blocksuite/inline": "0.0.0-canary-20241025001424", | ||
"@blocksuite/store": "0.0.0-canary-20241025001424", | ||
"@blocksuite/global": "0.0.0-canary-20241025023715", | ||
"@blocksuite/inline": "0.0.0-canary-20241025023715", | ||
"@blocksuite/store": "0.0.0-canary-20241025023715", | ||
"@lit/context": "^1.1.2", | ||
@@ -28,0 +28,0 @@ "@preact/signals-core": "^1.8.0", |
@@ -14,3 +14,3 @@ import type { BlockStdScope } from '../scope/block-std-scope.js'; | ||
) { | ||
return class extends LifeCycleWatcher { | ||
return class SurfaceMiddlewareExtension extends LifeCycleWatcher { | ||
static override key: string = 'surfaceMiddleware'; | ||
@@ -17,0 +17,0 @@ |
Sorry, the diff of this file is not supported yet
1371907
+ Added@blocksuite/global@0.0.0-canary-20241025023715(transitive)
+ Added@blocksuite/inline@0.0.0-canary-20241025023715(transitive)
+ Added@blocksuite/store@0.0.0-canary-20241025023715(transitive)
+ Added@blocksuite/sync@0.0.0-canary-20241025023715(transitive)
- Removed@blocksuite/global@0.0.0-canary-20241025001424(transitive)
- Removed@blocksuite/inline@0.0.0-canary-20241025001424(transitive)
- Removed@blocksuite/store@0.0.0-canary-20241025001424(transitive)
- Removed@blocksuite/sync@0.0.0-canary-20241025001424(transitive)