html-validate 6.6.0 → 6.6.1

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/es/core.d.ts CHANGED
@@ -824,7 +824,7 @@ declare type ProcessAttributeCallback = (this: unknown, attr: AttributeData) =>
824
824
  * @public
825
825
  */
826
826
  interface ProcessElementContext {
827
- getMetaFor(tagName: string): MetaElement | null;
827
+ getMetaFor(this: void, tagName: string): MetaElement | null;
828
828
  }
829
829
  /**
830
830
  * @public
package/dist/es/core.js CHANGED
@@ -2948,7 +2948,7 @@ var TRANSFORMER_API;
2948
2948
  /** @public */
2949
2949
  const name = "html-validate";
2950
2950
  /** @public */
2951
- const version = "6.6.0";
2951
+ const version = "6.6.1";
2952
2952
  /** @public */
2953
2953
  const homepage = "https://html-validate.org";
2954
2954
  /** @public */