replicas-engine 0.1.635 → 0.1.637

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": "replicas-engine",
3
- "version": "0.1.635",
3
+ "version": "0.1.637",
4
4
  "description": "Lightweight API server for Replicas workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -18,7 +18,7 @@
18
18
  ],
19
19
  "scripts": {
20
20
  "dev": "tsx watch --conditions=development src/index.ts",
21
- "build": "bun run --cwd ../shared build && node scripts/generate-workspace-sdk-types.mjs && bun run typecheck && tsup",
21
+ "build": "bun run --cwd ../shared build && node scripts/generate-workspace-sdk-types.mjs && bun run typecheck && tsup && node scripts/smoke-headless-agent.mjs",
22
22
  "typecheck": "tsc --noEmit",
23
23
  "dev-pack": "bun run build && node scripts/pack-dev-tarball.mjs",
24
24
  "start": "node dist/src/index.js",