@signageos/lib 8.3.1-master.1366 → 8.4.1-master.1373
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 +4 -0
- 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
|
+
## [8.4.0] - 2022-02-07
|
|
8
|
+
### Added
|
|
9
|
+
- Object util getObjectKeys. Which is typed version of the object keys
|
|
10
|
+
|
|
7
11
|
## [8.3.0] - 2022-01-31
|
|
8
12
|
### Added
|
|
9
13
|
- Add object utils omitByRecursively and getObjectWithOmittedValuesBy
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@signageos/lib",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.4.1-master.1373",
|
|
4
4
|
"main": "./dist",
|
|
5
5
|
"files": [
|
|
6
6
|
"tools",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"supertest": "3.4.2",
|
|
125
125
|
"ts-node": "8.4.1",
|
|
126
126
|
"tslint": "6.1.2",
|
|
127
|
-
"typescript": "
|
|
127
|
+
"typescript": "4.5.5",
|
|
128
128
|
"webpack": "4.41.2",
|
|
129
129
|
"ws": "7.2.3",
|
|
130
130
|
"zen-observable": "0.8.14"
|