File tree Expand file tree Collapse file tree
packages/core/src/convert Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v4
1818
1919 - name : Install Buf
20- uses : bufbuild/buf-setup-action@v1.38 .0
20+ uses : bufbuild/buf-setup-action@v1.39 .0
2121 with :
2222 github_token : ${{ github.token }}
2323
Original file line number Diff line number Diff line change 11{
22 "name" : " cerbos-sdk-javascript" ,
33 "private" : true ,
4- "packageManager" : " pnpm@9.8 .0" ,
4+ "packageManager" : " pnpm@9.9 .0" ,
55 "engines" : {
66 "node" : " 22.6.0" ,
7- "pnpm" : " 9.8 .0"
7+ "pnpm" : " 9.9 .0"
88 },
99 "scripts" : {
1010 "all:parallel" : " concurrently --group --prefix=none" ,
5555 "@microsoft/api-extractor" : " 7.47.7" ,
5656 "@tsconfig/node18" : " 18.2.4" ,
5757 "@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" ,
6161 "concurrently" : " 8.2.2" ,
6262 "depcheck" : " 1.4.7" ,
6363 "eslint" : " 8.57.0" ,
6666 "prettier" : " 3.3.3" ,
6767 "prettier-plugin-pkg" : " 0.18.1" ,
6868 "ts-proto" : " 2.0.3" ,
69- "tsx" : " 4.17 .0" ,
69+ "tsx" : " 4.19 .0" ,
7070 "typescript" : " 5.5.4"
7171 }
7272}
Original file line number Diff line number Diff line change 1+ /* eslint-disable @typescript-eslint/no-deprecated */
2+
13import type {
24 AuditTrail as AuditTrailProtobuf ,
35 DecisionLogEntry as DecisionLogEntryProtobuf ,
Original file line number Diff line number Diff line change 1+ /* eslint-disable @typescript-eslint/no-deprecated */
2+
13import { v4 as uuidv4 } from "uuid" ;
24
35import { Effect as EffectProtobuf } from "../protobuf/cerbos/effect/v1/effect" ;
You can’t perform that action at this time.
0 commit comments