From 9157d43544906a6e157cf9f2e291fa53745ce8b8 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 28 Aug 2022 23:59:15 -0400 Subject: [PATCH] *Move to @lumeweb/relay-types --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",