seam 0.55.0 → 0.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -82,7 +82,8 @@ $ npm install seam
|
|
|
82
82
|
|
|
83
83
|
### Examples
|
|
84
84
|
|
|
85
|
-
|
|
85
|
+
> [!NOTE]
|
|
86
|
+
> These examples assume `SEAM_API_KEY` is set in your environment.
|
|
86
87
|
|
|
87
88
|
#### List devices
|
|
88
89
|
|
|
@@ -110,6 +111,7 @@ Authentication may be configured by passing the corresponding
|
|
|
110
111
|
options directly to the `Seam` constructor,
|
|
111
112
|
or with the more ergonomic static factory methods.
|
|
112
113
|
|
|
114
|
+
> [!NOTE]
|
|
113
115
|
> Publishable Key authentication is not supported by the constructor
|
|
114
116
|
> and must be configured using `Seam.fromPublishableKey`.
|
|
115
117
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "seam",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.56.0",
|
|
4
4
|
"description": "JavaScript SDK for the Seam API written in TypeScript.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"npm": ">= 9.0.0"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@seamapi/http": "0.
|
|
68
|
-
"@seamapi/types": "1.157.
|
|
67
|
+
"@seamapi/http": "0.27.0",
|
|
68
|
+
"@seamapi/types": "1.157.2",
|
|
69
69
|
"@seamapi/webhook": "1.0.0-rc.0",
|
|
70
70
|
"seamapi-types": "1.42.0",
|
|
71
71
|
"zod": "^3.21.4"
|