vastlint 0.8.4 → 0.9.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 +2 -0
- package/package.json +2 -2
- package/vastlint_wasm.d.ts +1 -0
- package/vastlint_wasm_bg.js +1 -0
- package/vastlint_wasm_bg.wasm +0 -0
- package/vastlint_wasm_cjs.js +1 -0
package/index.d.ts
CHANGED
|
@@ -25,6 +25,8 @@ export interface Summary {
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
export interface ValidationResult {
|
|
28
|
+
/** Detected document type: plain VAST, a VMAP playlist, or a DAAST audio ad. */
|
|
29
|
+
document_type: 'VAST' | 'VMAP' | 'DAAST';
|
|
28
30
|
/** Detected VAST version string (e.g. "4.2"), or null if unknown. */
|
|
29
31
|
version: string | null;
|
|
30
32
|
issues: Issue[];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vastlint",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "Validate VAST 2.0–4.3, VMAP 1.0, and DAAST 1.0 ad tags against IAB specs.
|
|
3
|
+
"version": "0.9.0",
|
|
4
|
+
"description": "Validate VAST 2.0–4.3, VMAP 1.0, and DAAST 1.0 ad tags against IAB specs. 195 rules. Rust/WASM core.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Alex Sekowski <alex@vastlint.org>",
|
|
7
7
|
"homepage": "https://vastlint.org",
|
package/vastlint_wasm.d.ts
CHANGED
package/vastlint_wasm_bg.js
CHANGED
package/vastlint_wasm_bg.wasm
CHANGED
|
Binary file
|