We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 681ca69 + a78936f commit 576b9a4Copy full SHA for 576b9a4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@permify/permify-node",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"description": "Permify Node Client",
5
"main": "dist/src/index.js",
6
"types": "dist/src/index.d.ts",
@@ -30,6 +30,7 @@
30
"author": "permify",
31
"license": "Apache-2.0",
32
"dependencies": {
33
+ "@bufbuild/protobuf": "^2.0.0",
34
"@grpc/grpc-js": "^1.9.0",
35
"nice-grpc": "^2.1.9",
36
"nice-grpc-common": "^2.0.0",
0 commit comments