@eslinted/core 18.7.1 → 18.7.2

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.
@@ -6508,7 +6508,7 @@ export declare class Factory {
6508
6508
  readonly tolerant?: false;
6509
6509
  };
6510
6510
  } | {
6511
- readonly language: "html/html";
6511
+ readonly language: "@html-eslint/html";
6512
6512
  readonly processor?: "svelte/svelte";
6513
6513
  readonly name: `linted/${S}/`;
6514
6514
  readonly files: Readonly<Record<"js" | "ts" | "mocha" | "svelte" | "html" | "css" | "json" | "jsonc" | "yml", string[]>>[S];
@@ -10,7 +10,7 @@ export default class HtmlManifest extends ScopeManifest<"html"> {
10
10
  };
11
11
  readonly processor: {};
12
12
  readonly language: {
13
- readonly language: "html/html";
13
+ readonly language: "@html-eslint/html";
14
14
  };
15
15
  }
16
16
  //# sourceMappingURL=html.d.ts.map
@@ -10,7 +10,7 @@ export default class HtmlManifest extends ScopeManifest {
10
10
  };
11
11
  processor = {};
12
12
  language = {
13
- language: "html/html",
13
+ language: "@html-eslint/html",
14
14
  };
15
15
  }
16
16
  //# sourceMappingURL=html.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"html.js","sourceRoot":"","sources":["../../../src/factory/scopes/html.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,aAAqB;IAC7C,eAAe,GAAG;QAChC,MAAM,EAAE,MAAM;QACd,OAAO,EAAE,IAAI;KACL,CAAC;IACK,aAAa,GAAG;QAC9B,MAAM,EAAE,IAAI;QACZ,WAAW,EAAE,IAAI,CAAC,qFAAqF;KAC/F,CAAC;IACK,SAAS,GAAG,EAAW,CAAC;IACxB,QAAQ,GAAG;QACzB,QAAQ,EAAE,WAAW;KACb,CAAC;CACZ"}
1
+ {"version":3,"file":"html.js","sourceRoot":"","sources":["../../../src/factory/scopes/html.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,aAAqB;IAC7C,eAAe,GAAG;QAChC,MAAM,EAAE,MAAM;QACd,OAAO,EAAE,IAAI;KACL,CAAC;IACK,aAAa,GAAG;QAC9B,MAAM,EAAE,IAAI;QACZ,WAAW,EAAE,IAAI,CAAC,qFAAqF;KAC/F,CAAC;IACK,SAAS,GAAG,EAAW,CAAC;IACxB,QAAQ,GAAG;QACzB,QAAQ,EAAE,mBAAmB;KACrB,CAAC;CACZ"}
package/package.json CHANGED
@@ -3,7 +3,7 @@
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": "18.7.1",
6
+ "version": "18.7.2",
7
7
  "repository": "github:jimmy-zhening-luo/linted-core",
8
8
  "private": false,
9
9
  "engineStrict": true,
@@ -11,6 +11,6 @@ export default class HtmlManifest extends ScopeManifest<"html"> {
11
11
  } as const;
12
12
  public readonly processor = {} as const;
13
13
  public readonly language = {
14
- language: "html/html",
14
+ language: "@html-eslint/html",
15
15
  } as const;
16
16
  }