balena-sdk 16.19.5 → 16.19.6
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.19.6 - 2022-04-11
|
|
8
|
+
|
|
9
|
+
* patch: bump dotenv from 4.0.0 to 16.0.0 [dependabot[bot]]
|
|
10
|
+
|
|
7
11
|
## 16.19.5 - 2022-04-09
|
|
8
12
|
|
|
9
13
|
* Bump karma to v6 [Thodoris Greasidis]
|
package/es2015/balena-browser.js
CHANGED
|
@@ -12163,7 +12163,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12163
12163
|
// being embedded in the dist of the consumer project
|
|
12164
12164
|
// which we want to avoid, both b/c of the dist size increase &
|
|
12165
12165
|
// the security concerns of including the versions of the dependencies
|
|
12166
|
-
const sdkVersion = '16.19.
|
|
12166
|
+
const sdkVersion = '16.19.6';
|
|
12167
12167
|
exports.default = sdkVersion;
|
|
12168
12168
|
|
|
12169
12169
|
},{}],46:[function(require,module,exports){
|