@blocksuite/inline
Advanced tools
Comparing version 0.0.0-canary-20241019001403 to 0.0.0-canary-20241021001443
# @blocksuite/inline | ||
## 0.0.0-canary-20241019001403 | ||
## 0.0.0-canary-20241021001443 | ||
@@ -9,3 +9,3 @@ ### Patch Changes | ||
- Updated dependencies | ||
- @blocksuite/global@0.0.0-canary-20241019001403 | ||
- @blocksuite/global@0.0.0-canary-20241021001443 | ||
@@ -12,0 +12,0 @@ ## 0.17.19 |
@@ -157,3 +157,3 @@ import { BlockSuiteError, ErrorCode } from '@blocksuite/global/exceptions'; | ||
if (texts.length === 0) { | ||
throw new BlockSuiteError(ErrorCode.InlineEditorError, 'text node in v-text not found'); | ||
return null; | ||
} | ||
@@ -160,0 +160,0 @@ for (const text of texts) { |
{ | ||
"name": "@blocksuite/inline", | ||
"version": "0.0.0-canary-20241019001403", | ||
"version": "0.0.0-canary-20241021001443", | ||
"description": "A micro editor.", | ||
@@ -85,3 +85,3 @@ "type": "module", | ||
"dependencies": { | ||
"@blocksuite/global": "0.0.0-canary-20241019001403", | ||
"@blocksuite/global": "0.0.0-canary-20241021001443", | ||
"@preact/signals-core": "^1.8.0", | ||
@@ -88,0 +88,0 @@ "zod": "^3.23.8" |
@@ -272,6 +272,3 @@ import type * as Y from 'yjs'; | ||
if (texts.length === 0) { | ||
throw new BlockSuiteError( | ||
ErrorCode.InlineEditorError, | ||
'text node in v-text not found' | ||
); | ||
return null; | ||
} | ||
@@ -278,0 +275,0 @@ |
Sorry, the diff of this file is not supported yet
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
433597
5804
+ Added@blocksuite/global@0.0.0-canary-20241021001443(transitive)
- Removed@blocksuite/global@0.0.0-canary-20241019001403(transitive)