Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unematiii committed Dec 7, 2023
1 parent 9c85037 commit 831286b
Show file tree
Hide file tree
Showing 11 changed files with 5,314 additions and 3,768 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '14.x'
node-version: '18.x'
registry-url: 'https://npm.pkg.github.com'
scope: '@highmobility'
- run: npm ci
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

AutoAPI for JavaScript/TypeScript - the parsing library for the Auto API vehicle data model

:warning: This project is currently under development.

## Introduction

This library aims to provide a low-level access for building and decoding Auto API commands/data structures from/to binary/JSON. Produced binary representation is essentially an array of unsigned integers. Both CommonJS and ES builds are included in this package.
This library aims to provide a low-level access for building and decoding Auto API commands/data structures from/to binary/JSON. Both CommonJS and ES builds are included in this package.

## Basic usage

Expand Down
Loading

0 comments on commit 831286b

Please sign in to comment.