domotion-svg 0.3.1 → 0.3.3

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.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "domotion-svg",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "DOM-to-animated-SVG renderer. Captures HTML/CSS via Playwright Chromium and converts it to self-contained SVG with CSS animations — pixel-faithful demos that scale crisply and load lazily.",
5
5
  "license": "MIT",
6
6
  "author": "Brian Westphal",
@@ -35,6 +35,7 @@
35
35
  "release": "bash scripts/release.sh",
36
36
  "release:beta": "bash scripts/release.sh --beta",
37
37
  "test:watch": "npm run build:capture-script && vitest",
38
+ "test:linux-docker": "bash scripts/test-linux-docker.sh",
38
39
  "demos:test": "npm run build:capture-script && tsx tests/features.ts",
39
40
  "demos:test:showcase": "npm run build:capture-script && tsx tests/showcase.tsx",
40
41
  "demos:test:html": "npm run build:capture-script && tsx tests/html-test-suite.tsx",