Skip to content

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed May 28, 2024
1 parent 4436321 commit 65c85ed
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "ahqstore_cli_rs"
version = "0.3.2"
version = "0.3.3"
description = "AHQ Store CLI"
repository = "https://github.com/ahqstore/cli"
homepage = "https://github.com/ahqstore/cli"
Expand Down
5 changes: 4 additions & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahqstore/cli-darwin-arm64",
"version": "0.0.0",
"version": "0.3.3",
"os": [
"darwin"
],
Expand All @@ -11,6 +11,9 @@
"files": [
"cli.darwin-arm64.node"
],
"repository": {
"url": "https://github.com/ahqstore/cli"
},
"license": "MIT",
"engines": {
"node": ">= 10"
Expand Down
5 changes: 4 additions & 1 deletion npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahqstore/cli-darwin-universal",
"version": "0.0.0",
"version": "0.3.3",
"os": [
"darwin"
],
Expand All @@ -11,5 +11,8 @@
"license": "MIT",
"engines": {
"node": ">= 10"
},
"repository": {
"url": "https://github.com/ahqstore/cli"
}
}
5 changes: 4 additions & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "@ahqstore/cli-darwin-x64",
"version": "0.0.0",
"version": "0.3.3",
"os": [
"darwin"
],
"cpu": [
"x64"
],
"repository": {
"url": "https://github.com/ahqstore/cli"
},
"main": "cli.darwin-x64.node",
"files": [
"cli.darwin-x64.node"
Expand Down
5 changes: 4 additions & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahqstore/cli-linux-arm64-gnu",
"version": "0.0.0",
"version": "0.3.3",
"os": [
"linux"
],
Expand All @@ -11,6 +11,9 @@
"files": [
"cli.linux-arm64-gnu.node"
],
"repository": {
"url": "https://github.com/ahqstore/cli"
},
"license": "MIT",
"engines": {
"node": ">= 10"
Expand Down
5 changes: 4 additions & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahqstore/cli-linux-x64-gnu",
"version": "0.0.0",
"version": "0.3.3",
"os": [
"linux"
],
Expand All @@ -11,6 +11,9 @@
"files": [
"cli.linux-x64-gnu.node"
],
"repository": {
"url": "https://github.com/ahqstore/cli"
},
"license": "MIT",
"engines": {
"node": ">= 10"
Expand Down
5 changes: 4 additions & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahqstore/cli-win32-arm64-msvc",
"version": "0.0.0",
"version": "0.3.3",
"os": [
"win32"
],
Expand All @@ -11,6 +11,9 @@
"files": [
"cli.win32-arm64-msvc.node"
],
"repository": {
"url": "https://github.com/ahqstore/cli"
},
"license": "MIT",
"engines": {
"node": ">= 10"
Expand Down
5 changes: 4 additions & 1 deletion npm/win32-ia32-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahqstore/cli-win32-ia32-msvc",
"version": "0.0.0",
"version": "0.3.3",
"os": [
"win32"
],
Expand All @@ -11,6 +11,9 @@
"files": [
"cli.win32-ia32-msvc.node"
],
"repository": {
"url": "https://github.com/ahqstore/cli"
},
"license": "MIT",
"engines": {
"node": ">= 10"
Expand Down
5 changes: 4 additions & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahqstore/cli-win32-x64-msvc",
"version": "0.0.0",
"version": "0.3.3",
"os": [
"win32"
],
Expand All @@ -11,6 +11,9 @@
"files": [
"cli.win32-x64-msvc.node"
],
"repository": {
"url": "https://github.com/ahqstore/cli"
},
"license": "MIT",
"engines": {
"node": ">= 10"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahqstore/cli",
"version": "0.3.2",
"version": "0.3.3",
"napi": {
"name": "cli",
"triples": {
Expand Down

0 comments on commit 65c85ed

Please sign in to comment.