@signageos/lib 9.1.0-master.1453 → 9.1.0

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.
package/CHANGELOG.md CHANGED
@@ -4,10 +4,11 @@ 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]
7
+ ## [9.1.0] - 2022-03-07
8
8
  ### Added
9
9
  - `onExit` callback in constructor is not mandatory in connection factories
10
10
  - optional timeout argument for InfluxDB `connect` method
11
+ - Binding of rejected detached events of ES
11
12
 
12
13
  ## [9.0.0] - 2022-02-18
13
14
  ### Changed
package/README.md CHANGED
@@ -9,8 +9,7 @@ Shared code accross all services
9
9
  "amqp_dsn": "amqp://guest:guest@localhost:5672/",
10
10
  "redis_dsn": "redis://localhost:6379",
11
11
  "mongo_db_dsn": "mongodb://localhost:27017/test",
12
- "postgres_dsn": "postgres://postgres:postgres@localhost:5432/test",
13
- "rethink_dsn": "rethink://admin@localhost:28015/test"
12
+ "postgres_dsn": "postgres://postgres:postgres@localhost:5432/test"
14
13
  }
15
14
  ```
16
15
  3) run `npm test`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/lib",
3
- "version": "9.1.0-master.1453",
3
+ "version": "9.1.0",
4
4
  "main": "./dist",
5
5
  "files": [
6
6
  "tools",
@@ -59,7 +59,6 @@
59
59
  "express": "^4.16.4",
60
60
  "http-status": "1.3.1",
61
61
  "raven": "2.6.4",
62
- "rethinkdb": "^2.3.3",
63
62
  "webpack": "4.41.2",
64
63
  "ws": "^6.0.0",
65
64
  "zen-observable": "0.8.14"
@@ -88,7 +87,6 @@
88
87
  "@types/node": "12.12.28",
89
88
  "@types/raven": "2.5.1",
90
89
  "@types/redis": "2.8.16",
91
- "@types/rethinkdb": "2.3.2",
92
90
  "@types/rsync": "0.4.30",
93
91
  "@types/semver": "5.4.0",
94
92
  "@types/should": "8.3.0",
@@ -115,7 +113,6 @@
115
113
  "prettier": "2.5.1",
116
114
  "raven": "2.6.4",
117
115
  "redis": "3.0.2",
118
- "rethinkdb": "2.3.3",
119
116
  "should": "11.2.1",
120
117
  "should-sinon": "0.0.6",
121
118
  "sinon": "4.1.2",