mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 00:17:34 +00:00
update main
This commit is contained in:
@@ -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