@signageos/lib 12.2.0-master.2147 → 12.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 +2 -1
  2. package/package.json +12 -6
package/CHANGELOG.md CHANGED
@@ -4,9 +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
- ## [Unreleased]
7
+ ## [12.2.0] - 2023-10-13
8
8
  ### Added
9
9
  - Next timer event computing
10
+ - NPM client library
10
11
 
11
12
  ## [12.1.2] - 2023-09-21
12
13
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/lib",
3
- "version": "12.2.0-master.2147",
3
+ "version": "12.2.0",
4
4
  "main": "./dist",
5
5
  "files": [
6
6
  "tools",
@@ -36,11 +36,13 @@
36
36
  "license": "MIT",
37
37
  "dependencies": {},
38
38
  "optionalPeerDependencies": {
39
+ "aws-sdk": "^2.1472.0",
39
40
  "@influxdata/influxdb-client": "1.16.0",
40
41
  "@sentry/node": ">=5.15.5",
41
42
  "@sentry/browser": ">=5.15.5",
42
43
  "amqp10": "~3.5.0",
43
44
  "mocha": "^3.1.2",
45
+ "npm": "^8.19.4",
44
46
  "pg": "7.12.1",
45
47
  "pg-promise": "^10.11.0",
46
48
  "redis": "^3.0.2",
@@ -55,10 +57,6 @@
55
57
  "node": "12",
56
58
  "npm": "6"
57
59
  },
58
- "publishConfig": {
59
- "registry": "https://registry.npmjs.org/",
60
- "access": "public"
61
- },
62
60
  "devDependencies": {
63
61
  "@faker-js/faker": "8.0.2",
64
62
  "@influxdata/influxdb-client": "1.16.0",
@@ -83,13 +81,13 @@
83
81
  "@types/sinon": "10.0.16",
84
82
  "@types/socket.io": "1.4.38",
85
83
  "@types/socket.io-client": "1.4.32",
86
- "@types/spex": "0.0.1",
87
84
  "@types/supertest": "2.0.7",
88
85
  "@types/tar": "4.0.0",
89
86
  "@types/tmp": "0.0.33",
90
87
  "@types/webpack": "5.28.1",
91
88
  "@types/ws": "6.0.4",
92
89
  "amqplib": "0.10.3",
90
+ "aws-sdk": "2.1472.0",
93
91
  "azure-storage": "2.10.7",
94
92
  "c8": "7.13.0",
95
93
  "debug": "2.6.9",
@@ -98,6 +96,7 @@
98
96
  "mongodb": "3.3.3",
99
97
  "mongoose": "5.9.16",
100
98
  "node-fetch": "2.6.12",
99
+ "npm": "8.19.4",
101
100
  "pg": "7.12.1",
102
101
  "pg-promise": "10.11.0",
103
102
  "prettier": "2.5.1",
@@ -112,8 +111,15 @@
112
111
  "ts-node": "8.4.1",
113
112
  "tslint": "6.1.2",
114
113
  "typescript": "4.9.4",
114
+ "verdaccio": "5.26.3",
115
+ "verdaccio-auth-memory": "10.2.2",
116
+ "verdaccio-memory": "10.3.2",
115
117
  "webpack": "5.84.0",
116
118
  "ws": "7.2.3",
117
119
  "zen-observable": "0.8.14"
120
+ },
121
+ "publishConfig": {
122
+ "registry": "https://registry.npmjs.org/",
123
+ "access": "public"
118
124
  }
119
125
  }