balena-sdk 16.36.5 → 16.36.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.36.6 - 2023-03-20
|
|
8
|
+
|
|
9
|
+
* Update TypeScript to 5.0.2 [Thodoris Greasidis]
|
|
10
|
+
|
|
7
11
|
## 16.36.5 - 2023-03-16
|
|
8
12
|
|
|
9
13
|
* patch: Improve jetsonFlash provisioning partial [Vipul Gupta (@vipulgupta2048)]
|
package/es2015/balena-browser.js
CHANGED
|
@@ -12698,7 +12698,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12698
12698
|
// being embedded in the dist of the consumer project
|
|
12699
12699
|
// which we want to avoid, both b/c of the dist size increase &
|
|
12700
12700
|
// the security concerns of including the versions of the dependencies
|
|
12701
|
-
const sdkVersion = '16.36.
|
|
12701
|
+
const sdkVersion = '16.36.6';
|
|
12702
12702
|
exports.default = sdkVersion;
|
|
12703
12703
|
|
|
12704
12704
|
},{}],50:[function(require,module,exports){
|