Skip to content

Commit d4fa941

Browse files
authored
Bump to v7.44.0 (#1245)
1 parent a1a8042 commit d4fa941

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.43.1",
2+
"version": "7.44.0",
33
"name": "@workos-inc/node",
44
"author": "WorkOS",
55
"description": "A Node wrapper for the WorkOS API",
@@ -73,4 +73,4 @@
7373
"default": "./lib/index.js"
7474
}
7575
}
76-
}
76+
}

src/sso/__snapshots__/sso.spec.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exports[`SSO SSO getProfileAndToken with all information provided sends a reques
2121
"Accept": "application/json, text/plain, */*",
2222
"Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU",
2323
"Content-Type": "application/x-www-form-urlencoded;charset=utf-8",
24-
"User-Agent": "workos-node/7.43.1/fetch",
24+
"User-Agent": "workos-node/7.44.0/fetch",
2525
}
2626
`;
2727

@@ -61,7 +61,7 @@ exports[`SSO SSO getProfileAndToken without a groups attribute sends a request t
6161
"Accept": "application/json, text/plain, */*",
6262
"Authorization": "Bearer sk_test_Sz3IQjepeSWaI4cMS4ms4sMuU",
6363
"Content-Type": "application/x-www-form-urlencoded;charset=utf-8",
64-
"User-Agent": "workos-node/7.43.1/fetch",
64+
"User-Agent": "workos-node/7.44.0/fetch",
6565
}
6666
`;
6767

src/workos.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import { Actions } from './actions/actions';
3737
import { Vault } from './vault/vault';
3838
import { ConflictException } from './common/exceptions/conflict.exception';
3939

40-
const VERSION = '7.43.1';
40+
const VERSION = '7.44.0';
4141

4242
const DEFAULT_HOSTNAME = 'api.workos.com';
4343

0 commit comments

Comments
 (0)