zova-cli-set-front 1.2.17 → 1.2.18

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -354,7 +354,7 @@ export type { IPagePathRecord } from 'zova-module-a-router';
354
354
  if (!restIndexFileRelative.startsWith('.')) {
355
355
  restIndexFileRelative = `./${restIndexFileRelative}`;
356
356
  }
357
- content += `export * from '${restIndexFileRelative}';\n`;
357
+ content += `export * from '${restIndexFileRelative.replaceAll('\\', '/')}';\n`;
358
358
  }
359
359
  return content;
360
360
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zova-cli-set-front",
3
- "version": "1.2.17",
4
- "gitHead": "4caf955ae46d889cab5dd7efc981f562b3b54aa2",
3
+ "version": "1.2.18",
4
+ "gitHead": "962f527bcac257b1ccbbe882b7154fb5e88aadf4",
5
5
  "description": "zova cli-set-front",
6
6
  "keywords": [
7
7
  "framework",