@valbuild/cli 0.64.0 → 0.65.2

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.
@@ -1,2 +1,2 @@
1
- export * from "../../dist/declarations/src/cli";
2
- //# sourceMappingURL=valbuild-cli-cli.cjs.d.ts.map
1
+ export * from "../../dist/declarations/src/cli.js";
2
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmFsYnVpbGQtY2xpLWNsaS5janMuZC50cyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2Rpc3QvZGVjbGFyYXRpb25zL3NyYy9jbGkuZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9
@@ -30,8 +30,7 @@ async function validate({
30
30
  const projectRoot = root ? path__default["default"].resolve(root) : process.cwd();
31
31
  const eslint$1 = new eslint.ESLint({
32
32
  cwd: projectRoot,
33
- ignore: false,
34
- useEslintrc: true
33
+ ignore: false
35
34
  });
36
35
  const service = await server.createService(projectRoot, {});
37
36
  const valFiles = await fastGlob.glob("**/*.val.{js,ts}", {
@@ -30,8 +30,7 @@ async function validate({
30
30
  const projectRoot = root ? path__default["default"].resolve(root) : process.cwd();
31
31
  const eslint$1 = new eslint.ESLint({
32
32
  cwd: projectRoot,
33
- ignore: false,
34
- useEslintrc: true
33
+ ignore: false
35
34
  });
36
35
  const service = await server.createService(projectRoot, {});
37
36
  const valFiles = await fastGlob.glob("**/*.val.{js,ts}", {
@@ -20,8 +20,7 @@ async function validate({
20
20
  const projectRoot = root ? path.resolve(root) : process.cwd();
21
21
  const eslint = new ESLint({
22
22
  cwd: projectRoot,
23
- ignore: false,
24
- useEslintrc: true
23
+ ignore: false
25
24
  });
26
25
  const service = await createService(projectRoot, {});
27
26
  const valFiles = await glob("**/*.val.{js,ts}", {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@valbuild/cli",
3
3
  "private": false,
4
- "version": "0.64.0",
4
+ "version": "0.65.2",
5
5
  "description": "Val CLI tools",
6
6
  "bin": {
7
7
  "val": "./bin.js"
@@ -18,9 +18,9 @@
18
18
  "typecheck": "tsc --noEmit"
19
19
  },
20
20
  "dependencies": {
21
- "@valbuild/core": "~0.64.0",
22
- "@valbuild/server": "~0.64.0",
23
- "@valbuild/eslint-plugin": "~0.64.0",
21
+ "@valbuild/core": "~0.65.2",
22
+ "@valbuild/server": "~0.65.2",
23
+ "@valbuild/eslint-plugin": "~0.65.2",
24
24
  "eslint": "^8.31.0",
25
25
  "@inquirer/confirm": "^2.0.15",
26
26
  "@inquirer/prompts": "^3.0.2",
package/src/validate.ts CHANGED
@@ -19,7 +19,6 @@ export async function validate({
19
19
  const eslint = new ESLint({
20
20
  cwd: projectRoot,
21
21
  ignore: false,
22
- useEslintrc: true,
23
22
  });
24
23
  const service = await createService(projectRoot, {});
25
24
 
@@ -1 +0,0 @@
1
- {"version":3,"file":"valbuild-cli-cli.cjs.d.ts","sourceRoot":"","sources":["../../dist/declarations/src/cli.d.ts"],"names":[],"mappings":"AAAA"}