4.2.0 • Published 2 years ago

@nrf-guide/proto v4.2.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 years ago

nRF Guide Protocols npm version

GitHub Actions semantic-release Renovate Commitizen friendly code style: prettier ESLint: TypeScript

Documents the communication protocol between the nRF Guide backend and the web application.

Usage

npm i --save-exact @nrf-guide/proto

Example

Setup

Fetch the submodules

git submodule init
git submodule update --remote

Install the dependencies:

npm ci

Run tests

npm test

Update generated code

npx tsx generate/types/schema-to-type.ts
npx tsx generate/schema/NRFCloudMessage.schema.ts
npx prettier --write .
4.2.0

2 years ago

4.1.10

2 years ago

4.1.9

2 years ago

4.1.8

2 years ago

4.1.7

2 years ago

4.1.6

2 years ago

4.1.5

2 years ago

4.1.4

2 years ago

4.1.3

2 years ago

4.1.2

2 years ago

4.1.1

2 years ago

4.1.0

2 years ago

4.0.0

2 years ago