Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated code and tests to align with latest tbdex main #261

Merged
merged 11 commits into from
Jul 19, 2024
6 changes: 6 additions & 0 deletions .changeset/selfish-apricots-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@tbdex/protocol": major
"@tbdex/http-server": major
---

Updated code and tests to align with latest tbDEX spec (commit 621f54f of `tbdex` repo)
1 change: 1 addition & 0 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
uses: TBD54566975/tbdocs@main
with:
group_docs: true
fail_on_warnings: true
fail_on_error: true
entry_points: |
- file: packages/protocol/src/main.ts
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,9 @@ Release workflow:
## Working with the `tbdex` submodule

### Pulling
You may need to update the `tbdex` submodule after pulling.
You will need to update the `tbdex` submodule to the latest from time to time:
```sh
git pull
git submodule update
git submodule update --remote
```

### Pushing
Expand Down
250 changes: 250 additions & 0 deletions package-lock.json

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

Loading
Loading