eslint-config-seek 15.0.0-typescriptify-vitest-20251210025606 → 15.0.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/dist/base.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import * as eslint_config0 from "eslint/config";
1
+ import * as eslint_config1 from "eslint/config";
2
2
 
3
3
  //#region src/base.d.ts
4
- declare const _default: eslint_config0.Config[];
4
+ declare const _default: eslint_config1.Config[];
5
5
  export = _default;
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import * as eslint_config2 from "eslint/config";
1
+ import * as eslint_config0 from "eslint/config";
2
2
 
3
3
  //#region src/index.d.ts
4
- declare const _default: eslint_config2.Config[];
4
+ declare const _default: eslint_config0.Config[];
5
5
  export = _default;
@@ -1,5 +1,5 @@
1
- import * as eslint_config1 from "eslint/config";
1
+ import * as eslint_config0 from "eslint/config";
2
2
 
3
3
  //#region src/vitest/base.d.ts
4
- declare const _default: eslint_config1.Config[];
4
+ declare const _default: eslint_config0.Config[];
5
5
  export = _default;
@@ -1,5 +1,5 @@
1
- import * as eslint_config0 from "eslint/config";
1
+ import * as eslint_config2 from "eslint/config";
2
2
 
3
3
  //#region src/vitest/index.d.ts
4
- declare const _default: eslint_config0.Config[];
4
+ declare const _default: eslint_config2.Config[];
5
5
  export = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-seek",
3
- "version": "15.0.0-typescriptify-vitest-20251210025606",
3
+ "version": "15.0.0",
4
4
  "type": "module",
5
5
  "description": "ESLint configuration used by SEEK",
6
6
  "repository": {