vastlint 0.4.24 → 0.5.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/README.md +2 -0
- package/package.json +1 -1
- package/vastlint_wasm_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -9,6 +9,8 @@ VAST XML linter for JavaScript and TypeScript. Validates ad tags against IAB Tec
|
|
|
9
9
|
- Inspect VAST wrapper chain structure
|
|
10
10
|
- Run creative validation inside an ad server, SSP, DSP, or SSAI pipeline
|
|
11
11
|
|
|
12
|
+
Browser, WASM & edge guide: [vastlint.org/docs/best-vast-validator-wasm](https://vastlint.org/docs/best-vast-validator-wasm/) · Node.js guide: [vastlint.org/docs/best-vast-validator-nodejs](https://vastlint.org/docs/best-vast-validator-nodejs/)
|
|
13
|
+
|
|
12
14
|
Try the live validator: [vastlint.org](https://vastlint.org) · Full rule reference: [vastlint.org/docs/rules](https://vastlint.org/docs/rules/)
|
|
13
15
|
|
|
14
16
|
For AI agents and agentic workflows: use the [vastlint MCP server](https://vastlint.org/docs/mcp/) at `https://vastlint.org/mcp` instead.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vastlint",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "VAST XML linter — validates IAB VAST 2.0–4.3 ad tags against the full spec. 129 rules, including OMID validation. Rust/WASM core.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Alex Sekowski <alex@vastlint.org>",
|
package/vastlint_wasm_bg.wasm
CHANGED
|
Binary file
|