@betterportal/auth-workos 10.1.43 → 10.1.45
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/bp-contracts/org.betterportal.auth.workos.json +23 -23
- package/lib/plugins/service-betterportal-auth-workos/.bp-generated/registry.d.ts.map +1 -1
- package/lib/plugins/service-betterportal-auth-workos/.bp-generated/registry.js +15 -14
- package/lib/plugins/service-betterportal-auth-workos/.bp-generated/registry.js.map +1 -1
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_renderer.bootstrap5/GET.d.ts.map +1 -0
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_renderer.bootstrap5/GET.js.map +1 -0
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_renderer.bootstrap5/_background.monitor.GET.d.ts.map +1 -0
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_renderer.bootstrap5/_background.monitor.GET.js.map +1 -0
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_renderer.bootstrap5/_nav.profile.GET.d.ts.map +1 -0
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_renderer.bootstrap5/_nav.profile.GET.js.map +1 -0
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_renderer.embedded/_background.monitor.GET.d.ts +3 -0
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_renderer.embedded/_background.monitor.GET.d.ts.map +1 -0
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_renderer.embedded/_background.monitor.GET.js +3 -0
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_renderer.embedded/_background.monitor.GET.js.map +1 -0
- package/lib/schemas/service-betterportal-auth-workos.json +1 -1
- package/lib/schemas/service-betterportal-auth-workos.plugin.json +1 -1
- package/package.json +3 -3
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.bootstrap1/GET.d.ts.map +0 -1
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.bootstrap1/GET.js.map +0 -1
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.bootstrap1/_background.monitor.GET.d.ts.map +0 -1
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.bootstrap1/_background.monitor.GET.js.map +0 -1
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.bootstrap1/_nav.profile.GET.d.ts.map +0 -1
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.bootstrap1/_nav.profile.GET.js.map +0 -1
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.embedded/_background.monitor.GET.d.ts +0 -3
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.embedded/_background.monitor.GET.d.ts.map +0 -1
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.embedded/_background.monitor.GET.js +0 -3
- package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.embedded/_background.monitor.GET.js.map +0 -1
- /package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/{_theme.bootstrap1 → _renderer.bootstrap5}/GET.d.ts +0 -0
- /package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/{_theme.bootstrap1 → _renderer.bootstrap5}/GET.js +0 -0
- /package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/{_theme.bootstrap1 → _renderer.bootstrap5}/_background.monitor.GET.d.ts +0 -0
- /package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/{_theme.bootstrap1 → _renderer.bootstrap5}/_background.monitor.GET.js +0 -0
- /package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/{_theme.bootstrap1 → _renderer.bootstrap5}/_nav.profile.GET.d.ts +0 -0
- /package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/{_theme.bootstrap1 → _renderer.bootstrap5}/_nav.profile.GET.js +0 -0
|
@@ -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.1.
|
|
7
|
+
"version": "10.1.45",
|
|
8
8
|
"category": "service",
|
|
9
9
|
"deploymentModes": [
|
|
10
10
|
"self-hosted"
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"auth.roles.authority.betterportal",
|
|
17
17
|
"view.json",
|
|
18
18
|
"view.metadata",
|
|
19
|
-
"
|
|
19
|
+
"renderer.bootstrap5",
|
|
20
20
|
"view.html",
|
|
21
|
-
"
|
|
21
|
+
"renderer.embedded"
|
|
22
22
|
],
|
|
23
|
-
"
|
|
24
|
-
"
|
|
23
|
+
"supportedRenderers": [
|
|
24
|
+
"bootstrap5",
|
|
25
25
|
"embedded"
|
|
26
26
|
],
|
|
27
27
|
"supportedRenderModes": [
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"renderable": false,
|
|
47
47
|
"raw": true,
|
|
48
48
|
"html": {
|
|
49
|
-
"
|
|
49
|
+
"renderers": {}
|
|
50
50
|
},
|
|
51
51
|
"auth": {
|
|
52
52
|
"required": true,
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"renderable": false,
|
|
90
90
|
"raw": true,
|
|
91
91
|
"html": {
|
|
92
|
-
"
|
|
92
|
+
"renderers": {}
|
|
93
93
|
},
|
|
94
94
|
"auth": {
|
|
95
95
|
"required": true,
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"renderable": false,
|
|
133
133
|
"raw": true,
|
|
134
134
|
"html": {
|
|
135
|
-
"
|
|
135
|
+
"renderers": {}
|
|
136
136
|
},
|
|
137
137
|
"auth": {
|
|
138
138
|
"required": true,
|
|
@@ -340,8 +340,8 @@
|
|
|
340
340
|
"metadataResponseSchema": {},
|
|
341
341
|
"renderable": true,
|
|
342
342
|
"html": {
|
|
343
|
-
"
|
|
344
|
-
"
|
|
343
|
+
"renderers": {
|
|
344
|
+
"bootstrap5": {
|
|
345
345
|
"defaultRenderer": "default",
|
|
346
346
|
"renderModes": [
|
|
347
347
|
"page",
|
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
"metadataResponseSchema": {},
|
|
492
492
|
"renderable": false,
|
|
493
493
|
"html": {
|
|
494
|
-
"
|
|
494
|
+
"renderers": {}
|
|
495
495
|
},
|
|
496
496
|
"auth": {
|
|
497
497
|
"required": false,
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
"metadataResponseSchema": {},
|
|
585
585
|
"renderable": false,
|
|
586
586
|
"html": {
|
|
587
|
-
"
|
|
587
|
+
"renderers": {}
|
|
588
588
|
},
|
|
589
589
|
"auth": {
|
|
590
590
|
"required": false,
|
|
@@ -872,7 +872,7 @@
|
|
|
872
872
|
"GET"
|
|
873
873
|
],
|
|
874
874
|
"paramNames": [],
|
|
875
|
-
"
|
|
875
|
+
"renderers": [],
|
|
876
876
|
"hasFragments": false,
|
|
877
877
|
"fragments": [],
|
|
878
878
|
"components": []
|
|
@@ -884,7 +884,7 @@
|
|
|
884
884
|
"POST"
|
|
885
885
|
],
|
|
886
886
|
"paramNames": [],
|
|
887
|
-
"
|
|
887
|
+
"renderers": [],
|
|
888
888
|
"hasFragments": false,
|
|
889
889
|
"fragments": [],
|
|
890
890
|
"components": []
|
|
@@ -896,7 +896,7 @@
|
|
|
896
896
|
"POST"
|
|
897
897
|
],
|
|
898
898
|
"paramNames": [],
|
|
899
|
-
"
|
|
899
|
+
"renderers": [],
|
|
900
900
|
"hasFragments": false,
|
|
901
901
|
"fragments": [],
|
|
902
902
|
"components": []
|
|
@@ -908,8 +908,8 @@
|
|
|
908
908
|
"GET"
|
|
909
909
|
],
|
|
910
910
|
"paramNames": [],
|
|
911
|
-
"
|
|
912
|
-
"
|
|
911
|
+
"renderers": [
|
|
912
|
+
"bootstrap5",
|
|
913
913
|
"embedded"
|
|
914
914
|
],
|
|
915
915
|
"hasFragments": true,
|
|
@@ -917,16 +917,16 @@
|
|
|
917
917
|
{
|
|
918
918
|
"fragmentLocation": "background",
|
|
919
919
|
"fragmentId": "monitor",
|
|
920
|
-
"
|
|
921
|
-
"
|
|
920
|
+
"renderers": [
|
|
921
|
+
"bootstrap5",
|
|
922
922
|
"embedded"
|
|
923
923
|
]
|
|
924
924
|
},
|
|
925
925
|
{
|
|
926
926
|
"fragmentLocation": "nav",
|
|
927
927
|
"fragmentId": "profile",
|
|
928
|
-
"
|
|
929
|
-
"
|
|
928
|
+
"renderers": [
|
|
929
|
+
"bootstrap5"
|
|
930
930
|
]
|
|
931
931
|
}
|
|
932
932
|
],
|
|
@@ -939,7 +939,7 @@
|
|
|
939
939
|
"GET"
|
|
940
940
|
],
|
|
941
941
|
"paramNames": [],
|
|
942
|
-
"
|
|
942
|
+
"renderers": [],
|
|
943
943
|
"hasFragments": false,
|
|
944
944
|
"fragments": [],
|
|
945
945
|
"components": []
|
|
@@ -951,7 +951,7 @@
|
|
|
951
951
|
"POST"
|
|
952
952
|
],
|
|
953
953
|
"paramNames": [],
|
|
954
|
-
"
|
|
954
|
+
"renderers": [],
|
|
955
955
|
"hasFragments": false,
|
|
956
956
|
"fragments": [],
|
|
957
957
|
"components": []
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../../../src/plugins/service-betterportal-auth-workos/.bp-generated/registry.ts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAEpE,eAAO,MAAM,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../../../src/plugins/service-betterportal-auth-workos/.bp-generated/registry.ts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAEpE,eAAO,MAAM,QAAQ,EAAE,oBAyItB,CAAC"}
|
|
@@ -7,10 +7,10 @@ import * as workosRoleSyncRolesRoute from "../bp-routes/.well-known/bp/config/wo
|
|
|
7
7
|
import * as workosRoleSyncRolesPOSTRoute from "../bp-routes/.well-known/bp/config/workos-role-sync/roles/POST.js";
|
|
8
8
|
import * as loginRoute from "../bp-routes/login/index.js";
|
|
9
9
|
import * as loginGETRoute from "../bp-routes/login/GET.js";
|
|
10
|
-
import * as
|
|
11
|
-
import * as
|
|
12
|
-
import * as
|
|
13
|
-
import * as loginEmbeddedBackgroundMonitorGET from "../bp-routes/login/
|
|
10
|
+
import * as loginBootstrap5PageGET from "../bp-routes/login/_renderer.bootstrap5/GET.js";
|
|
11
|
+
import * as loginBootstrap5BackgroundMonitorGET from "../bp-routes/login/_renderer.bootstrap5/_background.monitor.GET.js";
|
|
12
|
+
import * as loginBootstrap5NavProfileGET from "../bp-routes/login/_renderer.bootstrap5/_nav.profile.GET.js";
|
|
13
|
+
import * as loginEmbeddedBackgroundMonitorGET from "../bp-routes/login/_renderer.embedded/_background.monitor.GET.js";
|
|
14
14
|
import * as logoutRoute from "../bp-routes/logout/index.js";
|
|
15
15
|
import * as logoutGETRoute from "../bp-routes/logout/GET.js";
|
|
16
16
|
import * as refreshRoute from "../bp-routes/refresh/index.js";
|
|
@@ -32,7 +32,7 @@ export const registry = {
|
|
|
32
32
|
role: workosRoleSyncRoute.role,
|
|
33
33
|
cacheHints: workosRoleSyncRoute.cacheHints,
|
|
34
34
|
demoScenarios: [],
|
|
35
|
-
|
|
35
|
+
renderers: {}
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
viewId: "workos-role-sync.permissions",
|
|
@@ -49,7 +49,7 @@ export const registry = {
|
|
|
49
49
|
role: workosRoleSyncPermissionsRoute.role,
|
|
50
50
|
cacheHints: workosRoleSyncPermissionsRoute.cacheHints,
|
|
51
51
|
demoScenarios: [],
|
|
52
|
-
|
|
52
|
+
renderers: {}
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
55
|
viewId: "workos-role-sync.roles",
|
|
@@ -66,7 +66,7 @@ export const registry = {
|
|
|
66
66
|
role: workosRoleSyncRolesRoute.role,
|
|
67
67
|
cacheHints: workosRoleSyncRolesRoute.cacheHints,
|
|
68
68
|
demoScenarios: [],
|
|
69
|
-
|
|
69
|
+
renderers: {}
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
viewId: "login.index",
|
|
@@ -92,11 +92,11 @@ export const registry = {
|
|
|
92
92
|
chrome: loginRoute.chrome,
|
|
93
93
|
cacheHints: loginRoute.cacheHints,
|
|
94
94
|
demoScenarios: [],
|
|
95
|
-
|
|
96
|
-
"
|
|
97
|
-
pages: [{ rendererId: "default", type: "page", method: "GET", render:
|
|
95
|
+
renderers: {
|
|
96
|
+
"bootstrap5": {
|
|
97
|
+
pages: [{ rendererId: "default", type: "page", method: "GET", render: loginBootstrap5PageGET.render }],
|
|
98
98
|
components: [],
|
|
99
|
-
fragments: [{ rendererId: "background.monitor", type: "fragment", method: "GET", fragmentLocation: "background", fragmentId: "monitor", render:
|
|
99
|
+
fragments: [{ rendererId: "background.monitor", type: "fragment", method: "GET", fragmentLocation: "background", fragmentId: "monitor", render: loginBootstrap5BackgroundMonitorGET.render }, { rendererId: "nav.profile", type: "fragment", method: "GET", fragmentLocation: "nav", fragmentId: "profile", render: loginBootstrap5NavProfileGET.render }]
|
|
100
100
|
},
|
|
101
101
|
"embedded": {
|
|
102
102
|
pages: [],
|
|
@@ -125,7 +125,7 @@ export const registry = {
|
|
|
125
125
|
role: logoutRoute.role,
|
|
126
126
|
cacheHints: logoutRoute.cacheHints,
|
|
127
127
|
demoScenarios: [],
|
|
128
|
-
|
|
128
|
+
renderers: {}
|
|
129
129
|
},
|
|
130
130
|
{
|
|
131
131
|
viewId: "refresh.index",
|
|
@@ -147,8 +147,9 @@ export const registry = {
|
|
|
147
147
|
role: refreshRoute.role,
|
|
148
148
|
cacheHints: refreshRoute.cacheHints,
|
|
149
149
|
demoScenarios: [],
|
|
150
|
-
|
|
150
|
+
renderers: {}
|
|
151
151
|
}
|
|
152
|
-
]
|
|
152
|
+
],
|
|
153
|
+
shellFragments: []
|
|
153
154
|
};
|
|
154
155
|
//# sourceMappingURL=registry.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"registry.js","sourceRoot":"","sources":["../../../../src/plugins/service-betterportal-auth-workos/.bp-generated/registry.ts"],"names":[],"mappings":"AAAA,uDAAuD;AACvD,OAAO,KAAK,mBAAmB,MAAM,8DAA8D,CAAC;AACpG,OAAO,KAAK,sBAAsB,MAAM,4DAA4D,CAAC;AACrG,OAAO,KAAK,8BAA8B,MAAM,0EAA0E,CAAC;AAC3H,OAAO,KAAK,kCAAkC,MAAM,yEAAyE,CAAC;AAC9H,OAAO,KAAK,wBAAwB,MAAM,oEAAoE,CAAC;AAC/G,OAAO,KAAK,4BAA4B,MAAM,mEAAmE,CAAC;AAClH,OAAO,KAAK,UAAU,MAAM,6BAA6B,CAAC;AAC1D,OAAO,KAAK,aAAa,MAAM,2BAA2B,CAAC;AAC3D,OAAO,KAAK,sBAAsB,MAAM,
|
|
1
|
+
{"version":3,"file":"registry.js","sourceRoot":"","sources":["../../../../src/plugins/service-betterportal-auth-workos/.bp-generated/registry.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-auth-workos/bp-routes/login/_renderer.bootstrap5/GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,wBAAgB,MAAM,CAAC,IAAI,EAAE,YAAY,GAAG,cAAc,CAkGzD"}
|
package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_renderer.bootstrap5/GET.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-auth-workos/bp-routes/login/_renderer.bootstrap5/GET.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,GAAG,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AAGnC,MAAM,UAAU,MAAM,CAAC,IAAkB;IACvC,MAAM,IAAI,GAAG,IAAI,CAAC,OAAO,IAAI,GAAG,CAAC;IACjC,IAAI,IAAI,CAAC,SAAS,EAAE,CAAC;QACnB,OAAO,CACL,cAAK,KAAK,EAAC,gBAAgB,EAAC,KAAK,EAAC,mBAAmB,YACnD,cAAK,KAAK,EAAC,yBAAyB,YAClC,eAAK,KAAK,EAAC,uBAAuB,aAChC,aAAI,KAAK,EAAC,iBAAiB,2BAAgB,EAC3C,YAAG,KAAK,EAAC,2BAA2B,0CAA8B,EAClE,YAAG,KAAK,EAAC,uBAAuB,EAAC,IAAI,EAAE,IAAI,yBAAc,IACrD,GACF,GACF,CACP,CAAC;IACJ,CAAC;IAED,MAAM,WAAW,GAAG,IAAI,CAAC,gBAAgB,IAAI,CAAC,IAAI,CAAC,eAAe,IAAI,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;IACjG,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,IAAI,SAAS,CAAC;IAC1C,MAAM,UAAU,GAAG,OAAO,KAAK,OAAO,IAAI,OAAO,KAAK,UAAU,CAAC;IACjE,MAAM,YAAY,GAAG,OAAO,KAAK,SAAS,IAAI,OAAO,KAAK,UAAU,CAAC;IAErE,OAAO,CACL,gBAAM,KAAK,EAAE,UAAU,CAAC,CAAC,CAAC,iCAAiC,CAAC,CAAC,CAAC,iBAAiB,uBAAqB,WAAW,eAAa,IAAI,CAAC,MAAM,wBAAsB,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,aAC1L,mBAAS,KAAK,EAAC,iBAAiB,aAC7B,CAAC,UAAU,CAAC,CAAC,CAAC,cAAK,KAAK,EAAC,gBAAgB,iBAAa,MAAM,kBAAQ,CAAC,CAAC,CAAC,IAAI,EAC5E,mCAAgB,EAChB,YAAG,KAAK,EAAC,gBAAgB,YAAE,UAAU,CAAC,CAAC,CAAC,2BAA2B,CAAC,CAAC,CAAC,uBAAuB,GAAK,EACjG,IAAI,CAAC,MAAM,KAAK,OAAO,CAAC,CAAC,CAAC,CACzB,cAAK,KAAK,EAAC,yBAAyB,EAAC,IAAI,EAAC,OAAO,YAAE,IAAI,CAAC,OAAO,IAAI,wBAAwB,GAAO,CACnG,CAAC,CAAC,CAAC,CACF,YAAG,KAAK,EAAC,uBAAuB,EAAC,IAAI,EAAE,WAAW,IAAI,IAAI,yBAEtD,CACL,IACO,EACV,2BACG,EAAE,CAAC,GAAG,EAAE;oBACP,MAAM,IAAI,GAAG,QAAQ,CAAC,aAAa,EAAE,OAAO,CAAC,kBAAkB,CAAuB,CAAC;oBACvF,MAAM,GAAG,GAAG,IAAI,EAAE,OAAO,CAAC,WAAW,CAAC;oBACtC,IAAI,CAAC,GAAG,IAAI,IAAI,EAAE,OAAO,CAAC,IAAI,KAAK,OAAO,IAAI,IAAI,EAAE,OAAO,CAAC,YAAY,KAAK,MAAM;wBAAE,OAAO;oBAC5F,MAAM,IAAI,GAAG,QAAQ,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;oBACzC,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC;oBAChB,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;oBAChC,IAAI,CAAC,KAAK,EAAE,CAAC;oBACb,IAAI,CAAC,MAAM,EAAE,CAAC;gBAChB,CAAC,CAAC,GACK,EACT,0BACG,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SA8CJ,CAAC,GACI,IACH,CACR,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_background.monitor.GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-auth-workos/bp-routes/login/_renderer.bootstrap5/_background.monitor.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,wBAAgB,MAAM,CAAC,KAAK,EAAE,YAAY,GAAG,cAAc,CAE1D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_background.monitor.GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-auth-workos/bp-routes/login/_renderer.bootstrap5/_background.monitor.GET.tsx"],"names":[],"mappings":";AAKA,MAAM,UAAU,MAAM,CAAC,KAAmB;IACxC,OAAO,eAAW,CAAC;AACrB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_nav.profile.GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-auth-workos/bp-routes/login/_renderer.bootstrap5/_nav.profile.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,wBAAgB,MAAM,CAAC,IAAI,EAAE,YAAY,GAAG,cAAc,CA4BzD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_nav.profile.GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-auth-workos/bp-routes/login/_renderer.bootstrap5/_nav.profile.GET.tsx"],"names":[],"mappings":";AAIA,MAAM,UAAU,MAAM,CAAC,IAAkB;IACvC,IAAI,CAAC,IAAI,CAAC,eAAe,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;QACxC,OAAO,CACL,YAAG,KAAK,EAAC,wBAAwB,EAAC,IAAI,EAAC,QAAQ,wBAE3C,CACL,CAAC;IACJ,CAAC;IAED,MAAM,WAAW,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,SAAS,CAAC;IACnF,MAAM,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,WAAW,CAAC;IAE9D,OAAO,CACL,eAAK,KAAK,EAAC,UAAU,aACnB,iBAAQ,KAAK,EAAC,sCAAsC,EAAC,IAAI,EAAC,QAAQ,oBAAgB,UAAU,mBAAe,OAAO,YAC/G,WAAW,GACL,EACT,cAAI,KAAK,EAAC,iCAAiC,aACzC,uBAAI,aAAI,KAAK,EAAC,iBAAiB,YAAE,MAAM,GAAM,GAAK,EAClD,uBAAI,aAAI,KAAK,EAAC,kBAAkB,GAAG,GAAK,EACxC,uBACI,YAAG,KAAK,EAAC,eAAe,EAAC,IAAI,EAAC,sBAAsB,uBAEhD,GACH,IACF,IACD,CACP,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_background.monitor.GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-auth-workos/bp-routes/login/_renderer.embedded/_background.monitor.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,EAAE,MAAM,EAAE,MAAM,oDAAoD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"_background.monitor.GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-auth-workos/bp-routes/login/_renderer.embedded/_background.monitor.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,EAAE,MAAM,EAAE,MAAM,oDAAoD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@betterportal/auth-workos",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.45",
|
|
4
4
|
"description": "BetterPortal WorkOS auth service for Node.js",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"typescript": "^6.0.3"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@betterportal/framework": "10.1.
|
|
37
|
-
"@betterportal/plugin-bsb": "10.1.
|
|
36
|
+
"@betterportal/framework": "10.1.45",
|
|
37
|
+
"@betterportal/plugin-bsb": "10.1.45",
|
|
38
38
|
"@bsb/base": "^9.6.60",
|
|
39
39
|
"@workos-inc/node": "^10.7.0",
|
|
40
40
|
"anyvali": "^1.0.6",
|
package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.bootstrap1/GET.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.bootstrap1/GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAE9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,wBAAgB,MAAM,CAAC,IAAI,EAAE,YAAY,GAAG,cAAc,CAkGzD"}
|
package/lib/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.bootstrap1/GET.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.bootstrap1/GET.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,GAAG,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AAGnC,MAAM,UAAU,MAAM,CAAC,IAAkB;IACvC,MAAM,IAAI,GAAG,IAAI,CAAC,OAAO,IAAI,GAAG,CAAC;IACjC,IAAI,IAAI,CAAC,SAAS,EAAE,CAAC;QACnB,OAAO,CACL,cAAK,KAAK,EAAC,gBAAgB,EAAC,KAAK,EAAC,mBAAmB,YACnD,cAAK,KAAK,EAAC,yBAAyB,YAClC,eAAK,KAAK,EAAC,uBAAuB,aAChC,aAAI,KAAK,EAAC,iBAAiB,2BAAgB,EAC3C,YAAG,KAAK,EAAC,2BAA2B,0CAA8B,EAClE,YAAG,KAAK,EAAC,uBAAuB,EAAC,IAAI,EAAE,IAAI,yBAAc,IACrD,GACF,GACF,CACP,CAAC;IACJ,CAAC;IAED,MAAM,WAAW,GAAG,IAAI,CAAC,gBAAgB,IAAI,CAAC,IAAI,CAAC,eAAe,IAAI,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;IACjG,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,IAAI,SAAS,CAAC;IAC1C,MAAM,UAAU,GAAG,OAAO,KAAK,OAAO,IAAI,OAAO,KAAK,UAAU,CAAC;IACjE,MAAM,YAAY,GAAG,OAAO,KAAK,SAAS,IAAI,OAAO,KAAK,UAAU,CAAC;IAErE,OAAO,CACL,gBAAM,KAAK,EAAE,UAAU,CAAC,CAAC,CAAC,iCAAiC,CAAC,CAAC,CAAC,iBAAiB,uBAAqB,WAAW,eAAa,IAAI,CAAC,MAAM,wBAAsB,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO,aAC1L,mBAAS,KAAK,EAAC,iBAAiB,aAC7B,CAAC,UAAU,CAAC,CAAC,CAAC,cAAK,KAAK,EAAC,gBAAgB,iBAAa,MAAM,kBAAQ,CAAC,CAAC,CAAC,IAAI,EAC5E,mCAAgB,EAChB,YAAG,KAAK,EAAC,gBAAgB,YAAE,UAAU,CAAC,CAAC,CAAC,2BAA2B,CAAC,CAAC,CAAC,uBAAuB,GAAK,EACjG,IAAI,CAAC,MAAM,KAAK,OAAO,CAAC,CAAC,CAAC,CACzB,cAAK,KAAK,EAAC,yBAAyB,EAAC,IAAI,EAAC,OAAO,YAAE,IAAI,CAAC,OAAO,IAAI,wBAAwB,GAAO,CACnG,CAAC,CAAC,CAAC,CACF,YAAG,KAAK,EAAC,uBAAuB,EAAC,IAAI,EAAE,WAAW,IAAI,IAAI,yBAEtD,CACL,IACO,EACV,2BACG,EAAE,CAAC,GAAG,EAAE;oBACP,MAAM,IAAI,GAAG,QAAQ,CAAC,aAAa,EAAE,OAAO,CAAC,kBAAkB,CAAuB,CAAC;oBACvF,MAAM,GAAG,GAAG,IAAI,EAAE,OAAO,CAAC,WAAW,CAAC;oBACtC,IAAI,CAAC,GAAG,IAAI,IAAI,EAAE,OAAO,CAAC,IAAI,KAAK,OAAO,IAAI,IAAI,EAAE,OAAO,CAAC,YAAY,KAAK,MAAM;wBAAE,OAAO;oBAC5F,MAAM,IAAI,GAAG,QAAQ,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;oBACzC,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC;oBAChB,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;oBAChC,IAAI,CAAC,KAAK,EAAE,CAAC;oBACb,IAAI,CAAC,MAAM,EAAE,CAAC;gBAChB,CAAC,CAAC,GACK,EACT,0BACG,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SA8CJ,CAAC,GACI,IACH,CACR,CAAC;AACJ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_background.monitor.GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.bootstrap1/_background.monitor.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,wBAAgB,MAAM,CAAC,KAAK,EAAE,YAAY,GAAG,cAAc,CAE1D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_background.monitor.GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.bootstrap1/_background.monitor.GET.tsx"],"names":[],"mappings":";AAKA,MAAM,UAAU,MAAM,CAAC,KAAmB;IACxC,OAAO,eAAW,CAAC;AACrB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_nav.profile.GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.bootstrap1/_nav.profile.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAC9D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAErD,wBAAgB,MAAM,CAAC,IAAI,EAAE,YAAY,GAAG,cAAc,CA4BzD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_nav.profile.GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.bootstrap1/_nav.profile.GET.tsx"],"names":[],"mappings":";AAIA,MAAM,UAAU,MAAM,CAAC,IAAkB;IACvC,IAAI,CAAC,IAAI,CAAC,eAAe,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;QACxC,OAAO,CACL,YAAG,KAAK,EAAC,wBAAwB,EAAC,IAAI,EAAC,QAAQ,wBAE3C,CACL,CAAC;IACJ,CAAC;IAED,MAAM,WAAW,GAAG,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,SAAS,CAAC;IACnF,MAAM,MAAM,GAAG,IAAI,CAAC,IAAI,CAAC,KAAK,IAAI,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,WAAW,CAAC;IAE9D,OAAO,CACL,eAAK,KAAK,EAAC,UAAU,aACnB,iBAAQ,KAAK,EAAC,sCAAsC,EAAC,IAAI,EAAC,QAAQ,oBAAgB,UAAU,mBAAe,OAAO,YAC/G,WAAW,GACL,EACT,cAAI,KAAK,EAAC,iCAAiC,aACzC,uBAAI,aAAI,KAAK,EAAC,iBAAiB,YAAE,MAAM,GAAM,GAAK,EAClD,uBAAI,aAAI,KAAK,EAAC,kBAAkB,GAAG,GAAK,EACxC,uBACI,YAAG,KAAK,EAAC,eAAe,EAAC,IAAI,EAAC,sBAAsB,uBAEhD,GACH,IACF,IACD,CACP,CAAC;AACJ,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_background.monitor.GET.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.embedded/_background.monitor.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,EAAE,MAAM,EAAE,MAAM,iDAAiD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"_background.monitor.GET.js","sourceRoot":"","sources":["../../../../../../src/plugins/service-betterportal-auth-workos/bp-routes/login/_theme.embedded/_background.monitor.GET.tsx"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,EAAE,MAAM,EAAE,MAAM,iDAAiD,CAAC"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|