mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:17:32 +00:00
fix(packages): cjs, and module resolution fix (#10322)
This PR introduces CJS support for @zitadel/client and @zitadel/proto from https://github.com/zitadel/zitadel/pull/10290 and fixes a module resolution error of @zitadel/client --------- Co-authored-by: reluc <relu.cri@gmail.com>
This commit is contained in:
6
packages/zitadel-client/v3alpha/package.json
Normal file
6
packages/zitadel-client/v3alpha/package.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "@zitadel/client-v3alpha",
|
||||
"main": "../dist/v3alpha.js",
|
||||
"types": "../dist/v3alpha.d.ts",
|
||||
"type": "module"
|
||||
}
|
Reference in New Issue
Block a user