xs-dev 0.25.11 → 0.25.13

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/README.md CHANGED
@@ -12,7 +12,7 @@ The Moddable SDK and associated dev board tooling is incredibly empowering for e
12
12
 
13
13
  [Node.js >= v16](https://nodejs.org/en/)
14
14
 
15
- _If you've never installed Node.js before, check out the [getting started guide for xs-dev](https://hipsterbrown.github.io/xs-dev/en/guide/00-prepare#nodejs-package-manager-optional)._
15
+ _If you've never installed Node.js before, check out the [getting started guide for xs-dev](https://hipsterbrown.github.io/xs-dev/guide/00-prepare#nodejs-package-manager-optional)._
16
16
 
17
17
  **On Linux:**
18
18
 
@@ -17,7 +17,7 @@ async function default_1() {
17
17
  const OS = (0, os_1.type)().toLowerCase();
18
18
  const isWindows = OS === 'windows_nt';
19
19
  const ESP_IDF_REPO = 'https://github.com/espressif/esp-idf.git';
20
- const ESP_BRANCH = 'v4.4.2';
20
+ const ESP_BRANCH = 'v4.4.3';
21
21
  const ESP32_DIR = gluegun_1.filesystem.resolve(constants_1.INSTALL_DIR, 'esp32');
22
22
  const IDF_PATH = gluegun_1.filesystem.resolve(ESP32_DIR, 'esp-idf');
23
23
  await (0, exec_1.sourceEnvironment)();
@@ -14,7 +14,7 @@ const exec_1 = require("../system/exec");
14
14
  async function default_1() {
15
15
  var _a, _b;
16
16
  const OS = (0, os_1.type)().toLowerCase();
17
- const ESP_BRANCH = 'v4.4.2';
17
+ const ESP_BRANCH = 'v4.4.3';
18
18
  const ESP32_DIR = gluegun_1.filesystem.resolve(constants_1.INSTALL_DIR, 'esp32');
19
19
  const IDF_PATH = gluegun_1.filesystem.resolve(ESP32_DIR, 'esp-idf');
20
20
  await (0, exec_1.sourceEnvironment)();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xs-dev",
3
- "version": "0.25.11",
3
+ "version": "0.25.13",
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": {