balena-sdk 16.29.0 → 16.29.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 +1 -1
- package/es2015/balena-browser.min.js +1 -1
- package/es2015/types/models.d.ts +1 -1
- package/es2015/util/sdk-version.js +1 -1
- package/es2018/balena-browser.js +1 -1
- package/es2018/balena-browser.min.js +1 -1
- package/es2018/types/models.d.ts +1 -1
- package/es2018/util/sdk-version.js +1 -1
- package/package.json +2 -2
package/es2015/balena-browser.js
CHANGED
|
@@ -12325,7 +12325,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12325
12325
|
// being embedded in the dist of the consumer project
|
|
12326
12326
|
// which we want to avoid, both b/c of the dist size increase &
|
|
12327
12327
|
// the security concerns of including the versions of the dependencies
|
|
12328
|
-
const sdkVersion = '16.29.
|
|
12328
|
+
const sdkVersion = '16.29.1';
|
|
12329
12329
|
exports.default = sdkVersion;
|
|
12330
12330
|
|
|
12331
12331
|
},{}],48:[function(require,module,exports){
|