@eslinted/core 4.0.0-rc.0 → 4.0.0-rc.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  import type { Input, Output } from "./boundary/index.js";
2
- export type * as LintedCore from "./boundary/index.js";
2
+ export type * as LintCore from "./boundary/index.js";
3
3
  export default function (plugins: Input.Plugins, parsers: Input.Parsers, files: Input.Files, rules: Input.Rules): Output[];
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAEzD,YAAY,KAAK,UAAU,MAAM,qBAAqB,CAAC;AACvD,MAAM,CAAC,OAAO,WACZ,OAAO,EAAE,KAAK,CAAC,OAAO,EACtB,OAAO,EAAE,KAAK,CAAC,OAAO,EACtB,KAAK,EAAE,KAAK,CAAC,KAAK,EAClB,KAAK,EAAE,KAAK,CAAC,KAAK,GACjB,MAAM,EAAE,CAyEV"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAEzD,YAAY,KAAK,QAAQ,MAAM,qBAAqB,CAAC;AACrD,MAAM,CAAC,OAAO,WACZ,OAAO,EAAE,KAAK,CAAC,OAAO,EACtB,OAAO,EAAE,KAAK,CAAC,OAAO,EACtB,KAAK,EAAE,KAAK,CAAC,KAAK,EAClB,KAAK,EAAE,KAAK,CAAC,KAAK,GACjB,MAAM,EAAE,CAyEV"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_schemaVersion": "20.17.8",
3
3
  "name": "@eslinted/core",
4
- "version": "4.0.0-rc.0",
4
+ "version": "4.0.0-rc.1",
5
5
  "description": "Core ESLint flat config factory npm package `linted`.",
6
6
  "keywords": [],
7
7
  "license": "MIT",
package/src/index.ts CHANGED
@@ -7,7 +7,7 @@ import scopes from "./scopes/index.js";
7
7
  import type { Scope } from "./scopes/index.js";
8
8
  import type { Input, Output } from "./boundary/index.js";
9
9
 
10
- export type * as LintedCore from "./boundary/index.js";
10
+ export type * as LintCore from "./boundary/index.js";
11
11
  export default function (
12
12
  plugins: Input.Plugins,
13
13
  parsers: Input.Parsers,