mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:37:31 +00:00

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>
7 lines
118 B
JSON
7 lines
118 B
JSON
{
|
|
"name": "@zitadel/client-node",
|
|
"main": "../dist/node.js",
|
|
"types": "../dist/node.d.ts",
|
|
"type": "module"
|
|
}
|