Skip to content

Commit fb73052

Browse files
committed
fix: rollback @grpc/grpc-js update
1 parent 7075cc2 commit fb73052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "salesforce-pubsub-api-client",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"type": "module",
55
"description": "A node client for the Salesforce Pub/Sub API",
66
"author": "pozil",
@@ -22,7 +22,7 @@
2222
"prepublishOnly": "npm run build"
2323
},
2424
"dependencies": {
25-
"@grpc/grpc-js": "^1.9.5",
25+
"@grpc/grpc-js": "^1.9.0",
2626
"@grpc/proto-loader": "^0.7.10",
2727
"avro-js": "^1.11.3",
2828
"certifi": "^14.5.15",

0 commit comments

Comments
 (0)