Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Sep 13, 2024
1 parent ad3937f commit 6f0deee
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ahqstore/gh_hash",
"version": "1.0.3",
"version": "1.1.0",
"description": "Generate AHQ Store Hash",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -17,12 +17,12 @@
"author": "AHQ Store",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.5.4",
"@types/sha256": "^0.2.2",
"typescript": "^5.6.2"
"@types/node": "^22",
"@types/sha256": "^0.2",
"typescript": "^5"
},
"dependencies": {
"sha256": "^0.2.0"
"sha256": "^0.2"
},
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions js/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ahqstore_gh_hash"
version = "1.0.2"
version = "1.1.0"
edition = "2021"
license = "MIT"
authors = ["AHQ Store"]
Expand All @@ -10,4 +10,4 @@ repository = "https://github.com/ahqstore/gh_hash"
rust-version = "1.70"

[dependencies]
sha256 = "1.5.0"
sha256 = "1"

0 comments on commit 6f0deee

Please sign in to comment.