Skip to content

feat(deps): bump the seam group across 1 directory with 3 updates #174

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

Closed
wants to merge 2 commits into from
Closed
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
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,11 +442,16 @@ const devices = await request.execute()

### Receiving Webhooks

First, create a webhook using the Seam API or Seam Console
and obtain a Seam webhook secret.
The Seam API implements webhooks using [Svix](https://www.svix.com).
This SDK exports a thin wrapper `SeamWebhook` around the svix package.
Use it to parse and validate [Seam webhook events](https://docs.seam.co/latest/developer-tools/webhooks).

Refer to the [Svix docs on Consuming Webhooks](https://docs.svix.com/receiving/introduction)
for an in-depth guide on best-practices for handling webhooks in your application.

> [!TIP]
> This example is for [Express], see the [Svix docs for more examples in specific frameworks](https://docs.svix.com/receiving/verifying-payloads/how).
> This example is for [Express](https://expressjs.com/),
> see the [Svix docs for more examples in specific frameworks](https://docs.svix.com/receiving/verifying-payloads/how).

```js
import { env } from 'node:process'
Expand Down Expand Up @@ -488,8 +493,6 @@ app.listen(8080, () => {
})
```

[Express]: https://expressjs.com/

## Development and Testing

### Quickstart
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
"npm": ">= 9.0.0"
},
"dependencies": {
"@seamapi/http": "1.11.1",
"@seamapi/types": "1.264.2",
"@seamapi/webhook": "1.1.0",
"@seamapi/http": "1.12.0",
"@seamapi/types": "1.278.0",
"@seamapi/webhook": "1.1.1",
"zod": "^3.21.4"
},
"devDependencies": {
Expand Down
Loading