@genesislcap/genx 14.441.0 → 14.442.0

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 CHANGED
@@ -190,8 +190,8 @@ cli
190
190
  action(folder, options, build_kit_1.ENV.TEST, build_kit_1.COMMAND.TEST);
191
191
  }));
192
192
  cli
193
- .command('lint [folder]', 'Lint TypesSript and style files')
194
- .option('-l, --linter <linter>', 'eslint, stylelint or all (default)')
193
+ .command('lint [folder]', 'Lint TypeScript and style files')
194
+ .option('-l, --linter <linter>', 'oxfmt, oxlint, eslint, stylelint, ci, or all (default: Oxlint → Oxfmt → Stylelint; ci: Oxlint → ESLint → Oxfmt → Stylelint for PR/CI)')
195
195
  .option('-f, --fix', 'Fix issues')
196
196
  .option('-p, --profile', 'Output profiling information')
197
197
  .option('--concurrency <concurrency>', 'Number of threads to use for linting (ESLint only)')
@@ -1 +1 @@
1
- {"version":3,"file":"builder.d.ts","sourceRoot":"","sources":["../../src/utils/builder.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAW3D,eAAO,MAAM,cAAc,GAAU,KAAK,YAAY,iBAkBrD,CAAC"}
1
+ {"version":3,"file":"builder.d.ts","sourceRoot":"","sources":["../../src/utils/builder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAY3D,eAAO,MAAM,cAAc,GAAU,KAAK,YAAY,iBAkBrD,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/genx",
3
3
  "description": "Genx CLI",
4
- "version": "14.441.0",
4
+ "version": "14.442.0",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "engines": {
7
7
  "node": ">=22.0.0"
@@ -10,20 +10,20 @@
10
10
  "build": "npm run clean && tsc -b ./tsconfig.json",
11
11
  "clean": "rimraf dist temp tsconfig.tsbuildinfo",
12
12
  "dev": "tsc -b ./tsconfig.json -w",
13
- "lint": "genx lint --profile",
14
- "lint:fix": "genx lint --fix"
13
+ "lint": "genx lint -l ox",
14
+ "lint:fix": "genx lint -l ox --fix"
15
15
  },
16
16
  "bin": {
17
17
  "genx": "./bin/genx"
18
18
  },
19
19
  "dependencies": {
20
- "@genesislcap/build-kit": "14.441.0",
21
- "@genesislcap/eslint-stylelint-builder": "14.441.0",
22
- "@genesislcap/rollup-builder": "14.441.0",
23
- "@genesislcap/ts-builder": "14.441.0",
24
- "@genesislcap/uvu-playwright-builder": "14.441.0",
25
- "@genesislcap/vite-builder": "14.441.0",
26
- "@genesislcap/webpack-builder": "14.441.0",
20
+ "@genesislcap/build-kit": "14.442.0",
21
+ "@genesislcap/eslint-stylelint-builder": "14.442.0",
22
+ "@genesislcap/rollup-builder": "14.442.0",
23
+ "@genesislcap/ts-builder": "14.442.0",
24
+ "@genesislcap/uvu-playwright-builder": "14.442.0",
25
+ "@genesislcap/vite-builder": "14.442.0",
26
+ "@genesislcap/webpack-builder": "14.442.0",
27
27
  "cac": "^6.7.14",
28
28
  "consola": "^3.0.2",
29
29
  "serve-handler": "^6.1.5"
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "7aa35983955df48854be7f8e1ea6d56eff71c3b5"
39
+ "gitHead": "ad425e4ea17dad7d5b580200f2ca31758896d07f"
40
40
  }