File tree 6 files changed +122
-118
lines changed
packages/core/src/convert 6 files changed +122
-118
lines changed Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v4
18
18
19
19
- name : Install Buf
20
- uses : bufbuild/buf-setup-action@v1.38 .0
20
+ uses : bufbuild/buf-setup-action@v1.39 .0
21
21
with :
22
22
github_token : ${{ github.token }}
23
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cerbos-sdk-javascript" ,
3
3
"private" : true ,
4
- "packageManager" : " pnpm@9.8 .0" ,
4
+ "packageManager" : " pnpm@9.9 .0" ,
5
5
"engines" : {
6
6
"node" : " 22.6.0" ,
7
- "pnpm" : " 9.8 .0"
7
+ "pnpm" : " 9.9 .0"
8
8
},
9
9
"scripts" : {
10
10
"all:parallel" : " concurrently --group --prefix=none" ,
55
55
"@microsoft/api-extractor" : " 7.47.7" ,
56
56
"@tsconfig/node18" : " 18.2.4" ,
57
57
"@tsconfig/strictest" : " 2.0.5" ,
58
- "@types/node" : " 18.19.45 " ,
59
- "@typescript-eslint/eslint-plugin" : " 8.2 .0" ,
60
- "@typescript-eslint/parser" : " 8.2 .0" ,
58
+ "@types/node" : " 18.19.47 " ,
59
+ "@typescript-eslint/eslint-plugin" : " 8.3 .0" ,
60
+ "@typescript-eslint/parser" : " 8.3 .0" ,
61
61
"concurrently" : " 8.2.2" ,
62
62
"depcheck" : " 1.4.7" ,
63
63
"eslint" : " 8.57.0" ,
66
66
"prettier" : " 3.3.3" ,
67
67
"prettier-plugin-pkg" : " 0.18.1" ,
68
68
"ts-proto" : " 2.0.3" ,
69
- "tsx" : " 4.17 .0" ,
69
+ "tsx" : " 4.19 .0" ,
70
70
"typescript" : " 5.5.4"
71
71
}
72
72
}
Original file line number Diff line number Diff line change
1
+ /* eslint-disable @typescript-eslint/no-deprecated */
2
+
1
3
import type {
2
4
AuditTrail as AuditTrailProtobuf ,
3
5
DecisionLogEntry as DecisionLogEntryProtobuf ,
Original file line number Diff line number Diff line change
1
+ /* eslint-disable @typescript-eslint/no-deprecated */
2
+
1
3
import { v4 as uuidv4 } from "uuid" ;
2
4
3
5
import { Effect as EffectProtobuf } from "../protobuf/cerbos/effect/v1/effect" ;
You can’t perform that action at this time.
0 commit comments