v2 utils, v3 protos

This commit is contained in:
Max Peintner
2025-04-22 14:59:26 +02:00
parent 5391f84452
commit a023c5c57b
2 changed files with 18 additions and 15 deletions

View File

@@ -49,7 +49,7 @@
],
"sideEffects": false,
"scripts": {
"generate": "buf generate https://github.com/zitadel/zitadel.git#tag=v2.71.7 --path ./proto/zitadel",
"generate": "buf generate https://github.com/zitadel/zitadel.git#tag=v3.0.0-rc.1 --path ./proto/zitadel",
"clean": "rm -rf zitadel .turbo node_modules google protoc-gen-openapiv2 validate",
"build": "tsup",
"test:cjs": "node test/cjs-test.cjs",
@@ -66,4 +66,4 @@
"ts-node": "^10.9.2",
"@zitadel/tsconfig": "workspace:*"
}
}
}