Skip to content

Commit

Permalink
Prep v1.0.0 release (#229)
Browse files Browse the repository at this point in the history
* Uses @web5 packages v1.0.0

* Add major bump to v1

* Update pnpm-lock.yaml file
  • Loading branch information
leordev authored Apr 3, 2024
1 parent 9d0179b commit e852f25
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 43 deletions.
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.

0 comments on commit e852f25

Please sign in to comment.