@naturalcycles/dev-lib 18.4.5 → 18.4.7

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/lint.util.js CHANGED
@@ -231,7 +231,7 @@ export function runBiome(fix = true) {
231
231
  return;
232
232
  }
233
233
  const dirs = [`src`, `scripts`, `e2e`].filter(d => existsSync(d));
234
- exec2.spawn(`biome`, {
234
+ exec2.spawn(`node_modules/.bin/biome`, {
235
235
  args: [`lint`, fix && '--write', fix && '--unsafe', '--no-errors-on-unmatched', ...dirs].filter(_isTruthy),
236
236
  logFinish: false,
237
237
  shell: false,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
3
  "type": "module",
4
- "version": "18.4.5",
4
+ "version": "18.4.7",
5
5
  "dependencies": {
6
6
  "@biomejs/biome": "^1",
7
7
  "@commitlint/cli": "^19",
@@ -32,7 +32,7 @@
32
32
  "vue-eslint-parser": "^10"
33
33
  },
34
34
  "devDependencies": {
35
- "@types/mitm": "^1.3.8",
35
+ "@types/mitm": "^1",
36
36
  "stylelint": "^16",
37
37
  "stylelint-config-standard-scss": "^14"
38
38
  },
@@ -58,7 +58,7 @@
58
58
  },
59
59
  "repository": {
60
60
  "type": "git",
61
- "url": "git@github.com:NaturalCycles/js-lib.git",
61
+ "url": "git@github.com:NaturalCycles/js-libs.git",
62
62
  "directory": "packages/dev-lib"
63
63
  },
64
64
  "description": "Set of opinionated configuration files and tools for common project needs",