@opcodes/triage360-client (0.5.0-alpha.12)

Published 2025-11-24 18:22:38 +00:00 by matthew

Installation

@opcodes:registry=
npm install @opcodes/triage360-client@0.5.0-alpha.12
"@opcodes/triage360-client": "0.5.0-alpha.12"

About this package

Heartbeat Client

Autogenerated typescript library for interacting with the Heartbeat server.

Building

To generate the TS files and then build the client library use the scripts generate and build respectively. If you added new .proto files, you will need to include the re-exports in index.ts before building.

npm run generate
npm run build

Testing Locally

To test development versions of the package locally, first build the package as described above, then use npm pack to create a .tgz archive of the package and then install that in your UI project.

npm pack
mv heartbeat-client-*.tgz /path/to/heartbeat-ui
cd /path/to/heartbeat-ui
npm i heartbeat-client-*.tgz

alternatively use npm link.

Dependencies

Dependencies

ID Version
@protobuf-ts/grpcweb-transport ^2.9.4
@protobuf-ts/runtime-rpc ^2.9.4

Development Dependencies

ID Version
@protobuf-ts/plugin ^2.9.4
prettier ^3.4.2
typescript ^5.7.2
vite ^6.0.3
vite-plugin-dts ^4.3.0
Details
npm
2025-11-24 18:22:38 +00:00
2
matthew@opcodes.dev
UNLICENSED
48 KiB
Assets (1)
Versions (21) View all
0.5.1 2025-12-11
0.5.0 2025-12-03
0.5.0-alpha.12 2025-11-24
0.5.0-alpha.11 2025-11-20
0.5.0-alpha.10 2025-11-19