L-Sun 2024-06-18 04:29:55 +00:00
parent 006c260e5f
commit 9b89c9ed38
No known key found for this signature in database
GPG Key ID: 4B5C21CB76DF6E92
17 changed files with 105 additions and 100 deletions

View File

@ -3,8 +3,8 @@
"private": true,
"type": "module",
"devDependencies": {
"@blocksuite/global": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/store": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/global": "0.15.0-canary-202406180357-838ef08",
"@blocksuite/store": "0.15.0-canary-202406180357-838ef08",
"react": "18.3.1",
"react-dom": "18.3.1",
"vitest": "1.6.0"

View File

@ -13,9 +13,9 @@
"@affine/debug": "workspace:*",
"@affine/env": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/blocks": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/global": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/store": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/blocks": "0.15.0-canary-202406180357-838ef08",
"@blocksuite/global": "0.15.0-canary-202406180357-838ef08",
"@blocksuite/store": "0.15.0-canary-202406180357-838ef08",
"@datastructures-js/binary-search-tree": "^5.3.2",
"foxact": "^0.2.33",
"jotai": "^2.8.0",
@ -29,8 +29,8 @@
"devDependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/block-std": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/presets": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/block-std": "0.15.0-canary-202406180357-838ef08",
"@blocksuite/presets": "0.15.0-canary-202406180357-838ef08",
"@testing-library/react": "^16.0.0",
"async-call-rpc": "^6.4.0",
"react": "^18.2.0",

View File

@ -75,12 +75,12 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@blocksuite/block-std": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/blocks": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/global": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/block-std": "0.15.0-canary-202406180357-838ef08",
"@blocksuite/blocks": "0.15.0-canary-202406180357-838ef08",
"@blocksuite/global": "0.15.0-canary-202406180357-838ef08",
"@blocksuite/icons": "2.1.55",
"@blocksuite/presets": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/store": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/presets": "0.15.0-canary-202406180357-838ef08",
"@blocksuite/store": "0.15.0-canary-202406180357-838ef08",
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",

View File

@ -18,13 +18,13 @@
"@affine/graphql": "workspace:*",
"@affine/i18n": "workspace:*",
"@affine/templates": "workspace:*",
"@blocksuite/block-std": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/blocks": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/global": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/block-std": "0.15.0-canary-202406180357-838ef08",
"@blocksuite/blocks": "0.15.0-canary-202406180357-838ef08",
"@blocksuite/global": "0.15.0-canary-202406180357-838ef08",
"@blocksuite/icons": "2.1.55",
"@blocksuite/inline": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/presets": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/store": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/inline": "0.15.0-canary-202406180357-838ef08",
"@blocksuite/presets": "0.15.0-canary-202406180357-838ef08",
"@blocksuite/store": "0.15.0-canary-202406180357-838ef08",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",

View File

@ -1,5 +1,5 @@
import { assertExists } from '@blocksuite/global/utils';
import { AIProvider } from '@blocksuite/presets';
import { AIProvider } from '@blocksuite/presets/ai';
import { partition } from 'lodash-es';
import { CopilotClient } from './copilot-client';

View File

@ -5,7 +5,7 @@ import { getBaseUrl } from '@affine/graphql';
import { Trans } from '@affine/i18n';
import { UnauthorizedError } from '@blocksuite/blocks';
import { assertExists } from '@blocksuite/global/utils';
import { AIProvider } from '@blocksuite/presets';
import { AIProvider } from '@blocksuite/presets/ai';
import { getCurrentStore } from '@toeverything/infra';
import type { PromptKey } from './prompt';

View File

@ -1,6 +1,6 @@
import { mixpanel } from '@affine/core/utils';
import type { EditorHost } from '@blocksuite/block-std';
import { AIProvider } from '@blocksuite/presets';
import { AIProvider } from '@blocksuite/presets/ai';
import type { BlockModel } from '@blocksuite/store';
import { lowerCase, omit } from 'lodash-es';

View File

@ -18,7 +18,7 @@ import {
AICodeBlockSpec,
AIImageBlockSpec,
AIParagraphBlockSpec,
} from '@blocksuite/presets';
} from '@blocksuite/presets/ai';
import { CustomAttachmentBlockSpec } from './custom/attachment-block';

