@happyvertical/smrt-users 0.40.65 → 0.40.66
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-DCUR35s5.js → TerminalAuthService-B7vTfCDs.js} +2 -2
- package/dist/chunks/{TerminalAuthService-DCUR35s5.js.map → TerminalAuthService-B7vTfCDs.js.map} +1 -1
- package/dist/index.js +3 -3
- package/dist/manifest.json +1 -1
- package/dist/smrt-knowledge.json +1602 -31
- 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-B7vTfCDs.js";
|
|
2
2
|
import { DiscoveryArtifactValidationError, SMRT_APP_RESULT_CONTRACT, SMRT_APP_RESULT_SCHEMA, SMRT_APP_RESULT_VERSION, SMRT_DISCOVERY_CONFORMANCE_ARTIFACT_SCHEMA, SMRT_DISCOVERY_CONFORMANCE_SCHEMA, SMRT_DISCOVERY_CONFORMANCE_VERSION, SMRT_MCP_RESULT_METADATA_KEY, canonicalizeDiscoveryArtifact, createDiscoveryConformanceArtifact, deriveCommandRequirements, validateDiscoveryConformanceArtifact } from "./app-contract.js";
|
|
3
3
|
import { ObjectRegistry } from "@happyvertical/smrt-core";
|
|
4
4
|
import { createLogger } from "@happyvertical/logger";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@happyvertical/smrt-users",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.66",
|
|
4
4
|
"description": "Multi-tenant user management for the SMRT framework - users, tenants, roles, permissions, groups",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"smrtRawPrimitives": "strict",
|
|
@@ -45,16 +45,16 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@happyvertical/logger": "^0.86.
|
|
49
|
-
"@happyvertical/sql": "^0.86.
|
|
48
|
+
"@happyvertical/logger": "^0.86.3",
|
|
49
|
+
"@happyvertical/sql": "^0.86.3",
|
|
50
50
|
"jose": "^6.2.3",
|
|
51
|
-
"@happyvertical/smrt-config": "0.40.
|
|
52
|
-
"@happyvertical/smrt-
|
|
53
|
-
"@happyvertical/smrt-
|
|
54
|
-
"@happyvertical/smrt-profiles": "0.40.
|
|
55
|
-
"@happyvertical/smrt-tenancy": "0.40.
|
|
56
|
-
"@happyvertical/smrt-types": "0.40.
|
|
57
|
-
"@happyvertical/smrt-ui": "0.40.
|
|
51
|
+
"@happyvertical/smrt-config": "0.40.66",
|
|
52
|
+
"@happyvertical/smrt-mobile-contract": "0.40.66",
|
|
53
|
+
"@happyvertical/smrt-core": "0.40.66",
|
|
54
|
+
"@happyvertical/smrt-profiles": "0.40.66",
|
|
55
|
+
"@happyvertical/smrt-tenancy": "0.40.66",
|
|
56
|
+
"@happyvertical/smrt-types": "0.40.66",
|
|
57
|
+
"@happyvertical/smrt-ui": "0.40.66"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@sveltejs/package": "^2.5.8",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"typescript": "5.9.3",
|
|
67
67
|
"vite": "8.1.4",
|
|
68
68
|
"vitest": "4.1.10",
|
|
69
|
-
"@happyvertical/smrt-vitest": "0.40.
|
|
69
|
+
"@happyvertical/smrt-vitest": "0.40.66"
|
|
70
70
|
},
|
|
71
71
|
"keywords": [
|
|
72
72
|
"smrt",
|