xs-dev 0.30.4 → 0.30.5

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.
@@ -19,7 +19,7 @@ async function default_1() {
19
19
  const isWindows = OS === 'windows_nt';
20
20
  const ESP_IDF_REPO = 'https://github.com/espressif/esp-idf.git';
21
21
  const ESP_BRANCH_V4 = 'v4.4.3';
22
- const ESP_BRANCH_V5 = 'v5.1.2';
22
+ const ESP_BRANCH_V5 = 'v5.2.2';
23
23
  const ESP32_DIR = gluegun_1.filesystem.resolve(constants_1.INSTALL_DIR, 'esp32');
24
24
  const IDF_PATH = gluegun_1.filesystem.resolve(ESP32_DIR, 'esp-idf');
25
25
  await (0, exec_1.sourceEnvironment)();
@@ -15,7 +15,7 @@ async function default_1() {
15
15
  var _a, _b, _c;
16
16
  const OS = (0, os_1.type)().toLowerCase();
17
17
  const ESP_BRANCH_V4 = 'v4.4.3';
18
- const ESP_BRANCH_V5 = 'v5.1.2';
18
+ const ESP_BRANCH_V5 = 'v5.2.2';
19
19
  const ESP32_DIR = gluegun_1.filesystem.resolve(constants_1.INSTALL_DIR, 'esp32');
20
20
  const IDF_PATH = gluegun_1.filesystem.resolve(ESP32_DIR, 'esp-idf');
21
21
  await (0, exec_1.sourceEnvironment)();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xs-dev",
3
- "version": "0.30.4",
3
+ "version": "0.30.5",
4
4
  "description": "CLI for automating the setup and usage of Moddable XS tools",
5
5
  "types": "build/types/types.d.ts",
6
6
  "bin": {