From 08b36b2aa21fc5b46bc3a0148b25df40f2e63b1f Mon Sep 17 00:00:00 2001
From: Paul Asjes
Date: Thu, 12 Dec 2024 11:10:00 +0100
Subject: [PATCH] Bump to v7.35.1
---
package.json | 2 +-
src/sso/__snapshots__/sso.spec.ts.snap | 4 ++--
src/workos.ts | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package.json b/package.json
index ea19055ea..b798eed73 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "version": "7.35.0",
+ "version": "7.35.1",
"name": "@workos-inc/node",
"author": "WorkOS",
"description": "A Node wrapper for the WorkOS API",
diff --git a/src/sso/__snapshots__/sso.spec.ts.snap b/src/sso/__snapshots__/sso.spec.ts.snap
index 866785838..9e49f0c77 100644
--- a/src/sso/__snapshots__/sso.spec.ts.snap
+++ b/src/sso/__snapshots__/sso.spec.ts.snap
@@ -21,7 +21,7 @@ exports[`SSO SSO getProfileAndToken with all information provided sends a reques
"Accept": "application/json, text/plain, */*",
"Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU",
"Content-Type": "application/x-www-form-urlencoded;charset=utf-8",
- "User-Agent": "workos-node/7.35.0/fetch",
+ "User-Agent": "workos-node/7.35.1/fetch",
}
`;
@@ -61,7 +61,7 @@ exports[`SSO SSO getProfileAndToken without a groups attribute sends a request t
"Accept": "application/json, text/plain, */*",
"Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU",
"Content-Type": "application/x-www-form-urlencoded;charset=utf-8",
- "User-Agent": "workos-node/7.35.0/fetch",
+ "User-Agent": "workos-node/7.35.1/fetch",
}
`;
diff --git a/src/workos.ts b/src/workos.ts
index 80b3457d0..4ffaf2db0 100644
--- a/src/workos.ts
+++ b/src/workos.ts
@@ -35,7 +35,7 @@ import { IronSessionProvider } from './common/iron-session/iron-session-provider
import { Widgets } from './widgets/widgets';
import { Actions } from './actions/actions';
-const VERSION = '7.35.0';
+const VERSION = '7.35.1';
const DEFAULT_HOSTNAME = 'api.workos.com';