@signageos/lib 12.6.1-master.2371 → 13.0.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 +11 -0
- package/package.json +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,17 @@ 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
|
+
## [13.0.0] - 2023-12-05
|
|
8
|
+
### Changed
|
|
9
|
+
- Upgraded to Node.js 14
|
|
10
|
+
- Upgraded mongodb driver to 5.9.1
|
|
11
|
+
- Upgraded mongoose to 7.6.6
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
- Upgraded auth0 to 3.7.2
|
|
15
|
+
- Upgraded moment-timezone to 0.5.43
|
|
16
|
+
- Upgraded debug to 4.3.4
|
|
17
|
+
|
|
7
18
|
## [12.6.0] - 2023-11-21
|
|
8
19
|
### Added
|
|
9
20
|
- Auth0ManagementClient
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signageos/lib",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "13.0.0",
|
|
4
4
|
"main": "./dist",
|
|
5
5
|
"files": [
|
|
6
6
|
"tools",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"zen-observable": "0.8.14"
|
|
56
56
|
},
|
|
57
57
|
"engines": {
|
|
58
|
-
"node": "
|
|
58
|
+
"node": "14",
|
|
59
59
|
"npm": "6"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
@@ -72,7 +72,6 @@
|
|
|
72
72
|
"@types/http-status": "0.2.30",
|
|
73
73
|
"@types/lodash": "4.14.158",
|
|
74
74
|
"@types/mocha": "2.2.41",
|
|
75
|
-
"@types/mongoose": "5.7.21",
|
|
76
75
|
"@types/node": "12.12.28",
|
|
77
76
|
"@types/node-fetch": "2.6.4",
|
|
78
77
|
"@types/raven": "2.5.1",
|
|
@@ -92,11 +91,11 @@
|
|
|
92
91
|
"aws-sdk": "2.1472.0",
|
|
93
92
|
"azure-storage": "2.10.7",
|
|
94
93
|
"c8": "7.13.0",
|
|
95
|
-
"debug": "
|
|
94
|
+
"debug": "4.3.4",
|
|
96
95
|
"depcheck": "1.4.3",
|
|
97
96
|
"mocha": "3.5.3",
|
|
98
|
-
"mongodb": "
|
|
99
|
-
"mongoose": "
|
|
97
|
+
"mongodb": "5.9.1",
|
|
98
|
+
"mongoose": "7.6.6",
|
|
100
99
|
"node-fetch": "2.6.12",
|
|
101
100
|
"npm": "8.19.4",
|
|
102
101
|
"pg": "7.12.1",
|