chore: upgrade pubky

Upgrade pubky to current main.
Bump package version to 0.4.0.
This commit is contained in:
coreyphillips
2024-09-24 20:19:28 -04:00
parent dd412fff26
commit 08db61d35a
28 changed files with 281 additions and 2035 deletions

View File

@@ -3,9 +3,12 @@ pre-commit:
commands:
lint:
glob: "*.{js,ts,jsx,tsx}"
exclude:
- "rust/**/*"
run: npx eslint {staged_files}
types:
glob: "*.{js,ts, jsx, tsx}"
glob: "*.{js,ts,jsx,tsx}"
exclude: "rust/**/*"
run: npx tsc
commit-msg:
parallel: true