@fabric-harness/evals 0.1.1 → 0.1.2

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 +2 -2
package/README.md CHANGED
@@ -12,7 +12,7 @@ npm install @fabric-harness/evals @fabric-harness/sdk
12
12
 
13
13
  ## Documentation
14
14
 
15
- - [Evals reference](https://fabric-harness.dev/docs/building/evals)
15
+ - [Evals reference](https://harness.fabric.pro/docs/building/evals)
16
16
 
17
17
  ## License
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fabric-harness/evals",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Evaluation framework for Fabric Harness agents.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Fabric",
@@ -38,7 +38,7 @@
38
38
  "LICENSE"
39
39
  ],
40
40
  "dependencies": {
41
- "@fabric-harness/sdk": "0.1.1"
41
+ "@fabric-harness/sdk": "0.1.2"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^22.15.3",