vastlint 0.4.0 → 0.4.2

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 CHANGED
@@ -24,7 +24,7 @@ npm install vastlint
24
24
  | Rollup | ✅ | Requires `@rollup/plugin-wasm` |
25
25
  | Deno | ✅ | Supports static WASM imports natively |
26
26
  | Cloudflare Workers | ⚠️ | WASM supported but requires Workers-specific binding syntax |
27
- | `<script type="module">` (no bundler) | ❌ | Browsers cannot statically import `.wasm` use a bundler |
27
+ | `<script type="module">` (no bundler) | ❌ | Browsers cannot statically import `.wasm` - use a bundler |
28
28
 
29
29
  This package uses the `wasm-pack --target bundler` output. It is designed for use inside a build pipeline (Vite, Webpack, Rollup, etc.) or in Node.js directly. For a raw browser drop-in without a bundler, a separate `web` target build is needed.
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vastlint",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
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