4.2.0 • Published 1 year ago

@nrf-guide/proto v4.2.0

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
1 year 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

1 year ago

4.1.10

1 year ago

4.1.9

1 year ago

4.1.8

1 year ago

4.1.7

1 year ago

4.1.6

1 year ago

4.1.5

1 year ago

4.1.4

1 year ago

4.1.3

1 year ago

4.1.2

1 year ago

4.1.1

1 year ago

4.1.0

1 year ago

4.0.0

1 year ago