@blockprotocol/graph
Advanced tools
Comparing version
import { ServiceHandler } from "@blockprotocol/core"; | ||
/** | ||
* We should be able to import via | ||
*/ | ||
import graphServiceJson from "./graph-service.json" assert { type: "json" }; | ||
@@ -3,0 +6,0 @@ /** |
export { GraphBlockHandler } from "./graph-block-handler.js"; | ||
export { GraphEmbedderHandler } from "./graph-embedder-handler.js"; | ||
/** | ||
* We shouldn't need to do this, since the hooks are exported via the subpath too, | ||
* e.g. import { useGraphBlockService } from "@blockprotocol/graph/react" | ||
* There's an issue in hashintel/hash where importing via the subpath means an import | ||
* statement for 'graph-service.json' is preserved, but the file isn't. | ||
* @todo fix it so we can remove this export | ||
* @see | ||
*/ | ||
export { useGraphBlockService, useGraphEmbedderService } from "./react.js"; | ||
export * from "./types.js"; |
export { GraphBlockHandler } from "./graph-block-handler.js"; | ||
export { GraphEmbedderHandler } from "./graph-embedder-handler.js"; | ||
/** | ||
* We shouldn't need to do this, since the hooks are exported via the subpath too, | ||
* e.g. import { useGraphBlockService } from "@blockprotocol/graph/react" | ||
* There's an issue in hashintel/hash where importing via the subpath means an import | ||
* statement for 'graph-service.json' is preserved, but the file isn't. | ||
* @todo fix it so we can remove this export | ||
* @see | ||
*/ | ||
export { useGraphBlockService, useGraphEmbedderService } from "./react.js"; | ||
export * from "./types.js"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@blockprotocol/graph", | ||
"version": "0.0.11-canary.22", | ||
"version": "0.0.11-canary.23", | ||
"description": "Implementation of the Block Protocol Graph service specification for blocks and embedding applications", | ||
@@ -29,3 +29,4 @@ "keywords": [ | ||
"./custom-element": "./dist/custom-element.js", | ||
"./graph-service-json": "./dist/graph-service-json.js" | ||
"./graph-service-json": "./dist/graph-service-json.js", | ||
"./graph-service.json": "./dist/graph-service.json" | ||
}, | ||
@@ -32,0 +33,0 @@ "types": "./dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
79026
1.12%1593
1.21%