@x4b/banner 28.5.0 → 28.7.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x4b/banner",
3
- "version": "28.5.0",
3
+ "version": "28.7.0",
4
4
  "description": "React Banner Component for X4B",
5
5
  "private": false,
6
6
  "author": "XComponent <dev@xcomponent.com> (http://www.xcomponent.com)",
@@ -42,7 +42,7 @@
42
42
  "test": "vitest --passWithNoTests run",
43
43
  "test:watch": "vitest --passWithNoTests watch",
44
44
  "test:ci": "pnpm run test --reporter=default --reporter=junit --outputFile=./test-results.xml",
45
- "lint": "eslint '**/*.{js,jsx,ts,tsx}' --cache --max-warnings 0",
45
+ "lint": "eslint . --ext .js,.jsx,.ts,.tsx --cache --max-warnings 0",
46
46
  "typecheck": "./node_modules/.bin/tsc --noEmit",
47
47
  "clean": "rimraf .turbo && rimraf node_modules && rimraf dist && rimraf styles.css"
48
48
  }