@arkts/image-manager 0.5.8 → 0.5.9

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
@@ -32,7 +32,7 @@ let base64_js = require("base64-js");
32
32
  let vscode_fs = require("vscode-fs");
33
33
 
34
34
  //#region package.json
35
- var version = "0.5.8";
35
+ var version = "0.5.9";
36
36
 
37
37
  //#endregion
38
38
  //#region src/common/serializable-content.ts
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@ import { fromByteArray } from "base64-js";
3
3
  import { RelativePattern, WriteableFlags, createNodeFileSystem } from "vscode-fs";
4
4
 
5
5
  //#region package.json
6
- var version = "0.5.8";
6
+ var version = "0.5.9";
7
7
 
8
8
  //#endregion
9
9
  //#region src/common/serializable-content.ts
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arkts/image-manager",
3
3
  "type": "module",
4
- "version": "0.5.8",
4
+ "version": "0.5.9",
5
5
  "description": "OpenHarmony/HarmonyOS qemu image manager.",
6
6
  "author": "Naily Zero <zero@naily.cc> (https://naily.cc)",
7
7
  "license": "MIT",
@@ -68,7 +68,7 @@
68
68
  "progress-stream": "^2.0.0",
69
69
  "semver": "^7.7.4",
70
70
  "unzipper": "^0.12.3",
71
- "vscode-fs": "^0.1.0",
71
+ "vscode-fs": "^0.1.1",
72
72
  "vscode-uri": "^3.1.0"
73
73
  },
74
74
  "devDependencies": {