@ahqstore/cli 0.10.7 → 0.11.0

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.10.7"
4
+ version = "0.11.0"
5
5
  description = "AHQ Store CLI"
6
6
  repository = "https://github.com/ahqstore/cli"
7
7
  homepage = "https://github.com/ahqstore/cli"
@@ -35,6 +35,7 @@ image = { version = "0.25", default-features = false, features = [
35
35
  "png",
36
36
  ] }
37
37
  rand = "0.9"
38
+ semver = "1.0.26"
38
39
 
39
40
  [target.'cfg(unix)'.dependencies]
40
41
  openssl-sys = { version = "0.9", features = ["vendored"] }
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  Read more about it [here](https://ahqstore.github.io)
4
4
 
5
5
  This is the Official AHQ Store CLI and the CLI with the most number of ports.
6
- The original CLI has been written in rust lang and we're quite excited to tell you how versatile this tool actually is. This tool is **OFFICIALLY** available and mainted for :
6
+ The original CLI has been written in rust lang and we're quite excited to tell you how versatile this tool actually is. This tool is **OFFICIALLY** available and maintained for :
7
7
 
8
8
  - [Crates.io (Original)](https://crates.io/crates/ahqstore_cli_rs)
9
9
  - [npmjs (Port)](https://www.npmjs.com/package/@ahqstore/cli)
@@ -62,7 +62,7 @@ deno install -g npm:@ahqstore/cli
62
62
  ### Using JSR
63
63
 
64
64
  ```sh
65
- deno install -A -f -g -n ahqstore https://jsr.io/@ahqstore/cli/0.10.7/js/cli.js
65
+ deno install -A -f -g -n ahqstore https://jsr.io/@ahqstore/cli/0.11.0/js/cli.js
66
66
  ```
67
67
 
68
68
  ## Bun
package/jsr.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://jsr.io/schema/config-file.v1.json",
3
3
  "name": "@ahqstore/cli",
4
- "version": "0.10.7",
4
+ "version": "0.11.0",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": "./js/cli.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahqstore/cli",
3
- "version": "0.10.7",
3
+ "version": "0.11.0",
4
4
  "description": "AHQ Store Official CLI, A port of the rust version to NodeJS",
5
5
  "keywords": [
6
6
  "cli",