@workos-inc/node 7.79.2 → 7.79.3
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/lib/workos.js +1 -1
- package/package.json +2 -2
package/lib/workos.js
CHANGED
|
@@ -35,7 +35,7 @@ const actions_1 = require("./actions/actions");
|
|
|
35
35
|
const vault_1 = require("./vault/vault");
|
|
36
36
|
const conflict_exception_1 = require("./common/exceptions/conflict.exception");
|
|
37
37
|
const parse_error_1 = require("./common/exceptions/parse-error");
|
|
38
|
-
const VERSION = '7.79.
|
|
38
|
+
const VERSION = '7.79.3';
|
|
39
39
|
const DEFAULT_HOSTNAME = 'api.workos.com';
|
|
40
40
|
const HEADER_AUTHORIZATION = 'Authorization';
|
|
41
41
|
const HEADER_IDEMPOTENCY_KEY = 'Idempotency-Key';
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "7.79.
|
|
2
|
+
"version": "7.79.3",
|
|
3
3
|
"name": "@workos-inc/node",
|
|
4
4
|
"author": "WorkOS",
|
|
5
5
|
"description": "A Node wrapper for the WorkOS API",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"iron-session": "~6.3.1",
|
|
38
38
|
"jose": "~5.6.3",
|
|
39
39
|
"leb": "^1.0.0",
|
|
40
|
-
"qs": "6.14.
|
|
40
|
+
"qs": "6.14.1"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@peculiar/webcrypto": "^1.4.5",
|