Skip to content
This repository was archived by the owner on Nov 3, 2024. It is now read-only.

Commit ab22aa0

Browse files
committed
remove grcp
1 parent a94a727 commit ab22aa0

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

package-lock.json

+22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"author": "Denis Carriere <[email protected]>",
1818
"dependencies": {
1919
"@dfuse/client": "0.3.21",
20+
"@grpc/grpc-js": "^1.6.12",
2021
"@grpc/proto-loader": "0.7.2",
2122
"dotenv": "16.0.1",
22-
"grpc": "^1.24.11",
2323
"next": "^12.2.5",
2424
"protobufjs": "7.0.0",
2525
"react": "^18.0.0",

src/dfuse.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import path from "node:path"
22
import ws from "ws";
3-
import grpc from "grpc"
3+
import * as grpc from "@grpc/grpc-js"
44
import ProtoBuf from "protobufjs"
55
import * as protoLoader from "@grpc/proto-loader"
66
import { createDfuseClient, InMemoryApiTokenStore } from "@dfuse/client"

0 commit comments

Comments
 (0)