Skip to content

Commit

Permalink
feat: Update dependencies to RC versions (#75)
Browse files Browse the repository at this point in the history
* feat: Update dependencies to RC versions

* ci: Generate code

* ci: Format code

---------

Co-authored-by: Seam Bot <devops@getseam.com>
  • Loading branch information
razor-x and seambot committed Apr 19, 2024
1 parent 6791104 commit ba64577
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 30 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,8 @@ const devices = await request.execute()
First, create a webhook using the Seam API or Seam Console
and obtain a Seam webhook secret.

_This example is for [Express], see the [Svix docs for more examples in specific frameworks](https://docs.svix.com/receiving/verifying-payloads/how)._
> [!TIP]
> This example is for [Express], see the [Svix docs for more examples in specific frameworks](https://docs.svix.com/receiving/verifying-payloads/how).
```js
import { SeamWebhook } from 'seam'
Expand Down
37 changes: 10 additions & 27 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
"npm": ">= 9.0.0"
},
"dependencies": {
"@seamapi/http": "0.28.0",
"@seamapi/http": "1.0.0-rc.0",
"@seamapi/types": "1.166.0",
"@seamapi/webhook": "1.0.0-rc.0",
"@seamapi/webhook": "1.0.0-rc.1",
"seamapi-types": "1.42.0",
"zod": "^3.21.4"
},
Expand Down

0 comments on commit ba64577

Please sign in to comment.