Version 1.5.4

This commit is contained in:
Michael Woods 2023-02-01 20:43:58 -05:00
parent f1c167668a
commit 5bc49c968e
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "onstar2mqtt",
"version": "1.5.3",
"version": "1.5.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "onstar2mqtt",
"version": "1.5.3",
"version": "1.5.4",
"license": "MIT",
"dependencies": {
"async-mqtt": "^2.6.3",

View File

@ -1,6 +1,6 @@
{
"name": "onstar2mqtt",
"version": "1.5.3",
"version": "1.5.4",
"description": "OnStarJS wrapper for MQTT",
"main": "src/index.js",
"scripts": {