@keycloakify/svelte 0.2.4 → 0.2.6

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.
@@ -29,8 +29,8 @@ var update_kc_gen = __webpack_require__(819);
29
29
  var assert = __webpack_require__(966);
30
30
  // EXTERNAL MODULE: ./node_modules/tsafe/esm/id.mjs
31
31
  var id = __webpack_require__(94);
32
- // EXTERNAL MODULE: ./node_modules/zod/v4/classic/external.js + 67 modules
33
- var external = __webpack_require__(535);
32
+ // EXTERNAL MODULE: ./node_modules/zod/v4/classic/external.js + 68 modules
33
+ var external = __webpack_require__(455);
34
34
  ;// CONCATENATED MODULE: ./dist/keycloakify-svelte/bin/initialize-account-theme/updateAccountThemeImplementationInConfig.ts
35
35
 
36
36
 
@@ -64,7 +64,7 @@ function updateAccountThemeImplementationInConfig(params) {
64
64
  const parsedPackageJson = (() => {
65
65
  const zParsedPackageJson = (() => {
66
66
  const zTargetType = external/* object */.Ikc({
67
- keycloakify: external/* record */.g1P(external/* unknown */.L5J()),
67
+ keycloakify: external/* record */.g1P(external/* string */.YjP(), external/* unknown */.L5J()),
68
68
  });
69
69
  (0,assert/* assert */.v)();
70
70
  return (0,id.id)(zTargetType);
@@ -1867,7 +1867,8 @@ const LOGIN_THEME_PAGE_IDS = [
1867
1867
  "login-x509-info.ftl",
1868
1868
  "webauthn-error.ftl",
1869
1869
  "login-passkeys-conditional-authenticate.ftl",
1870
- "login-idp-link-confirm-override.ftl"
1870
+ "login-idp-link-confirm-override.ftl",
1871
+ "select-organization.ftl"
1871
1872
  ];
1872
1873
  const ACCOUNT_THEME_PAGE_IDS = [
1873
1874
  "password.ftl",
@@ -2446,7 +2447,7 @@ const { buildContext, commandName } = readParams({ apiVersion: 'v1' });
2446
2447
  return;
2447
2448
  case 'initialize-account-theme':
2448
2449
  {
2449
- const { command } = await Promise.all(/* import() */[__nccwpck_require__.e(135), __nccwpck_require__.e(709)]).then(__nccwpck_require__.bind(__nccwpck_require__, 709));
2450
+ const { command } = await Promise.all(/* import() */[__nccwpck_require__.e(343), __nccwpck_require__.e(709)]).then(__nccwpck_require__.bind(__nccwpck_require__, 709));
2450
2451
  command({ buildContext });
2451
2452
  }
2452
2453
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keycloakify/svelte",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "Svelte Components for Keycloakify",
5
5
  "keywords": [
6
6
  "keycloak",
@@ -437,36 +437,36 @@
437
437
  "svelte": "^5.0.0"
438
438
  },
439
439
  "devDependencies": {
440
- "@sveltejs/adapter-auto": "^6.1.0",
441
- "@sveltejs/kit": "^2.38.1",
442
- "@sveltejs/package": "^2.5.0",
443
- "@sveltejs/vite-plugin-svelte": "^6.2.0",
440
+ "@sveltejs/adapter-auto": "^7.0.0",
441
+ "@sveltejs/kit": "^2.48.5",
442
+ "@sveltejs/package": "^2.5.4",
443
+ "@sveltejs/vite-plugin-svelte": "^6.2.1",
444
444
  "@types/eslint": "^9.6.1",
445
- "@types/node": "^22.15.18",
446
- "@vercel/ncc": "^0.38.3",
445
+ "@types/node": "^24.10.1",
446
+ "@vercel/ncc": "^0.38.4",
447
447
  "cli-select": "^1.1.2",
448
448
  "conventional-changelog": "^7.1.1",
449
- "conventional-changelog-angular": "^8.0.0",
450
- "eslint": "^9.35.0",
449
+ "conventional-changelog-angular": "^8.1.0",
450
+ "eslint": "^9.39.1",
451
451
  "eslint-config-prettier": "^10.1.8",
452
452
  "eslint-plugin-prettier": "^5.5.4",
453
- "eslint-plugin-svelte": "^3.12.3",
454
- "eslint-plugin-unused-imports": "^4.2.0",
455
- "globals": "^16.4.0",
453
+ "eslint-plugin-svelte": "^3.13.0",
454
+ "eslint-plugin-unused-imports": "^4.3.0",
455
+ "globals": "^16.5.0",
456
456
  "husky": "^9.1.7",
457
- "keycloakify": "^11.9.4",
458
- "npm-check-updates": "^18.1.0",
457
+ "keycloakify": "^11.11.3",
458
+ "npm-check-updates": "^19.1.2",
459
459
  "prettier": "^3.6.2",
460
460
  "prettier-plugin-svelte": "^3.4.0",
461
- "publint": "^0.3.12",
462
- "svelte": "^5.38.9",
463
- "svelte-check": "^4.3.1",
461
+ "publint": "^0.3.15",
462
+ "svelte": "^5.43.7",
463
+ "svelte-check": "^4.3.4",
464
464
  "ts-node": "^10.9.2",
465
465
  "tsx": "4.20.4",
466
- "typescript": "~5.9.2",
467
- "typescript-eslint": "^8.43.0",
468
- "vite": "^7.1.5",
469
- "zod": "^4.1.7"
466
+ "typescript": "~5.9.3",
467
+ "typescript-eslint": "^8.46.4",
468
+ "vite": "^7.2.2",
469
+ "zod": "^4.1.12"
470
470
  },
471
471
  "bin": {
472
472
  "_keycloakify-custom-handler": "keycloakify-svelte/bin/index.js"
@@ -65,7 +65,7 @@ export function updateAccountThemeImplementationInConfig(params: {
65
65
  type TargetType = ParsedPackageJson;
66
66
 
67
67
  const zTargetType = z.object({
68
- keycloakify: z.record(z.unknown()),
68
+ keycloakify: z.record(z.string(), z.unknown()),
69
69
  });
70
70
 
71
71
  assert<Equals<z.infer<typeof zTargetType>, TargetType>>();