balena-sdk 23.2.8 → 23.2.9
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.
|
@@ -6,5 +6,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
6
6
|
// being embedded in the dist of the consumer project
|
|
7
7
|
// which we want to avoid, both b/c of the dist size increase &
|
|
8
8
|
// the security concerns of including the versions of the dependencies
|
|
9
|
-
const sdkVersion = '23.2.
|
|
9
|
+
const sdkVersion = '23.2.9';
|
|
10
10
|
exports.default = sdkVersion;
|