@signageos/lib 23.3.0 → 23.3.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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -5
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # General Library
2
2
 
3
3
  This repository contains all sets of generic TypeScript tools and utils for different technologies, like databases: 'MongoDB, AMQP
4
- (RabbitMQ), Redis, PostgreSQL, InfluxDB', monitoring in Prometheus, wrappers and helpers for Azure SDK, Browser Storage, time management,
4
+ (RabbitMQ), Redis, InfluxDB', monitoring in Prometheus, wrappers and helpers for Azure SDK, Browser Storage, time management,
5
5
  observables, async iterators and a lot more.
6
6
 
7
7
  It's published as an npm library @signageos/lib that can be used in any project that requires and is using those technologies to simplify
@@ -21,7 +21,6 @@ cat >> config/env.test.json << EOF
21
21
  "amqp_dsn": "amqp://guest:guest@localhost:5672/",
22
22
  "redis_dsn": "redis://localhost:6379",
23
23
  "mongo_db_dsn": "mongodb://localhost:27017/test",
24
- "postgres_dsn": "postgres://postgres:postgres@localhost:5432/test"
25
24
  }
26
25
  EOF
27
26
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/lib",
3
- "version": "23.3.0",
3
+ "version": "23.3.1",
4
4
  "main": "./dist",
5
5
  "type": "commonjs",
6
6
  "files": [
@@ -45,8 +45,6 @@
45
45
  "@influxdata/influxdb-client": "1.16.0",
46
46
  "amqp10": "~3.5.0",
47
47
  "mocha": "^3.1.2",
48
- "pg": "7.12.1",
49
- "pg-promise": "^10.11.0",
50
48
  "redis": "^3.1.2",
51
49
  "mongoose": "^8.0.0",
52
50
  "mongodb": "6.2.0",
@@ -107,8 +105,6 @@
107
105
  "mocha": "10.2.0",
108
106
  "mongodb": "6.12.0",
109
107
  "mongoose": "8.8.4",
110
- "pg": "7.12.1",
111
- "pg-promise": "10.11.0",
112
108
  "redis": "3.1.2",
113
109
  "should": "11.2.1",
114
110
  "should-sinon": "0.0.6",