Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

bump creds package #275

Merged
merged 7 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
6 changes: 6 additions & 0 deletions .changeset/eight-boats-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@tbdex/http-client": patch
"@tbdex/protocol": patch
---

update to use latest creds package
2 changes: 1 addition & 1 deletion packages/http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"dependencies": {
"@tbdex/protocol": "workspace:*",
"@web5/common": "1.0.1",
"@web5/credentials": "1.0.3",
"@web5/credentials": "1.1.0",
"@web5/crypto": "1.0.1",
"@web5/dids": "1.1.1",
"ms": "2.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@noble/hashes": "1.3.3",
"@types/node": "^7.0.5",
"@web5/common": "1.0.1",
"@web5/credentials": "1.0.3",
"@web5/credentials": "1.1.0",
"@web5/crypto": "1.0.1",
"@web5/dids": "1.1.1",
"ajv": "8.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/protocol/src/dev-tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class DevTools {
constraints : {
fields: [
{
path : ['$.type[*]'],
path : ['$.vc.type[*]'],
filter : {
type : 'string',
pattern : '^YoloCredential$'
Expand Down
Loading
Loading