html-validate 7.12.2 → 7.13.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.
@@ -1,5 +1,5 @@
1
1
  import { z as Report, c as ConfigLoader, H as HtmlValidate, a as ConfigData } from './core.js';
2
- export { e as Attribute, A as AttributeData, aa as AttributeEvent, g as CSSStyleDeclaration, an as CompatibilityOptions, ac as ConditionalEvent, C as Config, b as ConfigError, a1 as ConfigReadyEvent, af as DOMLoadEvent, ag as DOMReadyEvent, I as DeferredMessage, ad as DirectiveEvent, ae as DoctypeEvent, D as DynamicValue, a9 as ElementReadyEvent, a0 as Event, $ as EventCallback, E as EventDump, _ as EventHandler, aj as FileSystemConfigLoader, ak as Formatter, f as HtmlElement, ai as ListenEventMap, L as Location, F as Message, m as MetaAttribute, n as MetaAttributeAllowedCallback, q as MetaCopyableProperty, M as MetaData, k as MetaDataTable, l as MetaElement, o as MetaTable, j as NestedError, N as NodeClosed, Y as Parser, Q as Plugin, P as ProcessAttributeCallback, w as ProcessElementCallback, x as ProcessElementContext, B as Reporter, G as Result, R as Rule, r as RuleConstructor, s as RuleDocumentation, i as SchemaValidationError, V as SchemaValidationPatch, S as Severity, t as Source, u as SourceHooks, a2 as SourceReadyEvent, d as StaticConfigLoader, a7 as TagCloseEvent, a6 as TagEndEvent, a5 as TagOpenEvent, a8 as TagReadyEvent, a4 as TagStartEvent, O as TemplateExtractor, T as TextNode, h as TokenDump, a3 as TokenEvent, J as TransformContext, K as Transformer, ah as TriggerEventMap, U as UserError, ab as WhitespaceEvent, W as WrappedError, am as compatibilityCheck, p as configPresets, X as definePlugin, al as formatterFactory, Z as ruleExists, y as sliceLocation, v as version } from './core.js';
2
+ export { e as Attribute, A as AttributeData, ab as AttributeEvent, g as CSSStyleDeclaration, ar as CompatibilityOptions, ad as ConditionalEvent, C as Config, b as ConfigError, a2 as ConfigReadyEvent, ag as DOMLoadEvent, ah as DOMReadyEvent, I as DeferredMessage, ae as DirectiveEvent, af as DoctypeEvent, D as DynamicValue, aa as ElementReadyEvent, a1 as Event, a0 as EventCallback, E as EventDump, $ as EventHandler, an as FileSystemConfigLoader, ao as Formatter, f as HtmlElement, am as ListenEventMap, L as Location, F as Message, m as MetaAttribute, n as MetaAttributeAllowedCallback, q as MetaCopyableProperty, M as MetaData, k as MetaDataTable, l as MetaElement, o as MetaTable, j as NestedError, N as NodeClosed, aj as ParseBeginEvent, ak as ParseEndEvent, Z as Parser, Q as Plugin, P as ProcessAttributeCallback, w as ProcessElementCallback, x as ProcessElementContext, B as Reporter, G as Result, R as Rule, r as RuleConstructor, s as RuleDocumentation, ai as RuleErrorEvent, i as SchemaValidationError, X as SchemaValidationPatch, S as Severity, t as Source, u as SourceHooks, a3 as SourceReadyEvent, d as StaticConfigLoader, a8 as TagCloseEvent, a7 as TagEndEvent, a6 as TagOpenEvent, a9 as TagReadyEvent, a5 as TagStartEvent, O as TemplateExtractor, T as TextNode, h as TokenDump, a4 as TokenEvent, J as TransformContext, K as Transformer, al as TriggerEventMap, U as UserError, V as Validator, ac as WhitespaceEvent, W as WrappedError, aq as compatibilityCheck, p as configPresets, Y as definePlugin, ap as formatterFactory, _ as ruleExists, y as sliceLocation, v as version } from './core.js';
3
3
  export { d as defineMetadata, m as metadataHelper } from './meta-helper.js';
4
4
  export { I as IncludeExcludeOptions, T as TextClassification, c as classifyNodeText, k as keywordPatternMatcher } from './rules-helper.js';
5
5
  export { SchemaObject } from 'ajv';
package/dist/es/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { A as Attribute, C as Config, a as ConfigError, b as ConfigLoader, D as DynamicValue, E as EventHandler, F as FileSystemConfigLoader, d as HtmlElement, H as HtmlValidate, g as MetaCopyableProperty, M as MetaTable, f as NestedError, N as NodeClosed, P as Parser, h as Reporter, R as Rule, e as SchemaValidationError, S as Severity, c as StaticConfigLoader, i as TemplateExtractor, T as TextNode, U as UserError, W as WrappedError, o as compatibilityCheck, p as configPresets, j as definePlugin, k as formatterFactory, r as ruleExists, s as sliceLocation, v as version } from './core.js';
1
+ export { A as Attribute, C as Config, a as ConfigError, b as ConfigLoader, D as DynamicValue, E as EventHandler, F as FileSystemConfigLoader, d as HtmlElement, H as HtmlValidate, g as MetaCopyableProperty, M as MetaTable, f as NestedError, N as NodeClosed, P as Parser, h as Reporter, R as Rule, e as SchemaValidationError, S as Severity, c as StaticConfigLoader, i as TemplateExtractor, T as TextNode, U as UserError, V as Validator, W as WrappedError, o as compatibilityCheck, p as configPresets, j as definePlugin, k as formatterFactory, r as ruleExists, s as sliceLocation, v as version } from './core.js';
2
2
  import 'fs';
3
3
  export { d as defineMetadata, m as metadataHelper } from './meta-helper.js';
4
4
  export { T as TextClassification, c as classifyNodeText, k as keywordPatternMatcher } from './rules-helper.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-validate",
3
- "version": "7.12.2",
3
+ "version": "7.13.0",
4
4
  "description": "Offline html5 validator",
5
5
  "keywords": [
6
6
  "html",
@@ -195,11 +195,11 @@
195
195
  "jest-snapshot": "29.3.1",
196
196
  "npm-pkg-lint": "1.11.1",
197
197
  "npm-run-all": "4.1.5",
198
- "rollup": "3.9.1",
198
+ "rollup": "3.10.0",
199
199
  "rollup-plugin-copy": "3.4.0",
200
200
  "rollup-plugin-dts": "5.1.1",
201
201
  "stream-buffers": "3.0.2",
202
- "ts-jest": "29.0.3",
202
+ "ts-jest": "29.0.5",
203
203
  "typescript": "4.9.4"
204
204
  },
205
205
  "peerDependencies": {