@signageos/lib 11.2.0-master.2072 → 11.2.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 +2 -1
- package/package.json +1 -5
package/CHANGELOG.md
CHANGED
|
@@ -4,12 +4,13 @@ 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
|
-
## [
|
|
7
|
+
## [11.2.0] - 2023-08-23
|
|
8
8
|
### Added
|
|
9
9
|
- Service factory allows providing a custom readiness callback
|
|
10
10
|
|
|
11
11
|
### Fixed
|
|
12
12
|
- Prevent `retryAsyncUntil` function from stuck in an infinite loop if a predicate is not met
|
|
13
|
+
- Move express and http-status to prod dependencies because service factory depends on them
|
|
13
14
|
|
|
14
15
|
## [11.1.0] - 2023-08-17
|
|
15
16
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signageos/lib",
|
|
3
|
-
"version": "11.2.0
|
|
3
|
+
"version": "11.2.0",
|
|
4
4
|
"main": "./dist",
|
|
5
5
|
"files": [
|
|
6
6
|
"tools",
|
|
@@ -44,8 +44,6 @@
|
|
|
44
44
|
"redis": "^3.0.2",
|
|
45
45
|
"mongoose": "^5.9.16",
|
|
46
46
|
"mongodb": "3.3.3",
|
|
47
|
-
"express": "^4.16.4",
|
|
48
|
-
"http-status": "1.3.1",
|
|
49
47
|
"raven": "2.6.4",
|
|
50
48
|
"webpack": "4.41.2",
|
|
51
49
|
"ws": "^6.0.0",
|
|
@@ -93,8 +91,6 @@
|
|
|
93
91
|
"c8": "7.13.0",
|
|
94
92
|
"debug": "2.6.9",
|
|
95
93
|
"depcheck": "1.4.3",
|
|
96
|
-
"express": "4.18.2",
|
|
97
|
-
"http-status": "1.3.1",
|
|
98
94
|
"mocha": "3.5.3",
|
|
99
95
|
"mongodb": "3.3.3",
|
|
100
96
|
"mongoose": "5.9.16",
|