Merge branch 'main' into feat/395-add-cjs-support

This commit is contained in:
Max Peintner
2025-04-22 14:46:32 +02:00
committed by GitHub
45 changed files with 2503 additions and 542 deletions

View File

@@ -49,7 +49,7 @@
],
"sideEffects": false,
"scripts": {
"generate": "buf generate https://github.com/zitadel/zitadel.git#tag=v2.71.1 --path ./proto/zitadel",
"generate": "buf generate https://github.com/zitadel/zitadel.git#tag=v2.71.7 --path ./proto/zitadel",
"clean": "rm -rf zitadel .turbo node_modules google protoc-gen-openapiv2 validate",
"build": "tsup",
"test:cjs": "node test/cjs-test.cjs",