@manfred-kunze-dev/iot-cli 3.5.0-dev.25 → 3.5.0-dev.27

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.
@@ -105,8 +105,7 @@ export function isNetworkError(err) {
105
105
  msg.includes("econnrefused") ||
106
106
  msg.includes("enotfound") ||
107
107
  msg.includes("eai_again") ||
108
- msg.includes("etimedout") ||
109
- msg.includes("network"));
108
+ msg.includes("etimedout"));
110
109
  }
111
110
  /**
112
111
  * Convert any thrown value into a CLIError. Pure function for testability.
@@ -16,7 +16,7 @@ export interface BootstrapInput {
16
16
  }
17
17
  /**
18
18
  * Render bootstrap.toml matching the gateway's parser at
19
- * embedded/products/gateway-rpi/src/mkd_gateway/bootstrap.py.
19
+ * edge/sdk/src/twokw_edge/bootstrap.py.
20
20
  *
21
21
  * Always UTF-8 with no BOM — the Pi's tomllib rejects a BOM.
22
22
  */
@@ -16,7 +16,7 @@ function tomlString(value) {
16
16
  }
17
17
  /**
18
18
  * Render bootstrap.toml matching the gateway's parser at
19
- * embedded/products/gateway-rpi/src/mkd_gateway/bootstrap.py.
19
+ * edge/sdk/src/twokw_edge/bootstrap.py.
20
20
  *
21
21
  * Always UTF-8 with no BOM — the Pi's tomllib rejects a BOM.
22
22
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manfred-kunze-dev/iot-cli",
3
- "version": "3.5.0-dev.25",
3
+ "version": "3.5.0-dev.27",
4
4
  "description": "Command-line interface for the iot platform by Manfred Kunze Development",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",