keycloakify 11.8.12 → 11.8.13

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/369.index.js CHANGED
@@ -77,7 +77,7 @@ async function command(params) {
77
77
  return;
78
78
  }
79
79
  if (themeType === "admin") {
80
- console.log(`${chalk__WEBPACK_IMPORTED_MODULE_6___default().red("✗")} Sorry, there is no Storybook support for the Account UI.`);
80
+ console.log(`${chalk__WEBPACK_IMPORTED_MODULE_6___default().red("✗")} Sorry, there is no Storybook support for the Admin UI.`);
81
81
  process.exit(0);
82
82
  return;
83
83
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "11.8.12",
3
+ "version": "11.8.13",
4
4
  "description": "Framework to create custom Keycloak UIs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -74,7 +74,7 @@ export async function command(params: { buildContext: BuildContext }) {
74
74
 
75
75
  if (themeType === "admin") {
76
76
  console.log(
77
- `${chalk.red("✗")} Sorry, there is no Storybook support for the Account UI.`
77
+ `${chalk.red("✗")} Sorry, there is no Storybook support for the Admin UI.`
78
78
  );
79
79
 
80
80
  process.exit(0);