@betterportal/auth-workos 10.6.0 → 10.6.1

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.
@@ -4,7 +4,7 @@
4
4
  "pluginId": "org.betterportal.auth.workos",
5
5
  "title": "BetterPortal WorkOS",
6
6
  "description": "WorkOS-backed auth service for BetterPortal apps.",
7
- "version": "10.6.0",
7
+ "version": "10.6.1",
8
8
  "category": "service",
9
9
  "deploymentModes": [
10
10
  "self-hosted"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "pluginName": "org.betterportal.auth.workos",
3
3
  "events": {},
4
- "version": "10.6.0",
4
+ "version": "10.6.1",
5
5
  "configSchema": {
6
6
  "anyvaliVersion": "1.0",
7
7
  "schemaVersion": "1.1",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "service-betterportal-auth-workos",
3
3
  "name": "org.betterportal.auth.workos",
4
- "version": "10.6.0",
4
+ "version": "10.6.1",
5
5
  "description": "BetterPortal WorkOS auth service",
6
6
  "category": "service",
7
7
  "tags": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@betterportal/auth-workos",
3
- "version": "10.6.0",
3
+ "version": "10.6.1",
4
4
  "description": "BetterPortal WorkOS auth service for Node.js",
5
5
  "main": "lib/index.js",
6
6
  "types": "src/index.ts",
@@ -28,15 +28,15 @@
28
28
  "license": "(AGPL-3.0-only OR Commercial)",
29
29
  "type": "module",
30
30
  "devDependencies": {
31
- "@types/node": "^26.0.0",
32
- "tsx": "^4.21.0",
31
+ "@types/node": "^26.4.0",
32
+ "tsx": "^4.23.12",
33
33
  "typescript": "^6.0.3"
34
34
  },
35
35
  "dependencies": {
36
- "@betterportal/framework": "10.6.0",
37
- "@betterportal/plugin-bsb": "10.6.0",
36
+ "@betterportal/framework": "10.6.1",
37
+ "@betterportal/plugin-bsb": "10.6.1",
38
38
  "@bsb/base": "^9.6.77",
39
- "@workos-inc/node": "^10.7.0",
39
+ "@workos-inc/node": "^10.12.0",
40
40
  "anyvali": "^1.1.0",
41
41
  "jsonwebtoken": "^9.0.2",
42
42
  "jsx-htmx": "4.0.0-beta6"