@syntheticlab/synbad 0.0.6 → 0.0.8

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.
@@ -73,7 +73,7 @@ export const json = {
73
73
  },
74
74
  {
75
75
  role: "user",
76
- content: "How about Las Vegas",
76
+ content: "How about the weather in Las Vegas",
77
77
  },
78
78
  ],
79
79
  "tools": [
File without changes
@@ -77,7 +77,7 @@ export const json = {
77
77
  },
78
78
  {
79
79
  role: "user",
80
- content: "How about Las Vegas",
80
+ content: "How about the weather in Las Vegas",
81
81
  },
82
82
  ],
83
83
  "tools": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syntheticlab/synbad",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "LLM inference provider evals",
5
5
  "main": "dist/source/index.js",
6
6
  "bin": {
@@ -10,8 +10,8 @@
10
10
  "type": "module",
11
11
  "scripts": {
12
12
  "test": "vitest",
13
- "build": "tsc",
14
- "prepublishOnly": "tsc"
13
+ "build": "rm -rf dist && tsc",
14
+ "prepublishOnly": "rm -rf dist/ && tsc"
15
15
  },
16
16
  "author": "@reissbaker",
17
17
  "license": "MIT",