@eslinted/core 24.1.3 → 24.1.5

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "$pkg": "2211.5.0",
2
+ "$pkg": "2211.5.1",
3
3
  "$schema": "https://json.schemastore.org/package",
4
4
  "$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
5
5
  "name": "@eslinted/core",
6
- "version": "24.1.3",
6
+ "version": "24.1.5",
7
7
  "repository": "github:jimmy-zhening-luo/linted-core",
8
8
  "description": "Internal core for npm package `linted`, responsible for producing an array of fully-formed ESLint configurations according to `linted` spec.",
9
9
  "keywords": [],
@@ -19,7 +19,7 @@
19
19
  "devDependencies": {
20
20
  "@types/chai": "^5.2.2",
21
21
  "@types/mocha": "^10.0.10",
22
- "chai": "^6.0.1",
22
+ "chai": "^6.2.0",
23
23
  "mocha": "^11.7.2",
24
24
  "ts-add-js-extension": "^1.6.6",
25
25
  "typescript": "^5.9.2"
@@ -30,7 +30,7 @@
30
30
  "clean": "cmd --% /c \"(if exist dist rmdir /s /q dist) & (if exist build rmdir /s /q build) & (if exist .svelte-kit rmdir /s /q .svelte-kit) & (if exist .eslintcache del /f /q .eslintcache)\" || rm -rf dist build .svelte-kit .eslintcache",
31
31
  "prebuild": "npm run clean",
32
32
  "build": "cmd /c \"(if exist svelte.config.js (npm run build:svelte) else (npm run build:ts))\" || bash -c 'if [ -f svelte.config.js ]; then npm run build:svelte; else npm run build:ts; fi'",
33
- "build:ts": "tsc && ts-add-js-extension --dir=dist",
33
+ "build:ts": "tsc && ts-add-js-extension --dir=dist --showprogress=false",
34
34
  "build:svelte": "svelte-kit sync && svelte-check && vite build",
35
35
  "postbuild": "npm run lint || echo \"Lint failed. Continuing...\"",
36
36
  "lint": "eslint --cache --fix",