@you-agent-factory/factory-replay 0.0.2 → 0.0.7

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 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@you-agent-factory/factory-replay",
3
- "version": "0.0.2",
3
+ "version": "0.0.7",
4
4
  "description": "Deterministic, framework-independent Factory event replay.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -30,14 +30,13 @@
30
30
  "check:installed-consumer": "node scripts/verify-installed-consumer.mjs",
31
31
  "check:pack": "node scripts/verify-package-pack.mjs",
32
32
  "check:package-boundary": "node scripts/check-package-boundary.mjs",
33
- "prepack": "bun run build",
34
33
  "prepare:client": "bun run --cwd ../client build",
35
34
  "test": "bun run prepare:client && vitest run --config vitest.config.ts",
36
35
  "typecheck": "bun run prepare:client && tsc -p tsconfig.json --noEmit --pretty false",
37
36
  "verify": "bun run typecheck && bun run test && bun run build && bun run check:package-boundary && bun run check:pack && bun run check:installed-consumer"
38
37
  },
39
38
  "peerDependencies": {
40
- "@you-agent-factory/client": "0.0.2"
39
+ "@you-agent-factory/client": "0.0.7"
41
40
  },
42
41
  "peerDependenciesMeta": {
43
42
  "@you-agent-factory/client": {