@artblocks/abx-effects 0.1.0-alpha.14 → 0.1.0-alpha.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artblocks/abx-effects",
3
- "version": "0.1.0-alpha.14",
3
+ "version": "0.1.0-alpha.15",
4
4
  "license": "MIT",
5
5
  "description": "ABX Self-Host Toolkit (Layer 3) — the reference effect runner. A deployed, long-running service hosting spine-subscribing effects (render first) behind one harness; stateless via inputsHash addressing. The playwright npm package is a normal (small, browserless) dependency pinned EXACTLY to the Dockerfile.effects base-image tag; browsers install only where captures run (`npx playwright install chromium`).",
6
6
  "type": "module",
@@ -40,8 +40,8 @@
40
40
  "dependencies": {
41
41
  "playwright": "1.61.1",
42
42
  "viem": "^2.21.0",
43
- "@artblocks/abx-sdk": "0.1.0-alpha.14",
44
- "@artblocks/abx-storage": "0.1.0-alpha.14"
43
+ "@artblocks/abx-sdk": "0.1.0-alpha.15",
44
+ "@artblocks/abx-storage": "0.1.0-alpha.15"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsc -b tsconfig.build.json"