@signageos/lib 8.2.0-master.1339 → 8.3.0-master.1360

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
 
7
7
  ## [Unreleased]
8
8
  ### Added
9
+ - Add object utils omitByRecursively and getObjectWithOmittedValuesBy
10
+
11
+ ## [8.2.0] - 2022-01-24
12
+ ### Added
9
13
  - Redis connection factory creates even connection pool
14
+ - Function isValidTimestamp for validating UNIX timestamp
15
+ - Function getDateTimeWithoutOffset gets date time without offset
10
16
 
11
17
  ## [8.1.1] - 2021-12-10
12
18
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/lib",
3
- "version": "8.2.0-master.1339",
3
+ "version": "8.3.0-master.1360",
4
4
  "main": "./dist",
5
5
  "files": [
6
6
  "tools",
@@ -24,7 +24,7 @@
24
24
  "test-rabbit-connection": "DEBUG=@signageos/lib:Events:genericGracefulExit NODE_ENV=test node_modules/.bin/mocha --require should --require should-sinon --require ts-node/register --ui bdd --watch-extensions ts --timeout 120000 tests/**/rabbitmqGracefulExit.connection-spec.ts",
25
25
  "watch": "tsc --watch",
26
26
  "check": "npm run depcheck && tools/check-deps.js",
27
- "depcheck": "depcheck --specials=tslint,webpack,mocha --parsers='*.ts:typescript,*.js:es6' --detectors='requireCallExpression,importDeclaration' --ignore-dirs='dist' --ignores='@types/*,@signageos/codestyle,ts-node,mocha,depcheck,webpack-cli'"
27
+ "depcheck": "depcheck --specials=tslint,webpack,mocha --parsers='*.ts:typescript,*.js:es6' --detectors='requireCallExpression,importDeclaration' --ignore-dirs='dist' --ignores='@types/*,@signageos/codestyle,ts-node,mocha,depcheck,prettier,webpack-cli'"
28
28
  },
29
29
  "author": "Michael Zabka <zabka.michael@gmail.com>",
30
30
  "license": "MIT",
@@ -112,6 +112,7 @@
112
112
  "mongoose": "5.9.16",
113
113
  "pg": "7.12.1",
114
114
  "pg-promise": "10.11.0",
115
+ "prettier": "2.5.1",
115
116
  "raven": "2.6.4",
116
117
  "redis": "3.0.2",
117
118
  "rethinkdb": "2.3.3",