balena-sdk 16.13.2 → 16.13.4

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,7 +4,15 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
- ## 16.13.2 - 2022-01-26
7
+ ## 16.13.4 - 2022-01-28
8
+
9
+ * typings: Fix conditional $or/$and/$not $filters [Thodoris Greasidis]
10
+
11
+ ## 16.13.3 - 2022-01-27
12
+
13
+ * Deprecate the supportsBlink field of the DeviceTypeJson.DeviceType type [Thodoris Greasidis]
14
+
15
+ ## 16.13.2 - 2022-01-25
8
16
 
9
17
  * Deprecate the logoUrl field of the DeviceTypeJson.DeviceType type [Thodoris Greasidis]
10
18
 
@@ -12110,7 +12110,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
12110
12110
  // being embedded in the dist of the consumer project
12111
12111
  // which we want to avoid, both b/c of the dist size increase &
12112
12112
  // the security concerns of including the versions of the dependencies
12113
- const sdkVersion = '16.13.2';
12113
+ const sdkVersion = '16.13.4';
12114
12114
  exports.default = sdkVersion;
12115
12115
 
12116
12116
  },{}],46:[function(require,module,exports){