@keycloakify/svelte 0.2.10-rc.2 → 0.2.10-rc.3
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.
|
@@ -28,8 +28,8 @@ var update_kc_gen = __webpack_require__(200);
|
|
|
28
28
|
var assert = __webpack_require__(966);
|
|
29
29
|
// EXTERNAL MODULE: ./node_modules/tsafe/esm/id.mjs
|
|
30
30
|
var id = __webpack_require__(94);
|
|
31
|
-
// EXTERNAL MODULE: ./node_modules/zod/v4/classic/
|
|
32
|
-
var
|
|
31
|
+
// EXTERNAL MODULE: ./node_modules/zod/v4/classic/schemas.js + 16 modules
|
|
32
|
+
var schemas = __webpack_require__(314);
|
|
33
33
|
;// CONCATENATED MODULE: ./dist/keycloakify-svelte/bin/initialize-account-theme/updateAccountThemeImplementationInConfig.ts
|
|
34
34
|
|
|
35
35
|
|
|
@@ -62,8 +62,8 @@ function updateAccountThemeImplementationInConfig(params) {
|
|
|
62
62
|
{
|
|
63
63
|
const parsedPackageJson = (() => {
|
|
64
64
|
const zParsedPackageJson = (() => {
|
|
65
|
-
const zTargetType =
|
|
66
|
-
keycloakify:
|
|
65
|
+
const zTargetType = schemas/* object */.Ik({
|
|
66
|
+
keycloakify: schemas/* record */.g1(schemas/* string */.Yj(), schemas/* unknown */.L5()),
|
|
67
67
|
});
|
|
68
68
|
(0,assert/* assert */.v)();
|
|
69
69
|
return (0,id.id)(zTargetType);
|
|
@@ -1028,17 +1028,6 @@ function is(value) {
|
|
|
1028
1028
|
/******/ __nccwpck_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
1029
1029
|
/******/ })();
|
|
1030
1030
|
/******/
|
|
1031
|
-
/******/ /* webpack/runtime/make namespace object */
|
|
1032
|
-
/******/ (() => {
|
|
1033
|
-
/******/ // define __esModule on exports
|
|
1034
|
-
/******/ __nccwpck_require__.r = (exports) => {
|
|
1035
|
-
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
1036
|
-
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
1037
|
-
/******/ }
|
|
1038
|
-
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
1039
|
-
/******/ };
|
|
1040
|
-
/******/ })();
|
|
1041
|
-
/******/
|
|
1042
1031
|
/******/ /* webpack/runtime/compat */
|
|
1043
1032
|
/******/
|
|
1044
1033
|
/******/ if (typeof __nccwpck_require__ !== 'undefined') __nccwpck_require__.ab = new URL('.', import.meta.url).pathname.slice(import.meta.url.match(/^file:\/\/\/\w:/) ? 1 : 0, -1) + "/";
|
|
@@ -1162,7 +1151,7 @@ const { buildContext, commandName } = readParams({ apiVersion: 'v1' });
|
|
|
1162
1151
|
return;
|
|
1163
1152
|
case 'initialize-account-theme':
|
|
1164
1153
|
{
|
|
1165
|
-
const { command } = await Promise.all(/* import() */[__nccwpck_require__.e(
|
|
1154
|
+
const { command } = await Promise.all(/* import() */[__nccwpck_require__.e(202), __nccwpck_require__.e(709)]).then(__nccwpck_require__.bind(__nccwpck_require__, 709));
|
|
1166
1155
|
command({ buildContext });
|
|
1167
1156
|
}
|
|
1168
1157
|
return;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keycloakify/svelte",
|
|
3
|
-
"version": "0.2.10-rc.
|
|
3
|
+
"version": "0.2.10-rc.3",
|
|
4
4
|
"description": "Svelte Components for Keycloakify",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"keycloak",
|
|
@@ -498,36 +498,36 @@
|
|
|
498
498
|
"devDependencies": {
|
|
499
499
|
"@eslint/js": "^10.0.1",
|
|
500
500
|
"@sveltejs/adapter-auto": "^7.0.1",
|
|
501
|
-
"@sveltejs/kit": "^2.
|
|
501
|
+
"@sveltejs/kit": "^2.59.1",
|
|
502
502
|
"@sveltejs/package": "^2.5.7",
|
|
503
|
-
"@sveltejs/vite-plugin-svelte": "^7.
|
|
503
|
+
"@sveltejs/vite-plugin-svelte": "^7.1.2",
|
|
504
504
|
"@types/eslint": "^9.6.1",
|
|
505
505
|
"@types/node": "^24.11.0",
|
|
506
506
|
"@vercel/ncc": "^0.38.4",
|
|
507
507
|
"chalk": "^5.6.2",
|
|
508
508
|
"cli-select": "^1.1.2",
|
|
509
509
|
"conventional-changelog": "^7.2.0",
|
|
510
|
-
"conventional-changelog-angular": "^8.3.
|
|
511
|
-
"eslint": "^10.0
|
|
510
|
+
"conventional-changelog-angular": "^8.3.1",
|
|
511
|
+
"eslint": "^10.3.0",
|
|
512
512
|
"eslint-config-prettier": "^10.1.8",
|
|
513
513
|
"eslint-plugin-prettier": "^5.5.5",
|
|
514
|
-
"eslint-plugin-svelte": "^3.
|
|
514
|
+
"eslint-plugin-svelte": "^3.17.1",
|
|
515
515
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
516
|
-
"globals": "^17.
|
|
516
|
+
"globals": "^17.6.0",
|
|
517
517
|
"husky": "^9.1.7",
|
|
518
|
-
"keycloakify": "^11.15.
|
|
519
|
-
"npm-check-updates": "^
|
|
520
|
-
"prettier": "^3.8.
|
|
518
|
+
"keycloakify": "^11.15.3",
|
|
519
|
+
"npm-check-updates": "^22.1.1",
|
|
520
|
+
"prettier": "^3.8.3",
|
|
521
521
|
"prettier-plugin-svelte": "^3.5.1",
|
|
522
|
-
"publint": "^0.3.
|
|
523
|
-
"svelte": "^5.
|
|
524
|
-
"svelte-check": "^4.4.
|
|
522
|
+
"publint": "^0.3.20",
|
|
523
|
+
"svelte": "^5.55.5",
|
|
524
|
+
"svelte-check": "^4.4.8",
|
|
525
525
|
"ts-node": "^10.9.2",
|
|
526
526
|
"tsx": "4.20.4",
|
|
527
527
|
"typescript": "~5.9.3",
|
|
528
|
-
"typescript-eslint": "^8.
|
|
529
|
-
"vite": "^8.0.
|
|
530
|
-
"zod": "^4.3
|
|
528
|
+
"typescript-eslint": "^8.59.2",
|
|
529
|
+
"vite": "^8.0.11",
|
|
530
|
+
"zod": "^4.4.3"
|
|
531
531
|
},
|
|
532
532
|
"bin": {
|
|
533
533
|
"_keycloakify-custom-handler": "keycloakify-svelte/bin/index.js"
|