Skip to content

Commit 9894298

Browse files
authored
Merge pull request #7 from heliomarpm/develop
πŸ”€ develop β†’ main: 2025-06-23
2 parents 38ca788 + dd9b833 commit 9894298

File tree

10 files changed

+185
-50
lines changed

10 files changed

+185
-50
lines changed

β€Ž.editorconfigβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ root = true
44
[*]
55
charset = utf-8
66
indent_style = tab
7-
indent_size = 2
7+
indent_size = 4
88
insert_final_newline = true
99
trim_trailing_whitespace = true
1010
max_line_length = 180

β€Ž.github/workflows/4.publish-npm.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
publish-npm:
4949
needs: check_code_changes
50-
if: needs.check_code_changes.outputs.has_code_changes == 'true'
50+
if: needs.check_code_changes.outputs.has_code_changes == 'true'
5151
runs-on: ubuntu-latest
5252
permissions:
5353
contents: read

β€Ž.husky/pre-commitβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22
# git add .
3-
npx lint-staged && npx vitest --no-watch
3+
npx lint-staged && npx vitest --no-watch

β€Žbiome.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",
@@ -15,7 +15,7 @@
1515
"files": {
1616
"maxSize": 10485760,
1717
"ignoreUnknown": false,
18-
"includes": ["**"]
18+
"includes": ["src/**/*"]
1919
},
2020
"linter": {
2121
"enabled": true,

β€Ždocs/INDEX-DOCS.mdβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ main();
8787

8888
## πŸ“š API Reference
8989

90-
See the [API documentation](https://heliomarpm.github.io/cryptoh) for a complete list of available functions and their signatures.
91-
9290
### πŸ”’ cryptoh.hash
9391

9492
- Hashes the given text using the specified algorithm (default: SHA-256). \

β€Žpackage-lock.jsonβ€Ž

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"postclean": "npm cache clean --force"
4444
},
4545
"devDependencies": {
46-
"@biomejs/biome": "^2.0.4",
46+
"@biomejs/biome": "^2.0.6",
4747
"@commitlint/cli": "^19.8.1",
4848
"@commitlint/config-conventional": "^19.8.1",
4949
"@semantic-release/changelog": "^6.0.3",

0 commit comments

Comments
Β (0)