@agent-surface/testing 0.20.0 → 0.20.1

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Deterministic testing toolkit for [agent-surface](https://github.com/Wiseair-srl/agent-surface). The surface is a typed contract; contracts are tested deterministically — **no test in this ecosystem requires an LLM**.
4
4
 
5
- Docs: https://agent-surface-docs.vercel.app
5
+ Docs: https://agent-surface.dev
6
6
 
7
7
  ## Install
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-surface/testing",
3
- "version": "0.20.0",
3
+ "version": "0.20.1",
4
4
  "description": "Deterministic test harness, matchers and semantic snapshots for agent surfaces — no LLM required",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -26,7 +26,7 @@
26
26
  "LICENSE"
27
27
  ],
28
28
  "dependencies": {
29
- "@agent-surface/core": "^0.20.0"
29
+ "@agent-surface/core": "^0.20.1"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@agent-surface/react": ">=0.1.0",
@@ -51,7 +51,7 @@
51
51
  "@types/react": "^19.1.9",
52
52
  "vitest": "^3.2.4",
53
53
  "zod": "^4.1.5",
54
- "@agent-surface/react": "0.20.0"
54
+ "@agent-surface/react": "0.20.1"
55
55
  },
56
56
  "author": "Paolo Barbato",
57
57
  "engines": {
@@ -62,7 +62,7 @@
62
62
  "url": "git+https://github.com/Wiseair-srl/agent-surface.git",
63
63
  "directory": "packages/testing"
64
64
  },
65
- "homepage": "https://agent-surface-docs.vercel.app",
65
+ "homepage": "https://agent-surface.dev",
66
66
  "bugs": {
67
67
  "url": "https://github.com/Wiseair-srl/agent-surface/issues"
68
68
  },