balena-sdk 16.24.0 → 16.24.1
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
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
+
## 16.24.1 - 2022-07-21
|
|
8
|
+
|
|
9
|
+
* Update Husky to v7 [Thodoris Greasidis]
|
|
10
|
+
|
|
7
11
|
## 16.24.0 - 2022-07-08
|
|
8
12
|
|
|
9
13
|
* types: Add missing Application to Service relation [Thodoris Greasidis]
|
package/es2015/balena-browser.js
CHANGED
|
@@ -12206,7 +12206,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12206
12206
|
// being embedded in the dist of the consumer project
|
|
12207
12207
|
// which we want to avoid, both b/c of the dist size increase &
|
|
12208
12208
|
// the security concerns of including the versions of the dependencies
|
|
12209
|
-
const sdkVersion = '16.24.
|
|
12209
|
+
const sdkVersion = '16.24.1';
|
|
12210
12210
|
exports.default = sdkVersion;
|
|
12211
12211
|
|
|
12212
12212
|
},{}],46:[function(require,module,exports){
|