@signageos/lib 9.4.0-master.1512 → 9.4.1
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 +5 -1
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +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
|
-
## [
|
|
7
|
+
## [9.4.1] - 2022-06-22
|
|
8
|
+
### Fixed
|
|
9
|
+
- `moment-timezone` version sync with other repositories
|
|
10
|
+
|
|
11
|
+
## [9.4.0] - 2022-06-01
|
|
8
12
|
### Added
|
|
9
13
|
- WebSocket server emits custom codes and reasons in special cases when the socket is closed from the server side for better debugging
|
|
10
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signageos/lib",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.1",
|
|
4
4
|
"main": "./dist",
|
|
5
5
|
"files": [
|
|
6
6
|
"tools",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"isomorphic-sentry": "5.6.1",
|
|
39
39
|
"isomorphic-ws": "4.0.1",
|
|
40
40
|
"lodash": "4.17.20",
|
|
41
|
-
"moment-timezone": "0.5.
|
|
41
|
+
"moment-timezone": "0.5.34",
|
|
42
42
|
"remove-accents": "0.4.2",
|
|
43
43
|
"rsync": "0.6.1",
|
|
44
44
|
"semver": "5.4.1",
|
|
@@ -83,7 +83,6 @@
|
|
|
83
83
|
"@types/http-status": "0.2.30",
|
|
84
84
|
"@types/lodash": "4.14.158",
|
|
85
85
|
"@types/mocha": "2.2.41",
|
|
86
|
-
"@types/moment-timezone": "0.5.4",
|
|
87
86
|
"@types/mongoose": "5.7.21",
|
|
88
87
|
"@types/node": "12.12.28",
|
|
89
88
|
"@types/raven": "2.5.1",
|