Skip to content

Commit 831286b

Browse files
committed
1.6.0
1 parent 9c85037 commit 831286b

File tree

11 files changed

+5314
-3768
lines changed

11 files changed

+5314
-3768
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: '14.x'
14+
node-version: '18.x'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: npm ci
1717
- run: npm publish
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v2
2525
- uses: actions/setup-node@v3
2626
with:
27-
node-version: '14.x'
27+
node-version: '18.x'
2828
registry-url: 'https://npm.pkg.github.com'
2929
scope: '@highmobility'
3030
- run: npm ci

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22

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

5-
:warning: This project is currently under development.
6-
75
## Introduction
86

9-
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.
7+
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.
108

119
## Basic usage
1210

0 commit comments

Comments
 (0)