@blockprotocol/graph
Advanced tools
Comparing version 0.0.11-canary.3 to 0.0.11-canary.4
import { ServiceHandler } from "@blockprotocol/core"; | ||
import GraphServiceJson from "./graph-service.json"; | ||
import GraphServiceJson from "./graph-service.js"; | ||
/** | ||
@@ -4,0 +4,0 @@ * Creates a handler for the graph service for the block. |
import { ServiceHandler } from "@blockprotocol/core"; | ||
import GraphServiceJson from "./graph-service.json"; | ||
import GraphServiceJson from "./graph-service.js"; | ||
/** | ||
@@ -4,0 +4,0 @@ * Creates a handler for the graph service for the embedder. |
import GraphServiceJson from "./graph-service.json"; | ||
export { GraphServiceJson }; | ||
export default GraphServiceJson; |
@@ -1,3 +0,3 @@ | ||
import GraphServiceJson from "./graph-service.json" assert { type: "json " }; | ||
export { GraphServiceJson }; | ||
import GraphServiceJson from "./graph-service.json" assert { type: "json" }; | ||
export default GraphServiceJson; | ||
//# sourceMappingURL=graph-service.js.map |
{ | ||
"name": "@blockprotocol/graph", | ||
"version": "0.0.11-canary.3", | ||
"version": "0.0.11-canary.4", | ||
"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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
77790