vastlint 0.7.1 → 0.8.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 +9 -0
- package/package.json +2 -2
- package/vastlint_wasm_bg.wasm +0 -0
package/README.md
CHANGED
|
@@ -56,6 +56,15 @@ if (!result.summary.valid) {
|
|
|
56
56
|
}
|
|
57
57
|
```
|
|
58
58
|
|
|
59
|
+
### Shareable report links
|
|
60
|
+
|
|
61
|
+
Need a link instead of raw output? The vastlint CLI can upload a validation report (rule IDs, severities, and locations; never the input XML) and print a public URL you can paste into Slack, tickets, or PRs:
|
|
62
|
+
|
|
63
|
+
```sh
|
|
64
|
+
vastlint check tag.xml --share
|
|
65
|
+
# https://vastlint.org/r/<id>
|
|
66
|
+
```
|
|
67
|
+
|
|
59
68
|
### With options
|
|
60
69
|
|
|
61
70
|
```ts
|
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.8.0",
|
|
4
|
+
"description": "Validate VAST 2.0–4.3, VMAP 1.0, and DAAST 1.0 ad tags against IAB specs. 191 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_bg.wasm
CHANGED
|
Binary file
|