Comparing version 1.31.0 to 1.32.0
{ | ||
"name": "seam", | ||
"version": "1.31.0", | ||
"version": "1.32.0", | ||
"description": "JavaScript SDK for the Seam API written in TypeScript.", | ||
@@ -68,5 +68,5 @@ "type": "module", | ||
"dependencies": { | ||
"@seamapi/http": "1.11.1", | ||
"@seamapi/types": "1.264.2", | ||
"@seamapi/webhook": "1.1.0", | ||
"@seamapi/http": "1.13.0", | ||
"@seamapi/types": "1.287.1", | ||
"@seamapi/webhook": "1.1.1", | ||
"zod": "^3.21.4" | ||
@@ -73,0 +73,0 @@ }, |
@@ -445,7 +445,12 @@ # Seam JavaScript SDK | ||
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). | ||
@@ -492,4 +497,2 @@ ```js | ||
[Express]: https://expressjs.com/ | ||
## Development and Testing | ||
@@ -496,0 +499,0 @@ |
24369
629
+ Added@seamapi/http@1.13.0(transitive)
+ Added@seamapi/types@1.287.1(transitive)
+ Added@seamapi/webhook@1.1.1(transitive)
- Removed@seamapi/http@1.11.1(transitive)
- Removed@seamapi/types@1.264.2(transitive)
- Removed@seamapi/webhook@1.1.0(transitive)
Updated@seamapi/http@1.13.0
Updated@seamapi/types@1.287.1
Updated@seamapi/webhook@1.1.1