@oh-my-pi/pi-ai 4.2.2 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,6 @@
1
+ version: v2
2
+ plugins:
3
+ - local: /work/pi/node_modules/.bin/protoc-gen-es
4
+ out: ../gen
5
+ opt:
6
+ - target=ts
@@ -0,0 +1,17 @@
1
+ version: v2
2
+ modules:
3
+ - path: .
4
+ lint:
5
+ use:
6
+ - STANDARD
7
+ except:
8
+ - COMMENT_FIELD
9
+ - COMMENT_MESSAGE
10
+ - COMMENT_ENUM
11
+ - COMMENT_ENUM_VALUE
12
+ - COMMENT_RPC
13
+ - COMMENT_SERVICE
14
+ - COMMENT_ONEOF
15
+ breaking:
16
+ use:
17
+ - FILE