seam 0.74.0 → 0.75.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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -356,7 +356,7 @@ const workspaces = await seam.workspaces.list()
|
|
|
356
356
|
|
|
357
357
|
#### Additional Options
|
|
358
358
|
|
|
359
|
-
In addition the various authentication options,
|
|
359
|
+
In addition to the various authentication options,
|
|
360
360
|
the constructor takes some advanced options that affect behavior.
|
|
361
361
|
|
|
362
362
|
```ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "seam",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.75.0",
|
|
4
4
|
"description": "JavaScript SDK for the Seam API written in TypeScript.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"npm": ">= 9.0.0"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@seamapi/http": "1.0.0-rc.
|
|
68
|
+
"@seamapi/http": "1.0.0-rc.1",
|
|
69
69
|
"@seamapi/types": "1.176.0",
|
|
70
70
|
"@seamapi/webhook": "1.0.0-rc.1",
|
|
71
71
|
"seamapi-types": "1.42.0",
|