@ahqstore/cli 0.10.7 → 0.10.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/Cargo.toml +2 -1
- package/README.md +2 -2
- package/jsr.json +1 -1
- package/package.json +1 -1
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.
|
|
4
|
+
version = "0.10.9"
|
|
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
|
|
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.
|
|
65
|
+
deno install -A -f -g -n ahqstore https://jsr.io/@ahqstore/cli/0.10.9/js/cli.js
|
|
66
66
|
```
|
|
67
67
|
|
|
68
68
|
## Bun
|
package/jsr.json
CHANGED