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.
@@ -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/cjs/core.js CHANGED
@@ -2959,7 +2959,7 @@ var TRANSFORMER_API;
2959
2959
  /** @public */
2960
2960
  const name = "html-validate";
2961
2961
  /** @public */
2962
- const version = "6.6.0";
2962
+ const version = "6.6.1";
2963
2963
  /** @public */
2964
2964
  const homepage = "https://html-validate.org";
2965
2965
  /** @public */