@tscircuit/eval 0.0.88 → 0.0.89
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.
- package/bun.lock +3 -3
- package/package.json +2 -2
package/bun.lock
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"@biomejs/biome": "^1.9.4",
|
|
9
9
|
"@tscircuit/core": "^0.0.305",
|
|
10
10
|
"@tscircuit/math-utils": "^0.0.10",
|
|
11
|
-
"@tscircuit/prompt-benchmarks": "^0.0.
|
|
11
|
+
"@tscircuit/prompt-benchmarks": "^0.0.37",
|
|
12
12
|
"@types/babel__standalone": "^7.1.9",
|
|
13
13
|
"@types/bun": "latest",
|
|
14
14
|
"@types/react": "^18.3.12",
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
|
|
205
205
|
"@tscircuit/mm": ["@tscircuit/mm@0.0.8", "", { "peerDependencies": { "typescript": "^5.0.0" } }, "sha512-nl7nxE7AhARbKuobflI0LUzoir7+wJyvwfPw6bzA/O0Q3YTcH3vBkU/Of+V/fp6ht+AofiCXj7YAH9E446138Q=="],
|
|
206
206
|
|
|
207
|
-
"@tscircuit/prompt-benchmarks": ["@tscircuit/prompt-benchmarks@0.0.
|
|
207
|
+
"@tscircuit/prompt-benchmarks": ["@tscircuit/prompt-benchmarks@0.0.37", "", { "dependencies": { "@babel/standalone": "^7.25.7", "@tscircuit/featured-snippets": "^0.0.1", "@tscircuit/footprinter": "^0.0.102", "debug": "^4.3.7", "dotenv": "^16.4.7", "evalite": "^0.8.4", "extract-codefence": "^0.0.4", "toml": "^3.0.0" }, "peerDependencies": { "typescript": "^5.0.0" } }, "sha512-9YRHzOehR9OjjkjphLNPMJUY+gBufImoazDmJ59fa4EhjgZqfpfTYaG4OLtGUBnUerC6ZL/+FndXSnvs0K5mmA=="],
|
|
208
208
|
|
|
209
209
|
"@tscircuit/props": ["@tscircuit/props@0.0.142", "", { "peerDependencies": { "@tscircuit/layout": "*", "circuit-json": "*", "react": "*", "zod": "*" } }, "sha512-bjyBBePePOvzlFRDjsiDXSFUnYkwoFS+JntFRRqCnzhE1x/Gy0xAZt++70lKtrw6jQb0V3ftu4sVVi8BOqEBPA=="],
|
|
210
210
|
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
|
|
361
361
|
"escape-html": ["escape-html@1.0.3", "", {}, "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow=="],
|
|
362
362
|
|
|
363
|
-
"evalite": ["evalite@0.8.
|
|
363
|
+
"evalite": ["evalite@0.8.4", "", { "dependencies": { "@evalite/core": "0.6.1", "@vitest/runner": "^2.1.8", "commander": "^12.1.0", "file-type": "^19.6.0", "table": "^6.8.2", "tinyrainbow": "^1.2.0" }, "bin": { "evalite": "dist/bin.js" } }, "sha512-ytwNB904riRwPo4fwrWEsvTu7daDGU/CbcW+hKXHdFK54D5aGVyGnWk66KTNFoZPRNCkqhNQhisWIE98QLME2w=="],
|
|
364
364
|
|
|
365
365
|
"expand-template": ["expand-template@2.0.3", "", {}, "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg=="],
|
|
366
366
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/eval",
|
|
3
3
|
"main": "dist/lib/index.js",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.89",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "bun run build:lib && bun run build:webworker && bun run build:blob-url && bun run build:eval",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@biomejs/biome": "^1.9.4",
|
|
37
37
|
"@tscircuit/core": "^0.0.305",
|
|
38
38
|
"@tscircuit/math-utils": "^0.0.10",
|
|
39
|
-
"@tscircuit/prompt-benchmarks": "^0.0.
|
|
39
|
+
"@tscircuit/prompt-benchmarks": "^0.0.37",
|
|
40
40
|
"@types/babel__standalone": "^7.1.9",
|
|
41
41
|
"@types/bun": "latest",
|
|
42
42
|
"@types/react": "^18.3.12",
|