vastlint 0.3.6 → 0.4.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.
package/index.d.ts CHANGED
@@ -35,6 +35,8 @@ export interface RuleMeta {
35
35
  id: string;
36
36
  default_severity: 'error' | 'warning' | 'info';
37
37
  description: string;
38
+ /** The external standard this rule is derived from. */
39
+ source: 'VAST spec' | 'VAST XSD' | 'W3C XML 1.0' | 'RFC 3986' | 'IANA Media Types' | 'ISO 4217' | 'Ad-ID' | 'inferred';
38
40
  }
39
41
 
40
42
  export interface ValidateOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vastlint",
3
- "version": "0.3.6",
3
+ "version": "0.4.0",
4
4
  "description": "VAST XML validator — checks ad tags against IAB VAST 2.0 through 4.3",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Alex Sekowski <alex@vastlint.org>",
Binary file