diff --git a/README.md b/README.md index f3eb3b9..9e59ca3 100644 --- a/README.md +++ b/README.md @@ -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' diff --git a/package-lock.json b/package-lock.json index 593b5bf..398e7b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@seamapi/http": "0.28.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" }, @@ -1097,9 +1097,9 @@ } }, "node_modules/@seamapi/webhook": { - "version": "1.0.0-rc.0", - "resolved": "https://registry.npmjs.org/@seamapi/webhook/-/webhook-1.0.0-rc.0.tgz", - "integrity": "sha512-HYpS9KNucFyj/B6vuUI3v6kX5C4eJjegEfcLKsb9ZGVwHJqVq6P4Rv97ZJ1efwzDN2tETuYf0gutHAtfQAUJUg==", + "version": "1.0.0-rc.1", + "resolved": "https://registry.npmjs.org/@seamapi/webhook/-/webhook-1.0.0-rc.1.tgz", + "integrity": "sha512-yFrbqB1o81/C9UmWCL0AUcTTajclx12O7HGWvrfxLwmTVE2/iiWgvFRCcGz/RVIAODr+5VsCzUH1JcRIDCM/6Q==", "dependencies": { "svix": "^1.15.0" }, @@ -1108,14 +1108,10 @@ "npm": ">= 9.0.0" }, "peerDependencies": { - "seamapi-types": "^1.42.0", - "type-fest": "^4.0.0" + "@seamapi/types": "^1.166.0" }, "peerDependenciesMeta": { - "seamapi-types": { - "optional": true - }, - "type-fest": { + "@seamapi/types": { "optional": true } } @@ -6882,19 +6878,6 @@ "node": ">= 0.8.0" } }, - "node_modules/type-fest": { - "version": "4.15.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.15.0.tgz", - "integrity": "sha512-tB9lu0pQpX5KJq54g+oHOLumOx+pMep4RaM6liXh2PKmVRFF+/vAtUP0ZaJ0kOySfVNjF6doBWPHhBhISKdlIA==", - "optional": true, - "peer": true, - "engines": { - "node": ">=16" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/typed-array-buffer": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", diff --git a/package.json b/package.json index e89a449..6575b3f 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "dependencies": { "@seamapi/http": "0.28.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" },