We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7075cc2 commit fb73052Copy full SHA for fb73052
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "salesforce-pubsub-api-client",
3
- "version": "3.0.1",
+ "version": "3.0.2",
4
"type": "module",
5
"description": "A node client for the Salesforce Pub/Sub API",
6
"author": "pozil",
@@ -22,7 +22,7 @@
22
"prepublishOnly": "npm run build"
23
},
24
"dependencies": {
25
- "@grpc/grpc-js": "^1.9.5",
+ "@grpc/grpc-js": "^1.9.0",
26
"@grpc/proto-loader": "^0.7.10",
27
"avro-js": "^1.11.3",
28
"certifi": "^14.5.15",
0 commit comments