zova-cli-set-front 1.2.52 → 1.2.53
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/dist/index.js +4 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -3620,6 +3620,10 @@ class CliToolsMetadata extends BeanCliBase {
|
|
|
3620
3620
|
const localesDest = path.join(modulePath, 'src/.metadata/locales.ts');
|
|
3621
3621
|
// save
|
|
3622
3622
|
await fse.writeFile(localesDest, contentLocales);
|
|
3623
|
+
await this.helper.formatFile({
|
|
3624
|
+
fileName: localesDest,
|
|
3625
|
+
logPrefix: 'format: '
|
|
3626
|
+
});
|
|
3623
3627
|
}
|
|
3624
3628
|
async _generateThis(moduleName, relativeNameCapitalize, modulePath) {
|
|
3625
3629
|
const thisDest = path.join(modulePath, 'src/.metadata/this.ts');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zova-cli-set-front",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"gitHead": "
|
|
3
|
+
"version": "1.2.53",
|
|
4
|
+
"gitHead": "ed6b11bdf77a2b7efcc261676c2812c3044768f1",
|
|
5
5
|
"description": "zova cli-set-front",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"framework",
|
|
@@ -65,6 +65,6 @@
|
|
|
65
65
|
"vite": "^8.0.2",
|
|
66
66
|
"yaml": "^2.8.3",
|
|
67
67
|
"zova-openapi": "^1.1.9",
|
|
68
|
-
"zova-vite": "^1.1.
|
|
68
|
+
"zova-vite": "^1.1.26"
|
|
69
69
|
}
|
|
70
70
|
}
|