Package Exports
- @wundergraph/cosmo-connect/dist/common_pb
- @wundergraph/cosmo-connect/dist/node/v1/node-NodeService_connectquery
- @wundergraph/cosmo-connect/dist/node/v1/node_connect
- @wundergraph/cosmo-connect/dist/node/v1/node_pb
- @wundergraph/cosmo-connect/dist/platform/v1/platform-PlatformService_connectquery
- @wundergraph/cosmo-connect/dist/platform/v1/platform_connect
- @wundergraph/cosmo-connect/dist/platform/v1/platform_pb
Readme
Proto
This NPM package host the proto files for Cosmo. It also serve as a dependency for other NPM packages that wants to use the auto-generated TypeScript files.
Usage
Transpile the proto files to Javascript files:
pnpm buildYou can generate the TypeScript files by running pnpm generate from the root of the repository.