Skip to content

Commit

Permalink
Resubscribe on reconnect (#23)
Browse files Browse the repository at this point in the history
Pull a new version of @amrc-factoryplus/utilities which resubscribes on
reconnection to MQTT.
  • Loading branch information
amrc-benmorrow authored Jan 30, 2024
2 parents 492c77b + b3970b6 commit 772e0f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG acs_build=ghcr.io/amrc-factoryplus/utilities-build:v1.0.8
ARG acs_run=ghcr.io/amrc-factoryplus/utilities-run:v1.0.8
ARG acs_build=ghcr.io/amrc-factoryplus/utilities-build:v1.3.0
ARG acs_run=ghcr.io/amrc-factoryplus/utilities-run:v1.3.0

FROM ${acs_build} AS build
ARG acs_npm=NO
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acs-configdb",
"version": "1.8.1",
"version": "1.8.2",
"description": "The Config Store component of the AMRC Connectivity Stack",
"author": "AMRC",
"license": "MIT",
Expand All @@ -19,7 +19,7 @@
},
"type": "module",
"dependencies": {
"@amrc-factoryplus/utilities": "^1.0.8",
"@amrc-factoryplus/utilities": "^1.3.1",
"ajv": "^8.10.0",
"ajv-formats": "^2.1.1",
"content-type": "^1.0.5",
Expand Down

0 comments on commit 772e0f4

Please sign in to comment.