@ahqstore/cli 0.5.1 → 0.5.2

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/Cargo.toml CHANGED
@@ -1,7 +1,7 @@
1
1
  [package]
2
2
  edition = "2021"
3
3
  name = "ahqstore_cli_rs"
4
- version = "0.5.1"
4
+ version = "0.5.2"
5
5
  description = "AHQ Store CLI"
6
6
  repository = "https://github.com/ahqstore/cli"
7
7
  homepage = "https://github.com/ahqstore/cli"
@@ -35,7 +35,6 @@ serde_json = "1"
35
35
  ahqstore-types = "3.1.0"
36
36
  reqwest = { version = "0.12", features = ["json", "blocking"] }
37
37
  sha2 = "0.10"
38
- base64 = "0.22"
39
38
  image = { version = "0.25", default-features = false, features = [
40
39
  "rayon",
41
40
  "png",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahqstore/cli",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "readme": "./README.md",
5
5
  "napi": {
6
6
  "name": "cli",
@@ -40,14 +40,14 @@
40
40
  "version": "napi version"
41
41
  },
42
42
  "optionalDependencies": {
43
- "@ahqstore/cli-win32-x64-msvc": "0.5.1",
44
- "@ahqstore/cli-darwin-x64": "0.5.1",
45
- "@ahqstore/cli-linux-x64-gnu": "0.5.1",
46
- "@ahqstore/cli-darwin-arm64": "0.5.1",
47
- "@ahqstore/cli-linux-arm64-gnu": "0.5.1",
48
- "@ahqstore/cli-win32-arm64-msvc": "0.5.1",
49
- "@ahqstore/cli-win32-ia32-msvc": "0.5.1",
50
- "@ahqstore/cli-darwin-universal": "0.5.1",
51
- "@ahqstore/cli-linux-riscv64-gnu": "0.5.1"
43
+ "@ahqstore/cli-win32-x64-msvc": "0.5.2",
44
+ "@ahqstore/cli-darwin-x64": "0.5.2",
45
+ "@ahqstore/cli-linux-x64-gnu": "0.5.2",
46
+ "@ahqstore/cli-darwin-arm64": "0.5.2",
47
+ "@ahqstore/cli-linux-arm64-gnu": "0.5.2",
48
+ "@ahqstore/cli-win32-arm64-msvc": "0.5.2",
49
+ "@ahqstore/cli-win32-ia32-msvc": "0.5.2",
50
+ "@ahqstore/cli-darwin-universal": "0.5.2",
51
+ "@ahqstore/cli-linux-riscv64-gnu": "0.5.2"
52
52
  }
53
53
  }
@@ -1,5 +1,4 @@
1
1
  use crate::app::ERR;
2
- use base64::engine::{general_purpose::STANDARD, Engine};
3
2
  use image::{load_from_memory_with_format as load_img, ImageFormat};
4
3
  use std::fs;
5
4
  use std::process;