@sebastiantuyu/agest 0.3.3-next.2 → 0.3.3-next.3

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.
@@ -2,7 +2,7 @@ import { readFileSync } from "fs";
2
2
  import { fileURLToPath } from "url";
3
3
  import { dirname, join } from "path";
4
4
  const here = dirname(fileURLToPath(import.meta.url));
5
- const builtIn = JSON.parse(readFileSync(join(here, "pricing", "models.json"), "utf-8"));
5
+ const builtIn = JSON.parse(readFileSync(join(here, "models.json"), "utf-8"));
6
6
  let overrides = {};
7
7
  export function setPricingOverrides(table) {
8
8
  overrides = table ?? {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sebastiantuyu/agest",
3
- "version": "0.3.3-next.2",
3
+ "version": "0.3.3-next.3",
4
4
  "description": "A testing library for agents",
5
5
  "repository": {
6
6
  "type": "git",
File without changes