@happyvertical/smrt-users 0.40.5 → 0.40.7
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/chunks/{TerminalAuthService-DBzrQIDa.js → TerminalAuthService-D2QBzV7B.js} +2 -2
- package/dist/chunks/{TerminalAuthService-DBzrQIDa.js.map → TerminalAuthService-D2QBzV7B.js.map} +1 -1
- package/dist/index.js +3 -3
- package/dist/manifest.json +3851 -3851
- package/dist/smrt-knowledge.json +1612 -1612
- package/dist/sveltekit.js +1 -1
- package/package.json +11 -11
package/dist/sveltekit.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as decodeOidcTransaction, E as resolveOidcProviderConfig, S as OidcLoginService, T as getUsersOidcConfig, _ as readMobileBearerToken, a as TerminalAuthRateLimitError, g as MobileAuthService, h as MobileAuthError, i as TerminalAuthError, m as withSessionPermissionContext, o as TerminalAuthService, s as OperationPermissionError, v as validateMobileRedirectUri, w as encodeOidcTransaction, x as OidcLoginError, y as SessionService } from "./chunks/TerminalAuthService-
|
|
1
|
+
import { C as decodeOidcTransaction, E as resolveOidcProviderConfig, S as OidcLoginService, T as getUsersOidcConfig, _ as readMobileBearerToken, a as TerminalAuthRateLimitError, g as MobileAuthService, h as MobileAuthError, i as TerminalAuthError, m as withSessionPermissionContext, o as TerminalAuthService, s as OperationPermissionError, v as validateMobileRedirectUri, w as encodeOidcTransaction, x as OidcLoginError, y as SessionService } from "./chunks/TerminalAuthService-D2QBzV7B.js";
|
|
2
2
|
import { ObjectRegistry } from "@happyvertical/smrt-core";
|
|
3
3
|
import { createLogger } from "@happyvertical/logger";
|
|
4
4
|
import { classnameToTablename } from "@happyvertical/smrt-core/utils";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-users",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.7",
|
|
4
4
|
"description": "Multi-tenant user management for the SMRT framework - users, tenants, roles, permissions, groups",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"smrtRawPrimitives": "strict",
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@happyvertical/logger": "^0.80.
|
|
45
|
-
"@happyvertical/sql": "^0.80.
|
|
44
|
+
"@happyvertical/logger": "^0.80.2",
|
|
45
|
+
"@happyvertical/sql": "^0.80.2",
|
|
46
46
|
"jose": "^6.2.3",
|
|
47
|
-
"@happyvertical/smrt-config": "0.40.
|
|
48
|
-
"@happyvertical/smrt-core": "0.40.
|
|
49
|
-
"@happyvertical/smrt-mobile-contract": "0.40.
|
|
50
|
-
"@happyvertical/smrt-profiles": "0.40.
|
|
51
|
-
"@happyvertical/smrt-tenancy": "0.40.
|
|
52
|
-
"@happyvertical/smrt-types": "0.40.
|
|
53
|
-
"@happyvertical/smrt-ui": "0.40.
|
|
47
|
+
"@happyvertical/smrt-config": "0.40.7",
|
|
48
|
+
"@happyvertical/smrt-core": "0.40.7",
|
|
49
|
+
"@happyvertical/smrt-mobile-contract": "0.40.7",
|
|
50
|
+
"@happyvertical/smrt-profiles": "0.40.7",
|
|
51
|
+
"@happyvertical/smrt-tenancy": "0.40.7",
|
|
52
|
+
"@happyvertical/smrt-types": "0.40.7",
|
|
53
|
+
"@happyvertical/smrt-ui": "0.40.7"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@sveltejs/package": "^2.5.8",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"typescript": "5.9.3",
|
|
63
63
|
"vite": "8.1.4",
|
|
64
64
|
"vitest": "4.1.10",
|
|
65
|
-
"@happyvertical/smrt-vitest": "0.40.
|
|
65
|
+
"@happyvertical/smrt-vitest": "0.40.7"
|
|
66
66
|
},
|
|
67
67
|
"keywords": [
|
|
68
68
|
"smrt",
|