@signageos/lib 8.1.1 → 8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +4 -3
package/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ 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.2.0] - 2022-01-24
8
+ ### Added
9
+ - Redis connection factory creates even connection pool
10
+ - Function isValidTimestamp for validating UNIX timestamp
11
+ - Function getDateTimeWithoutOffset gets date time without offset
12
+
7
13
  ## [8.1.1] - 2021-12-10
8
14
  ### Fixed
9
15
  - MongodD proprietary cluster `ordinary` connection strategy.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/lib",
3
- "version": "8.1.1",
3
+ "version": "8.2.0",
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",
@@ -74,7 +74,7 @@
74
74
  },
75
75
  "devDependencies": {
76
76
  "@influxdata/influxdb-client": "1.16.0",
77
- "@signageos/codestyle": "0.0.16",
77
+ "@signageos/codestyle": "0.0.19",
78
78
  "@types/amqplib": "0.5.13",
79
79
  "@types/async-lock": "1.1.1",
80
80
  "@types/debug": "0.0.29",
@@ -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",