@arkts/image-manager 0.3.4 → 0.3.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.
package/dist/index.cjs CHANGED
@@ -40,7 +40,7 @@ let unzipper = require("unzipper");
40
40
  unzipper = __toESM(unzipper);
41
41
 
42
42
  //#region package.json
43
- var version = "0.3.4";
43
+ var version = "0.3.5";
44
44
 
45
45
  //#endregion
46
46
  //#region src/devices/list.ts
package/dist/index.d.cts CHANGED
@@ -22,6 +22,7 @@ interface LocalImage extends BaseImage, Stringifiable<LocalImage.Stringifiable>
22
22
  stop(device: Device): Promise<node_child_process0.ChildProcess>;
23
23
  buildStartCommand(device: Device): Promise<string>;
24
24
  buildStopCommand(device: Device): Promise<string>;
25
+ getPascalCaseDeviceType(): Promise<PascalCaseDeviceType | undefined>;
25
26
  getProductConfig(): Promise<ProductConfigItem[]>;
26
27
  }
27
28
  declare namespace LocalImage {
package/dist/index.d.mts CHANGED
@@ -22,6 +22,7 @@ interface LocalImage extends BaseImage, Stringifiable<LocalImage.Stringifiable>
22
22
  stop(device: Device): Promise<node_child_process0.ChildProcess>;
23
23
  buildStartCommand(device: Device): Promise<string>;
24
24
  buildStopCommand(device: Device): Promise<string>;
25
+ getPascalCaseDeviceType(): Promise<PascalCaseDeviceType | undefined>;
25
26
  getProductConfig(): Promise<ProductConfigItem[]>;
26
27
  }
27
28
  declare namespace LocalImage {
package/dist/index.mjs CHANGED
@@ -6,7 +6,7 @@ import progress from "progress-stream";
6
6
  import unzipper from "unzipper";
7
7
 
8
8
  //#region package.json
9
- var version = "0.3.4";
9
+ var version = "0.3.5";
10
10
 
11
11
  //#endregion
12
12
  //#region src/devices/list.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arkts/image-manager",
3
3
  "type": "module",
4
- "version": "0.3.4",
4
+ "version": "0.3.5",
5
5
  "description": "OpenHarmony/HarmonyOS qemu image manager.",
6
6
  "author": "Naily Zero <zero@naily.cc> (https://naily.cc)",
7
7
  "license": "MIT",