keycloakify 11.3.22 → 11.3.23

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/124.index.js CHANGED
@@ -178,7 +178,7 @@ async function command(params) {
178
178
  return;
179
179
  }
180
180
  {
181
- const dirName = (0,external_path_.dirname)(copyableFilePath);
181
+ const dirName = (0,external_path_.dirname)(destFilePath);
182
182
  if (!(await (0,fs_existsAsync/* existsAsync */.o)(dirName))) {
183
183
  await promises_.mkdir(dirName, { recursive: true });
184
184
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "11.3.22",
3
+ "version": "11.3.23",
4
4
  "description": "Framework to create custom Keycloak UIs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -62,7 +62,7 @@ export async function command(params: { buildContext: BuildContext }) {
62
62
  }
63
63
 
64
64
  {
65
- const dirName = pathDirname(copyableFilePath);
65
+ const dirName = pathDirname(destFilePath);
66
66
 
67
67
  if (!(await existsAsync(dirName))) {
68
68
  await fsPr.mkdir(dirName, { recursive: true });