balena-sdk 16.28.0 → 16.28.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/es2015/balena-browser.js
CHANGED
|
@@ -12307,7 +12307,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12307
12307
|
// being embedded in the dist of the consumer project
|
|
12308
12308
|
// which we want to avoid, both b/c of the dist size increase &
|
|
12309
12309
|
// the security concerns of including the versions of the dependencies
|
|
12310
|
-
const sdkVersion = '16.28.
|
|
12310
|
+
const sdkVersion = '16.28.1';
|
|
12311
12311
|
exports.default = sdkVersion;
|
|
12312
12312
|
|
|
12313
12313
|
},{}],48:[function(require,module,exports){
|