index
:
digiid-ts
main
[MIRROR] A modern TypeScript implementation of the Digi-ID authentication protocol
zelu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
package.json
Age
Commit message (
Expand
)
Author
8 days
fix: correct bech32 address verification to use compressed public key
Pawel Zelawski
8 days
fix: correct public key recovery to use toBytes() and addRecoveryBit()
Pawel Zelawski
8 days
chore: bump to v2.0.0
v2.0.0
Pawel Zelawski
8 days
feat: migrate from bitcoinjs-message to @noble/curves
Pawel Zelawski
2025-12-20
chore: bump version to 1.1.1 for security fixes
v1.1.1
Pawel Zelawski
2025-12-20
fix: resolve security vulnerabilities in dependencies
Pawel Zelawski
2025-04-14
fix: Correct Bech32 address verification via dependency change
Pawel Zelawski
2025-04-10
chore: prepare release 1.0.1
v1.0.1
Pawel Zelawski
2025-04-10
fix(deps): override elliptic and lodash to fix vulnerabilities
Pawel Zelawski
2025-04-10
docs: improve documentation and fix linting configuration
Pawel Zelawski
2025-04-10
chore: bump version to 1.0.0 for stable release
Pawel Zelawski
2025-04-10
fix: add explicit exports field to package.json
Pawel Zelawski
2025-04-09
build: Configure Vite for library build and finalize package fields
Pawel Zelawski
2025-04-09
feat: Initialize project structure and dependencies
Pawel Zelawski