Skip to content

Commit

Permalink
Merge pull request #58 from samkim/v0.12.0
Browse files Browse the repository at this point in the history
Add support for Experimental Service, update to v0.12.0
  • Loading branch information
samkim authored Jul 10, 2023
2 parents c1e8358 + 461f017 commit 80ed6a5
Show file tree
Hide file tree
Showing 17 changed files with 1,723 additions and 240 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
dist
src/authzedapi/authzed/api/v0
src/authzedapi/authzed/api/v1alpha1
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:c9dc57b6f25666952f736f5b3ba621397b5e09a3 --template
#!/usr/bin/env -S buf generate buf.build/authzed/api:dc592e107033a7a4336935cf94fb90426719508d --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.11.0",
"version": "0.12.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.11.0",
"version": "0.12.0",
"description": "authzed client for nodejs",
"keywords": [
"authorization",
Expand Down
132 changes: 126 additions & 6 deletions src/authzedapi/authzed/api/v1/core.ts

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

Loading

0 comments on commit 80ed6a5

Please sign in to comment.