@signageos/lib 9.1.0-master.1452 → 9.1.0-master.1453

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
  ## [Unreleased]
8
8
  ### Added
9
9
  - `onExit` callback in constructor is not mandatory in connection factories
10
+ - optional timeout argument for InfluxDB `connect` method
10
11
 
11
12
  ## [9.0.0] - 2022-02-18
12
13
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/lib",
3
- "version": "9.1.0-master.1452",
3
+ "version": "9.1.0-master.1453",
4
4
  "main": "./dist",
5
5
  "files": [
6
6
  "tools",