Skip to content

Commit f035e60

Browse files
feat(deps): bump the seam group with 2 updates (#255)
* feat(deps): bump the seam group with 2 updates Bumps the seam group with 2 updates: [@seamapi/http](https://github.com/seamapi/javascript-http) and [@seamapi/types](https://github.com/seamapi/types). Updates `@seamapi/http` from 1.27.0 to 1.28.0 - [Release notes](https://github.com/seamapi/javascript-http/releases) - [Changelog](https://github.com/seamapi/javascript-http/blob/main/.releaserc.json) - [Commits](seamapi/javascript-http@v1.27.0...v1.28.0) Updates `@seamapi/types` from 1.374.0 to 1.375.0 - [Release notes](https://github.com/seamapi/types/releases) - [Changelog](https://github.com/seamapi/types/blob/main/.releaserc.json) - [Commits](seamapi/types@v1.374.0...v1.375.0) --- updated-dependencies: - dependency-name: "@seamapi/http" dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: seam - dependency-name: "@seamapi/types" dependency-version: 1.375.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: seam ... Signed-off-by: dependabot[bot] <support@github.com> * ci: Generate code --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Seam Bot <seambot@getseam.com>
1 parent acbbc8f commit f035e60

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,10 @@ A workspace ID must be provided when using this method
185185
and all requests will be scoped to that workspace.
186186

187187
```ts
188-
// Pass as an option to the constructor
188+
// Set the `SEAM_PERSONAL_ACCESS_TOKEN` and `SEAM_WORKSPACE_ID` environment variables
189+
const seam = new Seam()
189190

191+
// Pass as an option to the constructor
190192
const seam = new Seam({
191193
personalAccessToken: 'your-personal-access-token',
192194
workspaceId: 'your-workspace-id',
@@ -418,6 +420,9 @@ A Personal Access Token is scoped to a Seam Console user.
418420
Obtain one from the Seam Console.
419421

420422
```ts
423+
// Set the `SEAM_PERSONAL_ACCESS_TOKEN` environment variable
424+
const seam = new SeamMultiWorkspace()
425+
421426
// Pass as an option to the constructor
422427
const seam = new SeamMultiWorkspace({
423428
personalAccessToken: 'your-personal-access-token',

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
"npm": ">= 9.0.0"
6666
},
6767
"dependencies": {
68-
"@seamapi/http": "1.27.0",
69-
"@seamapi/types": "1.374.0",
68+
"@seamapi/http": "1.28.0",
69+
"@seamapi/types": "1.375.0",
7070
"@seamapi/webhook": "1.1.1",
7171
"zod": "^3.21.4"
7272
},

0 commit comments

Comments
 (0)