@signageos/lib 10.1.0 → 10.2.1-master.1559

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 +8 -0
  2. package/package.json +3 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,14 @@ 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
+ - Password encryption limitation for `preEncryptPassword` result only
10
+
11
+ ## [10.2.0] - 2022-07-22
12
+ ### Added
13
+ - New `proprietaryServerSelectionStrategy` named `dynamicPriority`. It selects available server based on the priority (located in `proprietaryPriorityPath`, by default `proprietaryClusterSettings.priority` /`collection`=`proprietaryClusterSettings`, `property`=`priority`/ ).
14
+
7
15
  ## [10.1.0] - 2022-07-18
8
16
  ### Added
9
17
  - check-deps tool ignore file `.check-depsignore`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signageos/lib",
3
- "version": "10.1.0",
3
+ "version": "10.2.1-master.1559",
4
4
  "main": "./dist",
5
5
  "files": [
6
6
  "tools",
@@ -44,7 +44,8 @@
44
44
  "semver": "5.4.1",
45
45
  "tar": "4.1.1",
46
46
  "timeout-ts": "0.6.0",
47
- "tmp": "0.0.33"
47
+ "tmp": "0.0.33",
48
+ "ts-brand": "0.0.2"
48
49
  },
49
50
  "optionalPeerDependencies": {
50
51
  "@influxdata/influxdb-client": "1.16.0",