View File

@ -9,7 +9,7 @@ import {
import {
AIEdgelessRootBlockSpec,
AIPageRootBlockSpec,
} from '@blocksuite/presets';
} from '@blocksuite/presets/ai';
function customLoadFonts(service: RootService): void {
if (runtimeConfig.isSelfHosted) {

View File

@ -1,6 +1,6 @@
import { apis } from '@affine/electron-api';
import type { OAuthProviderType } from '@affine/graphql';
import { AIProvider } from '@blocksuite/presets';
import { AIProvider } from '@blocksuite/presets/ai';
import {
ApplicationFocused,
ApplicationStarted,

View File

@ -1,6 +1,6 @@
import { assertExists } from '@blocksuite/global/utils';
import { AiIcon } from '@blocksuite/icons';
import { ChatPanel } from '@blocksuite/presets';
import { ChatPanel } from '@blocksuite/presets/ai';
import { useCallback, useEffect, useRef } from 'react';
import type { SidebarTab, SidebarTabProps } from '../sidebar-tab';

View File

@ -6,7 +6,8 @@ import { useNavigateHelper } from '@affine/core/hooks/use-navigate-helper';
import { PageNotFound } from '@affine/core/pages/404';
import { Bound, type EdgelessRootService } from '@blocksuite/blocks';
import { DisposableGroup } from '@blocksuite/global/utils';
import { type AffineEditorContainer, AIProvider } from '@blocksuite/presets';
import { type AffineEditorContainer } from '@blocksuite/presets';
import { AIProvider } from '@blocksuite/presets/ai';
import type { DocMode } from '@toeverything/infra';
import { DocsService, FrameworkScope, useService } from '@toeverything/infra';
import {

View File

@ -13,7 +13,8 @@ import {
ImageBlockService,
} from '@blocksuite/blocks';
import { DisposableGroup } from '@blocksuite/global/utils';
import { type AffineEditorContainer, AIProvider } from '@blocksuite/presets';
import { type AffineEditorContainer } from '@blocksuite/presets';
import { AIProvider } from '@blocksuite/presets/ai';
import type { Doc as BlockSuiteDoc } from '@blocksuite/store';
import type { Doc } from '@toeverything/infra';
import {

View File

@ -29,10 +29,10 @@
"@affine/env": "workspace:*",
"@affine/i18n": "workspace:*",
"@affine/native": "workspace:*",
"@blocksuite/block-std": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/blocks": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/presets": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/store": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/block-std": "0.15.0-canary-202406180357-838ef08",
"@blocksuite/blocks": "0.15.0-canary-202406180357-838ef08",
"@blocksuite/presets": "0.15.0-canary-202406180357-838ef08",
"@blocksuite/store": "0.15.0-canary-202406180357-838ef08",
"@electron-forge/cli": "^7.3.0",
"@electron-forge/core": "^7.3.0",
"@electron-forge/core-utils": "^7.3.0",

View File

@ -11,6 +11,9 @@ vi.mock('@blocksuite/presets', () => ({
DocTitle: vi.fn(),
EdgelessEditor: vi.fn(),
PageEditor: vi.fn(),
}));
vi.mock('@blocksuite/presets/ai', () => ({
AIProvider: {
slots: new Proxy(
{},

View File

@ -6,7 +6,7 @@
"@affine/env": "workspace:*",
"@affine/templates": "workspace:*",
"@aws-sdk/client-s3": "3.592.0",
"@blocksuite/presets": "0.15.0-canary-202406171041-ddba72b",
"@blocksuite/presets": "0.15.0-canary-202406180357-838ef08",
"@clack/core": "^0.3.4",
"@clack/prompts": "^0.7.0",
"@magic-works/i18n-codegen": "^0.6.0",

136
yarn.lock
View File

@ -166,7 +166,7 @@ __metadata:
"@affine/env": "workspace:*"
"@affine/templates": "workspace:*"
"@aws-sdk/client-s3": "npm:3.592.0"
"@blocksuite/presets": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/presets": "npm:0.15.0-canary-202406180357-838ef08"
"@clack/core": "npm:^0.3.4"
"@clack/prompts": "npm:^0.7.0"
"@magic-works/i18n-codegen": "npm:^0.6.0"
@ -219,12 +219,12 @@ __metadata:
"@affine/electron-api": "workspace:*"
"@affine/graphql": "workspace:*"
"@affine/i18n": "workspace:*"
"@blocksuite/block-std": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/blocks": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/global": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/block-std": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/blocks": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/global": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/icons": "npm:2.1.55"
"@blocksuite/presets": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/store": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/presets": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/store": "npm:0.15.0-canary-202406180357-838ef08"
"@dnd-kit/core": "npm:^6.1.0"
"@dnd-kit/modifiers": "npm:^7.0.0"
"@dnd-kit/sortable": "npm:^8.0.0"
@ -320,13 +320,13 @@ __metadata:
"@affine/graphql": "workspace:*"
"@affine/i18n": "workspace:*"
"@affine/templates": "workspace:*"
"@blocksuite/block-std": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/blocks": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/global": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/block-std": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/blocks": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/global": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/icons": "npm:2.1.55"
"@blocksuite/inline": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/presets": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/store": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/inline": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/presets": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/store": "npm:0.15.0-canary-202406180357-838ef08"
"@dnd-kit/core": "npm:^6.1.0"
"@dnd-kit/modifiers": "npm:^7.0.0"
"@dnd-kit/sortable": "npm:^8.0.0"
@ -449,10 +449,10 @@ __metadata:
"@affine/env": "workspace:*"
"@affine/i18n": "workspace:*"
"@affine/native": "workspace:*"
"@blocksuite/block-std": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/blocks": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/presets": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/store": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/block-std": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/blocks": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/presets": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/store": "npm:0.15.0-canary-202406180357-838ef08"
"@electron-forge/cli": "npm:^7.3.0"
"@electron-forge/core": "npm:^7.3.0"
"@electron-forge/core-utils": "npm:^7.3.0"
@ -508,8 +508,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@affine/env@workspace:packages/common/env"
dependencies:
"@blocksuite/global": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/store": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/global": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/store": "npm:0.15.0-canary-202406180357-838ef08"
lit: "npm:^3.1.2"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
@ -3564,30 +3564,30 @@ __metadata:
languageName: node
linkType: hard
"@blocksuite/block-std@npm:0.15.0-canary-202406171041-ddba72b":
version: 0.15.0-canary-202406171041-ddba72b
resolution: "@blocksuite/block-std@npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/block-std@npm:0.15.0-canary-202406180357-838ef08":
version: 0.15.0-canary-202406180357-838ef08
resolution: "@blocksuite/block-std@npm:0.15.0-canary-202406180357-838ef08"
dependencies:
"@blocksuite/global": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/global": "npm:0.15.0-canary-202406180357-838ef08"
lit: "npm:^3.1.3"
lz-string: "npm:^1.5.0"
w3c-keyname: "npm:^2.2.8"
zod: "npm:^3.23.8"
peerDependencies:
"@blocksuite/inline": 0.15.0-canary-202406171041-ddba72b
"@blocksuite/store": 0.15.0-canary-202406171041-ddba72b
checksum: 10/f293a4f495469b908f2988e8ac3753b49abe5f120a08ab943cdcb4d62fd33d9b6b89cc2ea987785a4d63f795689ecb93ae4dfe3d4e588c2564d05ddb20389420
"@blocksuite/inline": 0.15.0-canary-202406180357-838ef08
"@blocksuite/store": 0.15.0-canary-202406180357-838ef08
checksum: 10/7c38658fdc98a3cac2ec840a838b1832b2f0a656f4947c7a0a61c166f1a010b70171104277565ccfde997f9d6a6cd41b4c2ab13e28da2a1d3eb153e2e7c48f42
languageName: node
linkType: hard
"@blocksuite/blocks@npm:0.15.0-canary-202406171041-ddba72b":
version: 0.15.0-canary-202406171041-ddba72b
resolution: "@blocksuite/blocks@npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/blocks@npm:0.15.0-canary-202406180357-838ef08":
version: 0.15.0-canary-202406180357-838ef08
resolution: "@blocksuite/blocks@npm:0.15.0-canary-202406180357-838ef08"
dependencies:
"@blocksuite/block-std": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/global": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/inline": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/store": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/block-std": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/global": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/inline": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/store": "npm:0.15.0-canary-202406180357-838ef08"
"@dotlottie/player-component": "npm:^2.7.12"
"@floating-ui/dom": "npm:^1.6.5"
"@lit/context": "npm:^1.1.1"
@ -3624,17 +3624,17 @@ __metadata:
sortablejs: "npm:^1.15.2"
unified: "npm:^11.0.4"
zod: "npm:^3.23.8"
checksum: 10/5ab929a44dd909db70c78e63ca6568b639deded3e7eb1c0533f078b94e6f6ef5847cf304ca0eb9dbdafadd01d32e8f8f7a3b328bcb0b0e4fe782b1a3a96b1fa9
checksum: 10/df6e92afcab17c0f93574cb340cd34b4ebc6202b38f6417a04fba930a21eb56c02e9c6170152dd99b3f31d11952de8b75b2cb9a21c530e34879fa81723322521
languageName: node
linkType: hard
"@blocksuite/global@npm:0.15.0-canary-202406171041-ddba72b":
version: 0.15.0-canary-202406171041-ddba72b
resolution: "@blocksuite/global@npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/global@npm:0.15.0-canary-202406180357-838ef08":
version: 0.15.0-canary-202406180357-838ef08
resolution: "@blocksuite/global@npm:0.15.0-canary-202406180357-838ef08"
dependencies:
lib0: "npm:^0.2.94"
zod: "npm:^3.23.8"
checksum: 10/342c17ca16bc6474f6f69df399d48e8fa42830b4fc526455f343221b27a45165613feca192e5175dd28a800b19b2e10e850802b9ba2385bfb87ab43d2bedde42
checksum: 10/e95b562c4faa21ecb9e7e988d8bce6a433f8740d78e4c6a07277b4848c4888171457cad12f8e7830f83dbc56fbd54948896d0530218b45e7aa0e059e4be894f3
languageName: node
linkType: hard
@ -3648,45 +3648,45 @@ __metadata:
languageName: node
linkType: hard
"@blocksuite/inline@npm:0.15.0-canary-202406171041-ddba72b":
version: 0.15.0-canary-202406171041-ddba72b
resolution: "@blocksuite/inline@npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/inline@npm:0.15.0-canary-202406180357-838ef08":
version: 0.15.0-canary-202406180357-838ef08
resolution: "@blocksuite/inline@npm:0.15.0-canary-202406180357-838ef08"
dependencies:
"@blocksuite/global": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/global": "npm:0.15.0-canary-202406180357-838ef08"
zod: "npm:^3.23.8"
peerDependencies:
lit: ^3.1.1
yjs: ^13.6.15
checksum: 10/2a1fda160a3033dda6917b67a57721c1ef11da325b03e9eac181f8bc5d7c6de577504e83aad27ced6afe6a9288151a7bfcf0155adaec2add3b259302870fff53
checksum: 10/f4d2aa70e4febb92587a5b6958c887dc855272e600f368cc2abaa62f4d0deae1326aea4e40b20b925c8683f0bfa1d66f51b54aa024f6f320548fd6dd99151f06
languageName: node
linkType: hard
"@blocksuite/presets@npm:0.15.0-canary-202406171041-ddba72b":
version: 0.15.0-canary-202406171041-ddba72b
resolution: "@blocksuite/presets@npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/presets@npm:0.15.0-canary-202406180357-838ef08":
version: 0.15.0-canary-202406180357-838ef08
resolution: "@blocksuite/presets@npm:0.15.0-canary-202406180357-838ef08"
dependencies:
"@blocksuite/block-std": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/blocks": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/global": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/inline": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/store": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/block-std": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/blocks": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/global": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/inline": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/store": "npm:0.15.0-canary-202406180357-838ef08"
"@dotlottie/player-component": "npm:^2.7.12"
"@fal-ai/serverless-client": "npm:^0.10.0"
"@floating-ui/dom": "npm:^1.6.5"
"@toeverything/theme": "npm:^0.7.32"
lit: "npm:^3.1.3"
openai: "npm:^4.47.2"
checksum: 10/f5e7fddad4853f0b6018ed4949591888e3c0730c5b67cb9a0bd12b6bea6ee9d6de0880ee82e4d43675c9cf2b75ec9cd8b56f5b5f8ec633a592b9ad5611953516
checksum: 10/41342f89cc5839d793f7bc348cb15e6fefbc7b5d376231230dc0143000bff7475aa89a527b744546f85f9d88790063919dbb577c2e87969dbe55967ad1b4c059
languageName: node
linkType: hard
"@blocksuite/store@npm:0.15.0-canary-202406171041-ddba72b":
version: 0.15.0-canary-202406171041-ddba72b
resolution: "@blocksuite/store@npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/store@npm:0.15.0-canary-202406180357-838ef08":
version: 0.15.0-canary-202406180357-838ef08
resolution: "@blocksuite/store@npm:0.15.0-canary-202406180357-838ef08"
dependencies:
"@blocksuite/global": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/inline": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/sync": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/global": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/inline": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/sync": "npm:0.15.0-canary-202406180357-838ef08"
"@types/flexsearch": "npm:^0.7.6"
flexsearch: "npm:0.7.43"
lib0: "npm:^0.2.94"
@ -3697,21 +3697,21 @@ __metadata:
zod: "npm:^3.23.8"
peerDependencies:
yjs: ^13.6.15
checksum: 10/d92e5aac4ed6bc977e23423380cdb7044f8f1d61a72f40977dfce13f6353acad51d12831cd1c89a6ea84d43d3a3bba499cb2ad98461e767f6eca687a4b05ba2a
checksum: 10/aba0cd9c1bd75a2b2db72852cc0432517785e49dad27e405e5988a97caecf0ba399cf7fcd23d57689346145c5983e27198cb546e68bf1e79725632115cccc2ef
languageName: node
linkType: hard
"@blocksuite/sync@npm:0.15.0-canary-202406171041-ddba72b":
version: 0.15.0-canary-202406171041-ddba72b
resolution: "@blocksuite/sync@npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/sync@npm:0.15.0-canary-202406180357-838ef08":
version: 0.15.0-canary-202406180357-838ef08
resolution: "@blocksuite/sync@npm:0.15.0-canary-202406180357-838ef08"
dependencies:
"@blocksuite/global": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/global": "npm:0.15.0-canary-202406180357-838ef08"
idb: "npm:^8.0.0"
idb-keyval: "npm:^6.2.1"
y-protocols: "npm:^1.0.6"
peerDependencies:
yjs: ^13.6.15
checksum: 10/cd7e67b2e0347953a7fc8cb20babb8cc6e2ad8a3b42d0db6b3b6b1e463a21a28509eba4f31149af328a47a285637dd88afb445c60be9ef4a20567cc8c997d4ad
checksum: 10/e234a66f9efc2867fff001cb8f7cc76688a9a1c9fb71d207e3f6bce4ef919dd5ef521039e664913f03c374bd87c882cf84e93d1e3beab442f6c7569dc22a509f
languageName: node
linkType: hard
@ -14254,11 +14254,11 @@ __metadata:
"@affine/debug": "workspace:*"
"@affine/env": "workspace:*"
"@affine/templates": "workspace:*"
"@blocksuite/block-std": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/blocks": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/global": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/presets": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/store": "npm:0.15.0-canary-202406171041-ddba72b"
"@blocksuite/block-std": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/blocks": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/global": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/presets": "npm:0.15.0-canary-202406180357-838ef08"
"@blocksuite/store": "npm:0.15.0-canary-202406180357-838ef08"
"@datastructures-js/binary-search-tree": "npm:^5.3.2"
"@testing-library/react": "npm:^16.0.0"
async-call-rpc: "npm:^6.4.0"