@blocksuite/global
Advanced tools
Comparing version 0.4.0-20230128222558-535c8f9 to 0.4.0-20230129215429-b7fd526
export * from './consts/blockhub.js'; | ||
export * from './consts/database-block.js'; | ||
export declare const BLOCK_ID_ATTR: "data-block-id"; | ||
@@ -3,0 +4,0 @@ export declare const BLOCK_SERVICE_LOADING_ATTR: "data-service-loading"; |
export * from './consts/blockhub.js'; | ||
export * from './consts/database-block.js'; | ||
export const BLOCK_ID_ATTR = 'data-block-id'; | ||
@@ -3,0 +4,0 @@ export const BLOCK_SERVICE_LOADING_ATTR = 'data-service-loading'; |
{ | ||
"name": "@blocksuite/global", | ||
"version": "0.4.0-20230128222558-535c8f9", | ||
"version": "0.4.0-20230129215429-b7fd526", | ||
"types": "./index.d.ts", | ||
@@ -22,3 +22,4 @@ "type": "module", | ||
"dependencies": { | ||
"ansi-colors": "^4.1.3" | ||
"ansi-colors": "^4.1.3", | ||
"zod": "^3.20.2" | ||
}, | ||
@@ -25,0 +26,0 @@ "devDependencies": { |
export * from './consts/blockhub.js'; | ||
export * from './consts/database-block.js'; | ||
@@ -3,0 +4,0 @@ export const BLOCK_ID_ATTR = 'data-block-id' as const; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
226722
64
2710
3
+ Addedzod@^3.20.2
+ Addedzod@3.24.1(transitive)