@signageos/lib 12.2.0-master.2177 → 12.3.0-master.2192

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 +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
 
7
7
  ## [Unreleased]
8
8
  ### Added
9
+ - Convenience functions `parseBasicConfig` and `parseServiceConfig` for parsing common configuration from environment variables
10
+
11
+ ## [12.2.0] - 2023-10-13
12
+ ### Added
9
13
  - Next timer event computing
10
14
  - NPM client library
11
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/lib",
3
- "version": "12.2.0-master.2177",
3
+ "version": "12.3.0-master.2192",
4
4
  "main": "./dist",
5
5
  "files": [
6
6
  "tools",