@keycloakify/angular 0.2.8 → 0.2.9
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/bin/187.index.js +1 -1
- package/bin/476.index.js +1 -1
- package/package.json +1 -1
- package/src/bin/update-kc-gen.ts +1 -1
package/bin/187.index.js
CHANGED
|
@@ -435,7 +435,7 @@ async function command(params) {
|
|
|
435
435
|
: []),
|
|
436
436
|
` },`,
|
|
437
437
|
` ] = await Promise.all([`,
|
|
438
|
-
` import('@keycloakify/angular/
|
|
438
|
+
` import('@keycloakify/angular/${themeType}/providers/keycloakify-angular'),`,
|
|
439
439
|
` import('./${themeType}/i18n'),`,
|
|
440
440
|
` import('./${themeType}/KcPage').then(({ getKcPage }) => getKcPage(kcContext.pageId)),`,
|
|
441
441
|
` ] as const);`,
|
package/bin/476.index.js
CHANGED
|
@@ -292,7 +292,7 @@ async function command(params) {
|
|
|
292
292
|
: []),
|
|
293
293
|
` },`,
|
|
294
294
|
` ] = await Promise.all([`,
|
|
295
|
-
` import('@keycloakify/angular/
|
|
295
|
+
` import('@keycloakify/angular/${themeType}/providers/keycloakify-angular'),`,
|
|
296
296
|
` import('./${themeType}/i18n'),`,
|
|
297
297
|
` import('./${themeType}/KcPage').then(({ getKcPage }) => getKcPage(kcContext.pageId)),`,
|
|
298
298
|
` ] as const);`,
|
package/package.json
CHANGED
package/src/bin/update-kc-gen.ts
CHANGED
|
@@ -90,7 +90,7 @@ export async function command(params: { buildContext: BuildContext }) {
|
|
|
90
90
|
: []),
|
|
91
91
|
` },`,
|
|
92
92
|
` ] = await Promise.all([`,
|
|
93
|
-
` import('@keycloakify/angular/
|
|
93
|
+
` import('@keycloakify/angular/${themeType}/providers/keycloakify-angular'),`,
|
|
94
94
|
` import('./${themeType}/i18n'),`,
|
|
95
95
|
` import('./${themeType}/KcPage').then(({ getKcPage }) => getKcPage(kcContext.pageId)),`,
|
|
96
96
|
` ] as const);`,
|