@blocksuite/store
Advanced tools
Comparing version 0.0.0-canary-20240911001315 to 0.0.0-canary-20240912001340
# @blocksuite/store | ||
## 0.0.0-canary-20240911001315 | ||
## 0.0.0-canary-20240912001340 | ||
@@ -9,6 +9,25 @@ ### Patch Changes | ||
- Updated dependencies | ||
- @blocksuite/global@0.0.0-canary-20240911001315 | ||
- @blocksuite/inline@0.0.0-canary-20240911001315 | ||
- @blocksuite/sync@0.0.0-canary-20240911001315 | ||
- @blocksuite/global@0.0.0-canary-20240912001340 | ||
- @blocksuite/inline@0.0.0-canary-20240912001340 | ||
- @blocksuite/sync@0.0.0-canary-20240912001340 | ||
## 0.17.7 | ||
### Patch Changes | ||
- 5ab06c3: - Peek view as extension | ||
- Editor settings as extension | ||
- Edit props store as extension | ||
- Notifications as extension | ||
- Fix mini mindmap get service error | ||
- Fix generating placeholder style | ||
- Fix brush menu settings | ||
- Fix brush element line width | ||
- Fix edgeless preview pointer events | ||
- Fix latex editor focus shake | ||
- Updated dependencies [5ab06c3] | ||
- @blocksuite/global@0.17.7 | ||
- @blocksuite/inline@0.17.7 | ||
- @blocksuite/sync@0.17.7 | ||
## 0.17.6 | ||
@@ -15,0 +34,0 @@ |
@@ -31,3 +31,3 @@ import type { Signal } from '@preact/signals-core'; | ||
parent?: string[] | undefined; | ||
props?: ((args_0: InternalPrimitives, ...args_1: unknown[]) => Record<string, any>) | undefined; | ||
props?: ((args_0: InternalPrimitives, ...args: unknown[]) => Record<string, any>) | undefined; | ||
toModel?: ((...args: unknown[]) => BlockModel<object, SignaledProps<object>>) | undefined; | ||
@@ -39,3 +39,3 @@ }, { | ||
parent?: string[] | undefined; | ||
props?: ((args_0: InternalPrimitives, ...args_1: unknown[]) => Record<string, any>) | undefined; | ||
props?: ((args_0: InternalPrimitives, ...args: unknown[]) => Record<string, any>) | undefined; | ||
toModel?: ((...args: unknown[]) => BlockModel<object, SignaledProps<object>>) | undefined; | ||
@@ -52,7 +52,7 @@ }>; | ||
parent?: string[] | undefined; | ||
props?: ((args_0: InternalPrimitives, ...args_1: unknown[]) => Record<string, any>) | undefined; | ||
props?: ((args_0: InternalPrimitives, ...args: unknown[]) => Record<string, any>) | undefined; | ||
toModel?: ((...args: unknown[]) => BlockModel<object, SignaledProps<object>>) | undefined; | ||
}; | ||
transformer?: ((...args: unknown[]) => BaseBlockTransformer<object>) | undefined; | ||
onUpgrade?: ((args_0: any, args_1: number, args_2: number, ...args_3: unknown[]) => void) | undefined; | ||
onUpgrade?: ((args_0: any, args_1: number, args_2: number, ...args: unknown[]) => void) | undefined; | ||
}, { | ||
@@ -65,7 +65,7 @@ version: number; | ||
parent?: string[] | undefined; | ||
props?: ((args_0: InternalPrimitives, ...args_1: unknown[]) => Record<string, any>) | undefined; | ||
props?: ((args_0: InternalPrimitives, ...args: unknown[]) => Record<string, any>) | undefined; | ||
toModel?: ((...args: unknown[]) => BlockModel<object, SignaledProps<object>>) | undefined; | ||
}; | ||
transformer?: ((...args: unknown[]) => BaseBlockTransformer<object>) | undefined; | ||
onUpgrade?: ((args_0: any, args_1: number, args_2: number, ...args_3: unknown[]) => void) | undefined; | ||
onUpgrade?: ((args_0: any, args_1: number, args_2: number, ...args: unknown[]) => void) | undefined; | ||
}>; | ||
@@ -72,0 +72,0 @@ export type BlockSchemaType = z.infer<typeof BlockSchema>; |
@@ -12,7 +12,7 @@ import type * as Y from 'yjs'; | ||
parent?: string[] | undefined; | ||
props?: ((args_0: import("./base.js").InternalPrimitives, ...args_1: unknown[]) => Record<string, any>) | undefined; | ||
props?: ((args_0: import("./base.js").InternalPrimitives, ...args: unknown[]) => Record<string, any>) | undefined; | ||
toModel?: ((...args: unknown[]) => import("./base.js").BlockModel<object, object & {}>) | undefined; | ||
}; | ||
transformer?: ((...args: unknown[]) => import("../index.js").BaseBlockTransformer<object>) | undefined; | ||
onUpgrade?: ((args_0: any, args_1: number, args_2: number, ...args_3: unknown[]) => void) | undefined; | ||
onUpgrade?: ((args_0: any, args_1: number, args_2: number, ...args: unknown[]) => void) | undefined; | ||
}>; | ||
@@ -19,0 +19,0 @@ upgradeBlock: (flavour: string, oldVersion: number, blockData: Y.Map<unknown>) => void; |
@@ -52,2 +52,3 @@ var __esDecorate = (this && this.__esDecorate) || function (ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) { | ||
enable_database_attachment_note: false, | ||
enable_database_full_width: false, | ||
enable_legacy_validation: true, | ||
@@ -54,0 +55,0 @@ enable_block_query: false, |
@@ -127,7 +127,7 @@ import { type Disposable, Slot } from '@blocksuite/global/utils'; | ||
parent?: string[] | undefined; | ||
props?: ((args_0: import("../../schema/base.js").InternalPrimitives, ...args_1: unknown[]) => Record<string, any>) | undefined; | ||
props?: ((args_0: import("../../schema/base.js").InternalPrimitives, ...args: unknown[]) => Record<string, any>) | undefined; | ||
toModel?: ((...args: unknown[]) => BlockModel<object, object & {}>) | undefined; | ||
}; | ||
transformer?: ((...args: unknown[]) => import("../../index.js").BaseBlockTransformer<object>) | undefined; | ||
onUpgrade?: ((args_0: any, args_1: number, args_2: number, ...args_3: unknown[]) => void) | undefined; | ||
onUpgrade?: ((args_0: any, args_1: number, args_2: number, ...args: unknown[]) => void) | undefined; | ||
} | undefined; | ||
@@ -134,0 +134,0 @@ hasBlock(id: string): boolean; |
{ | ||
"name": "@blocksuite/store", | ||
"version": "0.0.0-canary-20240911001315", | ||
"version": "0.0.0-canary-20240912001340", | ||
"description": "BlockSuite data store built for general purpose state management.", | ||
@@ -18,5 +18,5 @@ "type": "module", | ||
"dependencies": { | ||
"@blocksuite/global": "0.0.0-canary-20240911001315", | ||
"@blocksuite/inline": "0.0.0-canary-20240911001315", | ||
"@blocksuite/sync": "0.0.0-canary-20240911001315", | ||
"@blocksuite/global": "0.0.0-canary-20240912001340", | ||
"@blocksuite/inline": "0.0.0-canary-20240912001340", | ||
"@blocksuite/sync": "0.0.0-canary-20240912001340", | ||
"@preact/signals-core": "^1.8.0", | ||
@@ -23,0 +23,0 @@ "@types/flexsearch": "^0.7.6", |
@@ -55,2 +55,3 @@ import { BlockSuiteError, ErrorCode } from '@blocksuite/global/exceptions'; | ||
enable_database_attachment_note: false, | ||
enable_database_full_width: false, | ||
enable_legacy_validation: true, | ||
@@ -57,0 +58,0 @@ enable_block_query: false, |
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
761003
11379
+ Added@blocksuite/global@0.0.0-canary-20240912001340(transitive)
+ Added@blocksuite/inline@0.0.0-canary-20240912001340(transitive)
+ Added@blocksuite/sync@0.0.0-canary-20240912001340(transitive)
- Removed@blocksuite/global@0.0.0-canary-20240911001315(transitive)
- Removed@blocksuite/inline@0.0.0-canary-20240911001315(transitive)
- Removed@blocksuite/sync@0.0.0-canary-20240911001315(transitive)