@blocksuite/affine-model
Advanced tools
Comparing version 0.0.0-canary-20241207001518 to 0.0.0-canary-20241208001658
# @blocksuite/affine-model | ||
## 0.0.0-canary-20241207001518 | ||
## 0.0.0-canary-20241208001658 | ||
@@ -9,6 +9,6 @@ ### Patch Changes | ||
- Updated dependencies | ||
- @blocksuite/block-std@0.0.0-canary-20241207001518 | ||
- @blocksuite/global@0.0.0-canary-20241207001518 | ||
- @blocksuite/inline@0.0.0-canary-20241207001518 | ||
- @blocksuite/store@0.0.0-canary-20241207001518 | ||
- @blocksuite/block-std@0.0.0-canary-20241208001658 | ||
- @blocksuite/global@0.0.0-canary-20241208001658 | ||
- @blocksuite/inline@0.0.0-canary-20241208001658 | ||
- @blocksuite/store@0.0.0-canary-20241208001658 | ||
@@ -15,0 +15,0 @@ ## 0.18.4 |
@@ -180,2 +180,5 @@ var __esDecorate = (this && this.__esDecorate) || function (ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) { | ||
const { connector, from, to, layout } = options; | ||
if (!from.element || !to.element) { | ||
return { outdated: true, cacheKey: '' }; | ||
} | ||
const cacheKey = `${from.element.xywh}-${to.element.xywh}-${layout}-${this.style}`; | ||
@@ -182,0 +185,0 @@ // @ts-ignore |
{ | ||
"name": "@blocksuite/affine-model", | ||
"version": "0.0.0-canary-20241207001518", | ||
"version": "0.0.0-canary-20241208001658", | ||
"description": "Models for BlockSuite in Affine.", | ||
@@ -22,6 +22,6 @@ "type": "module", | ||
"dependencies": { | ||
"@blocksuite/block-std": "0.0.0-canary-20241207001518", | ||
"@blocksuite/global": "0.0.0-canary-20241207001518", | ||
"@blocksuite/inline": "0.0.0-canary-20241207001518", | ||
"@blocksuite/store": "0.0.0-canary-20241207001518", | ||
"@blocksuite/block-std": "0.0.0-canary-20241208001658", | ||
"@blocksuite/global": "0.0.0-canary-20241208001658", | ||
"@blocksuite/inline": "0.0.0-canary-20241208001658", | ||
"@blocksuite/store": "0.0.0-canary-20241208001658", | ||
"fractional-indexing": "^3.2.0", | ||
@@ -28,0 +28,0 @@ "zod": "^3.23.8" |
@@ -227,2 +227,7 @@ import type { | ||
const { connector, from, to, layout } = options; | ||
if (!from.element || !to.element) { | ||
return { outdated: true, cacheKey: '' }; | ||
} | ||
const cacheKey = `${from.element.xywh}-${to.element.xywh}-${layout}-${this.style}`; | ||
@@ -229,0 +234,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
724434
10148
+ Added@blocksuite/block-std@0.0.0-canary-20241208001658(transitive)
+ Added@blocksuite/global@0.0.0-canary-20241208001658(transitive)
+ Added@blocksuite/inline@0.0.0-canary-20241208001658(transitive)
+ Added@blocksuite/store@0.0.0-canary-20241208001658(transitive)
+ Added@blocksuite/sync@0.0.0-canary-20241208001658(transitive)
- Removed@blocksuite/block-std@0.0.0-canary-20241207001518(transitive)
- Removed@blocksuite/global@0.0.0-canary-20241207001518(transitive)
- Removed@blocksuite/inline@0.0.0-canary-20241207001518(transitive)
- Removed@blocksuite/store@0.0.0-canary-20241207001518(transitive)
- Removed@blocksuite/sync@0.0.0-canary-20241207001518(transitive)