*Move to @lumeweb/relay-types
This commit is contained in:
parent
0b3c061213
commit
9157d43544
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Reference in New Issue