Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Spine Validation — TypeScript Client Library

Requires Node.js 24 or later; development and CI pin and test Node.js 24.18.0.

A TypeScript validation library for Protobuf messages using [Spine Validation](https://github.com/SpineEventEngine/validation/) options,
built on [@bufbuild/protobuf](https://github.com/bufbuild/protobuf-es) (Protobuf-ES v2).

Expand Down Expand Up @@ -107,6 +105,11 @@ contains architecture, exact validation behavior, and local development notes.

## 🛠️ Development

### Requirements

- [Node.js 24 or later](https://nodejs.org/en/download).
- [Corepack](https://github.com/nodejs/corepack).

### Setup

```bash
Expand Down
Loading