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

Prep v1.0.0 release #229

Merged
merged 3 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 7 additions & 0 deletions .changeset/cold-hotels-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@tbdex/http-client": major
"@tbdex/http-server": major
"@tbdex/protocol": major
---

Official tbDEX v1 release 🎉
10 changes: 5 additions & 5 deletions packages/http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
},
"dependencies": {
"@tbdex/protocol": "workspace:*",
"@web5/common": "0.2.4",
"@web5/credentials": "0.4.5",
"@web5/crypto": "0.4.1",
"@web5/dids": "0.4.3",
"@web5/common": "1.0.0",
"@web5/credentials": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.0",
"ms": "2.1.3",
"query-string": "8.2.0",
"typeid-js": "0.3.0"
Expand Down Expand Up @@ -95,4 +95,4 @@
"docs": "pnpm build:esm && typedoc --plugin typedoc-plugin-markdown --out docs src/main.ts",
"try": "pnpm build:esm && node dist/esm/src/try.js"
}
}
}
2 changes: 1 addition & 1 deletion packages/http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@tbdex/http-client": "workspace:*",
"@tbdex/protocol": "workspace:*",
"@web5/dids": "0.4.3",
"@web5/dids": "1.0.0",
"cors": "2.8.5",
"express": "4.19.2"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
"dependencies": {
"@noble/hashes": "1.3.3",
"@types/node": "^7.0.5",
"@web5/common": "0.2.4",
"@web5/credentials": "0.4.5",
"@web5/crypto": "0.4.1",
"@web5/dids": "0.4.3",
"@web5/common": "1.0.0",
"@web5/credentials": "1.0.0",
"@web5/crypto": "1.0.0",
"@web5/dids": "1.0.0",
"ajv": "8.12.0",
"bignumber.js": "^9.1.2",
"canonicalize": "2.0.0",
Expand Down Expand Up @@ -92,4 +92,4 @@
"docs": "pnpm build:esm && typedoc --plugin typedoc-plugin-markdown --out docs src/main.ts",
"try": "pnpm compile-validators && pnpm build:esm && node dist/esm/src/try.js"
}
}
}
64 changes: 32 additions & 32 deletions pnpm-lock.yaml

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

Loading