@signageos/lib 10.4.0 → 10.4.1-master.1646

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 +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [Unreleased]
8
+ ### Fixed
9
+ - Set default value for `onExit` callback in `GenericGracefulExit` class
10
+
7
11
  ## [10.4.0] - 2022-10-24
8
12
  ### Added
9
13
  - Class decorator that facilitate debugging of all methods of the class
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/lib",
3
- "version": "10.4.0",
3
+ "version": "10.4.1-master.1646",
4
4
  "main": "./dist",
5
5
  "files": [
6
6
  "tools",
@@ -57,7 +57,7 @@
57
57
  },
58
58
  "devDependencies": {
59
59
  "@influxdata/influxdb-client": "1.16.0",
60
- "@signageos/codestyle": "0.0.21",
60
+ "@signageos/codestyle": "0.0.22",
61
61
  "@types/amqplib": "0.5.13",
62
62
  "@types/async-lock": "1.1.1",
63
63
  "@types/debug": "0.0.29",