@w5s/eslint-config-ignore 1.26.0 → 1.28.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -312,9 +312,9 @@ async function eslintIgnores(options = {}) {
312
312
  //#endregion
313
313
  //#region src/meta.ts
314
314
  const meta = Object.freeze({
315
- buildNumber: 1788793943,
315
+ buildNumber: 1789595370,
316
316
  name: "@w5s/eslint-config-ignore",
317
- version: "1.26.0"
317
+ version: "1.28.0"
318
318
  });
319
319
  //#endregion
320
320
  export { eslintIgnores as default, eslintIgnores, meta };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/eslint-config-ignore",
3
- "version": "1.26.0",
3
+ "version": "1.28.0",
4
4
  "description": "Shared ESLint ignore configuration generator",
5
5
  "keywords": [
6
6
  "eslint",
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "f01e374782fdf338f411115d7e82a0353540282b"
62
+ "gitHead": "e6d13c1ff1528928b37d5e08c97ffcc2b2b2c74f"
63
63
  }