Skip to content

Commit bff3e43

Browse files
committed
Modernize buf.gen.yaml
1 parent 69a4315 commit bff3e43

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

buf.gen.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
---
22
version: "v2"
33
plugins:
4-
- remote: buf.build/community/timostamm-protobuf-ts:v2.9.4
4+
- remote: "buf.build/community/timostamm-protobuf-ts:v2.9.1"
55
out: "src/authzedapi"
6-
opt: generate_dependencies,long_type_string,client_grpc1
6+
opt:
7+
- generate_dependencies
8+
- long_type_string
9+
- client_grpc1
710
inputs:
811
- module: "buf.build/authzed/api:v1.38.0"
12+
paths:
13+
# NOTE: This grabs only the v1 proto and ignores v0 and v1dev.
14+
- "authzed/api/v1"

0 commit comments

Comments
 (0)