Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
f7c0c78
feat: add obligation escrow commands and types
manishdex25 Jul 27, 2026
99ffec9
docs: update README for improved clarity and formatting
manishdex25 Jul 28, 2026
0c0bfed
fix: update W3C obligation record with new issuer and restructure cre…
manishdex25 Jul 28, 2026
9802e14
refactor: consolidate verification commands into a unified pipeline
manishdex25 Jul 28, 2026
1e5f18a
docs: enhance README with updated TrustVC library details and local d…
manishdex25 Jul 30, 2026
a28a14e
chore(release): add beta-boe branch for prerelease channel
manishdex25 Jul 30, 2026
81a4d24
chore(release): update to version 1.1.0 and enhance dependencies
manishdex25 Jul 31, 2026
c431c3a
docs: update README for obligation registry usage and enhance error h…
manishdex25 Jul 31, 2026
fef3701
chore(release): update release configuration and CI workflows
manishdex25 Jul 31, 2026
5488f9c
docs: refine README formatting and clarify command usage
manishdex25 Jul 31, 2026
dedcad6
chore: update dependencies and improve error handling in obligation e…
manishdex25 Jul 31, 2026
3390fcc
Update .github/workflows/ci.yml
manishdex25 Jul 31, 2026
4c3f853
Update src/utils/obligation-document.ts
manishdex25 Jul 31, 2026
ffe1544
Refactor error handling in extractObligationDocumentInfo function
manishdex25 Jul 31, 2026
6dad862
Update README and command descriptions for obligation-escrowd
manishdex25 Jul 31, 2026
a5534dc
Update @trustvc/trustvc dependency to version 2.16.0-beta.1 and add t…
manishdex25 Aug 3, 2026
2c88be0
Enhance obligation escrow command handlers and improve error handling
manishdex25 Aug 3, 2026
54075d6
Update src/commands/obligation-registry/mint.ts
manishdex25 Aug 3, 2026
87c7d0f
Update src/commands/obligation-registry/mint.ts
manishdex25 Aug 3, 2026
8a81dc1
Refactor mintObligationToken error handling in mint.ts
manishdex25 Aug 3, 2026
da13f56
Update GitHub Actions workflow for release process
manishdex25 Aug 3, 2026
df96db5
Add decrypted.json for driving licence credential and enhance error h…
manishdex25 Aug 3, 2026
86af57b
Enhance obligation escrow command inputs and error handling
manishdex25 Aug 3, 2026
82684c6
Enhance error handling in document store and title escrow commands
manishdex25 Aug 3, 2026
7ed1ea9
Update .gitignore, remove decrypted.json, and enhance README clarity
manishdex25 Aug 3, 2026
512d7a4
Refactor error handling in document store and title escrow commands
manishdex25 Aug 3, 2026
9615cd1
Refactor CLI error handling and remove unused code
manishdex25 Aug 3, 2026
0dd6a8e
Refactor command input handling and improve error responses
manishdex25 Aug 3, 2026
355b791
Update README.md
manishdex25 Aug 4, 2026
c3b45ee
Refactor obligation registry and escrow command handling
manishdex25 Aug 4, 2026
c56af5d
Refactor signer handling in obligation commands
manishdex25 Aug 4, 2026
cd1c7ab
Update tests/commands/obligation-escrow/reject-transfer-owner.test.ts
manishdex25 Aug 4, 2026
1848598
Update README.md and enhance error handling in obligation escrow comm…
manishdex25 Aug 4, 2026
7db20ea
Update src/commands/obligation-registry/deploy.ts
manishdex25 Aug 4, 2026
a3c433a
Update src/commands/obligation-escrow/status.ts
manishdex25 Aug 4, 2026
2d37a10
Refactor obligation document handling and update imports
manishdex25 Aug 4, 2026
fb1122d
Remove branch specifications for CI triggers in GitHub Actions workflow
manishdex25 Aug 5, 2026
b715b92
Remove redundant comments from CI workflow configuration
manishdex25 Aug 5, 2026
70245f5
chore: trigger actions
manishdex25 Aug 5, 2026
c5213bf
Update package dependencies in package-lock.json and package.json
manishdex25 Aug 11, 2026
b632673
Merge branch 'beta' of github.com:TrustVC/trustvc-cli into feature/bo…
manishdex25 Aug 11, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 50 additions & 50 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@inquirer/prompts": "^5.3.8",
"@trustvc/trustvc": "2.16.0-beta.1",
"@trustvc/trustvc": "2.16.0-beta.3",
"@types/yargs": "^17.0.32",
"chalk": "^4.1.2",
"dotenv": "^16.0.0",
Expand Down
Loading