Skip to content

Commit

Permalink
Merge pull request #130 from authzed/api-change/v1.34.0
Browse files Browse the repository at this point in the history
Update API to v1.34.0
  • Loading branch information
vroldanbet authored Jun 29, 2024
2 parents ceb1a38 + 63be5de commit 360bc57
Show file tree
Hide file tree
Showing 10 changed files with 1,970 additions and 7 deletions.
2 changes: 1 addition & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S buf generate buf.build/authzed/api:v1.33.0 --template
#!/usr/bin/env -S buf generate buf.build/authzed/api:v1.34.0 --template
# To regenerate:
# npm install -g grpc-tools
# ./buf.gen.yaml
Expand Down
2 changes: 1 addition & 1 deletion js-dist/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@authzed/authzed-js-node",
"author": "authzed",
"version": "0.15.0",
"version": "0.16.0",
"description": "authzed js client for nodejs",
"keywords": [
"authorization",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@authzed/authzed-node",
"author": "authzed",
"version": "0.15.0",
"version": "0.16.0",
"description": "authzed client for nodejs",
"keywords": [
"authorization",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 360bc57

Please sign in to comment.