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

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.
@@ -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.26",
4
4
  "description": "Command-line interface for the iot platform by Manfred Kunze Development",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",