route-graphics 0.0.12 → 0.0.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "route-graphics",
3
- "version": "0.0.12",
3
+ "version": "0.0.15",
4
4
  "description": "A 2D graphics rendering interface that takes JSON input and renders pixels using PixiJS",
5
5
  "main": "dist/RouteGraphics.js",
6
6
  "type": "module",
@@ -26,7 +26,7 @@
26
26
  "lint:fix": "bunx prettier --check --write src",
27
27
  "build": "bun run esbuild.js",
28
28
  "vt:generate": "bun run esbuild.js && rtgl vt generate --skip-screenshots",
29
- "vt:report": "bun run esbuild.js && rtgl vt generate --screenshot-wait-time 8000 && rtgl vt report",
29
+ "vt:report": "bun run esbuild.js && rtgl vt generate --screenshot-wait-time 11000 && rtgl vt report",
30
30
  "test": "vitest run",
31
31
  "test:coverage": "vitest run --coverage",
32
32
  "test:watch": "vitest",