balena-sdk 15.57.1 → 15.57.2

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,11 @@ 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
+ ## 15.57.2 - 2021-11-16
8
+
9
+ * tests/logs: Increase the wait time for retrieving the subscribed logs [Thodoris Greasidis]
10
+ * tests/logs: Refactor to async-await [Thodoris Greasidis]
11
+
7
12
  ## 15.57.1 - 2021-11-11
8
13
 
9
14
  * typings: Fix $filters for resources with non numeric ids [Thodoris Greasidis]
@@ -12045,7 +12045,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
12045
12045
  // being embedded in the dist of the consumer project
12046
12046
  // which we want to avoid, both b/c of the dist size increase &
12047
12047
  // the security concerns of including the versions of the dependencies
12048
- const sdkVersion = '15.57.1';
12048
+ const sdkVersion = '15.57.2';
12049
12049
  exports.default = sdkVersion;
12050
12050
 
12051
12051
  },{}],47:[function(require,module,exports){