@ahqstore/cli 0.4.1 → 0.4.3

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.
Files changed (3) hide show
  1. package/Cargo.toml +1 -1
  2. package/latest.md +1 -3
  3. package/package.json +10 -10
package/Cargo.toml CHANGED
@@ -1,7 +1,7 @@
1
1
  [package]
2
2
  edition = "2021"
3
3
  name = "ahqstore_cli_rs"
4
- version = "0.4.1"
4
+ version = "0.4.3"
5
5
  description = "AHQ Store CLI"
6
6
  repository = "https://github.com/ahqstore/cli"
7
7
  homepage = "https://github.com/ahqstore/cli"
package/latest.md CHANGED
@@ -1,3 +1 @@
1
- # AHQ Store CLI v0.4.1
2
-
3
- - Test adding cargo b(inary)install support
1
+ - Just a clone of 0.4.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahqstore/cli",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "napi": {
5
5
  "name": "cli",
6
6
  "triples": {
@@ -39,14 +39,14 @@
39
39
  "version": "napi version"
40
40
  },
41
41
  "optionalDependencies": {
42
- "@ahqstore/cli-win32-x64-msvc": "0.4.1",
43
- "@ahqstore/cli-darwin-x64": "0.4.1",
44
- "@ahqstore/cli-linux-x64-gnu": "0.4.1",
45
- "@ahqstore/cli-darwin-arm64": "0.4.1",
46
- "@ahqstore/cli-linux-arm64-gnu": "0.4.1",
47
- "@ahqstore/cli-win32-arm64-msvc": "0.4.1",
48
- "@ahqstore/cli-win32-ia32-msvc": "0.4.1",
49
- "@ahqstore/cli-darwin-universal": "0.4.1",
50
- "@ahqstore/cli-linux-riscv64-gnu": "0.4.1"
42
+ "@ahqstore/cli-win32-x64-msvc": "0.4.3",
43
+ "@ahqstore/cli-darwin-x64": "0.4.3",
44
+ "@ahqstore/cli-linux-x64-gnu": "0.4.3",
45
+ "@ahqstore/cli-darwin-arm64": "0.4.3",
46
+ "@ahqstore/cli-linux-arm64-gnu": "0.4.3",
47
+ "@ahqstore/cli-win32-arm64-msvc": "0.4.3",
48
+ "@ahqstore/cli-win32-ia32-msvc": "0.4.3",
49
+ "@ahqstore/cli-darwin-universal": "0.4.3",
50
+ "@ahqstore/cli-linux-riscv64-gnu": "0.4.3"
51
51
  }
52
52
  }