mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
update main
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"packageManager": "pnpm@10.13.1",
|
||||
"name": "@zitadel/client",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.1",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -78,7 +78,7 @@
|
||||
"@connectrpc/connect": "^2.0.0",
|
||||
"@connectrpc/connect-node": "^2.0.0",
|
||||
"@connectrpc/connect-web": "^2.0.0",
|
||||
"@zitadel/proto": "latest",
|
||||
"@zitadel/proto": "workspace:*",
|
||||
"jose": "^5.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
6
packages/zitadel-proto/.npmignore
Normal file
6
packages/zitadel-proto/.npmignore
Normal file
@@ -0,0 +1,6 @@
|
||||
node_modules
|
||||
.turbo
|
||||
*.log
|
||||
.DS_Store
|
||||
buf.gen.yaml
|
||||
turbo.json
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"packageManager": "pnpm@10.13.1",
|
||||
"name": "@zitadel/proto",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.1",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -9,6 +9,15 @@
|
||||
"type": "module",
|
||||
"main": "./cjs/index.js",
|
||||
"types": "./types/index.d.ts",
|
||||
"files": [
|
||||
"cjs/**",
|
||||
"es/**",
|
||||
"types/**",
|
||||
"zitadel/**",
|
||||
"google/**",
|
||||
"validate/**",
|
||||
"protoc-gen-openapiv2/**"
|
||||
],
|
||||
"exports": {
|
||||
"./zitadel/*": {
|
||||
"types": "./types/zitadel/*.d.ts",
|
||||
|
Reference in New Issue
Block a user