diff --git a/package.json b/package.json index c79ac82..77d2fbb 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "build": "tsc && mv dist/index.js dist/core.js" }, "devDependencies": { - "@lumeweb/relay": "https://github.com/LumeWeb/relay.git" + "@lumeweb/relay-types": "https://github.com/LumeWeb/relay-types.git" } } diff --git a/src/index.ts b/src/index.ts index 3d64327..6c74607 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ -import type { Plugin, PluginAPI, RPCResponse } from "@lumeweb/relay"; +import type { Plugin, PluginAPI, RPCResponse } from "@lumeweb/relay-types"; const plugin: Plugin = { name: "core",