@signageos/lib 12.3.0 → 12.3.1-master.2207

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 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
+ ## [Unreleased]
8
+ ### Fixed
9
+ - Fix NpmPackPlugin with webpack4
10
+
7
11
  ## [12.3.0] - 2023-10-18
8
12
  ### Added
9
13
  - Convenience functions `parseBasicConfig` and `parseServiceConfig` for parsing common configuration from environment variables
package/README.md CHANGED
@@ -1,14 +1,21 @@
1
1
  # General Library
2
- This repository contains all sets of generic TypeScript tools and utils for different technologies, like databases: 'MongoDB, AMQP (RabbitMQ), Redis, PostgreSQL, InfluxDB', monitoring in Prometheus, wrappers and helpers for Azure SDK, Browser Storage, time management, observables, async iterators and a lot more.
3
2
 
4
- 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 the business logic.
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,
5
+ observables, async iterators and a lot more.
5
6
 
6
- The library could be potentially separated into more libraries with a single purpose in the future. Currently, keeping the library in one package is still more practical than maintaining it separately.
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
8
+ the business logic.
7
9
 
8
- > :information_source: If you are not logged in, run `docker login https://registry.gitlab.com/ -u YOUR_USERNAME@signageos.io -p YOUR_PERSONAL_ACCESS_TOKEN`
10
+ The library could be potentially separated into more libraries with a single purpose in the future. Currently, keeping the library in one
11
+ package is still more practical than maintaining it separately.
12
+
13
+ > :information_source: If you are not logged in, run
14
+ > `docker login https://registry.gitlab.com/ -u YOUR_USERNAME@signageos.io -p YOUR_PERSONAL_ACCESS_TOKEN`
15
+
16
+ 1. `docker-compose up -d`
17
+ 2.
9
18
 
10
- 1) `docker-compose up -d`
11
- 2)
12
19
  ```
13
20
  cat >> config/env.test.json << EOF
14
21
  {
@@ -19,4 +26,8 @@ cat >> config/env.test.json << EOF
19
26
  }
20
27
  EOF
21
28
  ```
22
- 3) `npm test`
29
+
30
+ 3. `npm test`
31
+
32
+ # Limitations
33
+ This repository shouldn't have any `@signageos` dependencies. Otherwise there will be problem cyclic dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/lib",
3
- "version": "12.3.0",
3
+ "version": "12.3.1-master.2207",
4
4
  "main": "./dist",
5
5
  "files": [
6
6
  "tools",