seam 0.74.0 → 0.76.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
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.74.0",
3
+ "version": "0.76.0",
4
4
  "description": "JavaScript SDK for the Seam API written in TypeScript.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -65,8 +65,8 @@
65
65
  "npm": ">= 9.0.0"
66
66
  },
67
67
  "dependencies": {
68
- "@seamapi/http": "1.0.0-rc.0",
69
- "@seamapi/types": "1.176.0",
68
+ "@seamapi/http": "1.0.0-rc.1",
69
+ "@seamapi/types": "1.177.0",
70
70
  "@seamapi/webhook": "1.0.0-rc.1",
71
71
  "seamapi-types": "1.42.0",
72
72
  "zod": "^3.21.4"