@authhero/multi-tenancy 14.19.1 → 14.20.0
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/dist/multi-tenancy.mjs
CHANGED
|
@@ -878,17 +878,17 @@ function Y(e, t) {
|
|
|
878
878
|
);
|
|
879
879
|
if (!a || !t || n === t || !a.is_system)
|
|
880
880
|
return a;
|
|
881
|
-
const s = await e.resourceServers.get(
|
|
881
|
+
const s = await e.resourceServers.get(
|
|
882
|
+
t,
|
|
883
|
+
r
|
|
884
|
+
);
|
|
882
885
|
return Q(
|
|
883
886
|
a,
|
|
884
887
|
s
|
|
885
888
|
);
|
|
886
889
|
},
|
|
887
890
|
list: async (n, r) => {
|
|
888
|
-
const a = await e.resourceServers.list(
|
|
889
|
-
n,
|
|
890
|
-
r
|
|
891
|
-
);
|
|
891
|
+
const a = await e.resourceServers.list(n, r);
|
|
892
892
|
if (!t || n === t)
|
|
893
893
|
return a;
|
|
894
894
|
const s = t, c = a.resource_servers.filter(
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"settings-inheritance.d.ts","sourceRoot":"","sources":["../../../src/middleware/settings-inheritance.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EAOb,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"settings-inheritance.d.ts","sourceRoot":"","sources":["../../../src/middleware/settings-inheritance.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EAOb,MAAM,UAAU,CAAC;AAmNlB;;;;;;;;GAQG;AACH,wBAAgB,mCAAmC,CACjD,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE;IAAE,oBAAoB,CAAC,EAAE,MAAM,CAAA;CAAE,GACxC,YAAY,CAQd;AAED;;;;GAIG;AACH,MAAM,WAAW,qBAAqB;IACpC;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAE9B;;;;OAIG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;CAC/B;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkCG;AACH,wBAAgB,4BAA4B,CAC1C,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,qBAAqB,GAC5B,YAAY,CAyMd;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,mBAAmB,CACjC,YAAY,EAAE,YAAY,EAC1B,MAAM,EAAE,qBAAqB,GAC5B,YAAY,CAEd"}
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"type": "git",
|
|
12
12
|
"url": "https://github.com/markusahlstrand/authhero"
|
|
13
13
|
},
|
|
14
|
-
"version": "14.
|
|
14
|
+
"version": "14.20.0",
|
|
15
15
|
"description": "Multi-tenancy support for AuthHero with organization-based access control and per-tenant database isolation",
|
|
16
16
|
"files": [
|
|
17
17
|
"dist"
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"typescript": "^5.6.0",
|
|
37
37
|
"vite": "^6.0.0",
|
|
38
38
|
"vitest": "^2.1.0",
|
|
39
|
-
"@authhero/kysely-adapter": "10.
|
|
40
|
-
"
|
|
41
|
-
"authhero": "4.
|
|
39
|
+
"@authhero/kysely-adapter": "10.125.0",
|
|
40
|
+
"authhero": "4.98.0",
|
|
41
|
+
"@authhero/adapter-interfaces": "1.4.0"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"zod": "^3.24.0"
|