balena-sdk 16.33.0 → 16.34.0

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.34.0 - 2023-02-09
8
+
9
+ * Add configVarInvalidRegex to Config Var typing [Felipe Lalanne]
10
+
7
11
  ## 16.33.0 - 2023-02-09
8
12
 
9
13
  * CurrentServiceWithCommit: Add release `raw_version` to type [myarmolinsky]
@@ -12363,7 +12363,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
12363
12363
  // being embedded in the dist of the consumer project
12364
12364
  // which we want to avoid, both b/c of the dist size increase &
12365
12365
  // the security concerns of including the versions of the dependencies
12366
- const sdkVersion = '16.33.0';
12366
+ const sdkVersion = '16.34.0';
12367
12367
  exports.default = sdkVersion;
12368
12368
 
12369
12369
  },{}],48:[function(require,module,exports){