@blockprotocol/graph
Advanced tools
Comparing version 0.0.11-canary.10 to 0.0.11-canary.11
export { GraphBlockHandler } from "./graph-block-handler.js"; | ||
export { GraphEmbedderHandler } from "./graph-embedder-handler.js"; | ||
export * from "./types.js"; | ||
export { useGraphEmbedderService } from "./react"; | ||
export { useGraphEmbedderService } from "./react.js"; |
export { GraphBlockHandler } from "./graph-block-handler.js"; | ||
export { GraphEmbedderHandler } from "./graph-embedder-handler.js"; | ||
export * from "./types.js"; | ||
export { useGraphEmbedderService } from "./react"; | ||
export { useGraphEmbedderService } from "./react.js"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@blockprotocol/graph", | ||
"version": "0.0.11-canary.10", | ||
"version": "0.0.11-canary.11", | ||
"description": "Implementation of the Block Protocol Graph service specification for blocks and embedding applications", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
77942