@blockprotocol/graph
Advanced tools
Comparing version 0.0.11-canary.13 to 0.0.11-canary.14
import { ServiceHandler } from "@blockprotocol/core"; | ||
import GraphServiceJson from "./graph-service.js"; | ||
import GraphServiceJson from "./graph-service.json" assert { type: "json" }; | ||
/** | ||
@@ -4,0 +4,0 @@ * Creates a handler for the graph service for the block. |
import { ServiceHandler } from "@blockprotocol/core"; | ||
import GraphServiceJson from "./graph-service.js"; | ||
console.log({ GraphServiceJson }); | ||
import GraphServiceJson from "./graph-service.json" assert { type: "json" }; | ||
/** | ||
@@ -5,0 +4,0 @@ * Creates a handler for the graph service for the embedder. |
{ | ||
"name": "@blockprotocol/graph", | ||
"version": "0.0.11-canary.13", | ||
"version": "0.0.11-canary.14", | ||
"description": "Implementation of the Block Protocol Graph service specification for blocks and embedding applications", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"./custom-element": "./dist/custom-element.js", | ||
"./service-json": "./dist/graph-service.json" | ||
"./graph-service.json": "./dist/graph-service.json" | ||
}, | ||
@@ -32,0 +32,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
78090
1575