vona-cli-set-api 1.0.92 → 1.0.94

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.
@@ -45,7 +45,7 @@
45
45
  }
46
46
  },
47
47
  "dependencies": {
48
- "vona": "^5.0.49"
48
+ "vona": "^5.0.50"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@cabloy/lint": "^5.0.16",
@@ -123,9 +123,12 @@ export class CliToolsMetadata extends BeanCliBase {
123
123
  if (!content.trim()) {
124
124
  content = 'export {};';
125
125
  }
126
+ else {
127
+ content = `/* eslint-disable */\n${content}`;
128
+ }
126
129
  // save
127
130
  await fse.writeFile(metaIndexFile, content);
128
- await this.helper.formatFile({ fileName: metaIndexFile, logPrefix: 'format: ' });
131
+ // await this.helper.formatFile({ fileName: metaIndexFile, logPrefix: 'format: ' });
129
132
  // generate this
130
133
  await this._generateThis(moduleName, relativeNameCapitalize, modulePath);
131
134
  // index
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-cli-set-api",
3
3
  "type": "module",
4
- "version": "1.0.92",
4
+ "version": "1.0.94",
5
5
  "description": "vona cli-set-api",
6
6
  "publishConfig": {
7
7
  "access": "public"