@tscircuit/eval 0.0.490 → 0.0.492
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/package.json
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/eval",
|
|
3
3
|
"main": "dist/lib/index.js",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.492",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
8
8
|
],
|
|
9
9
|
"scripts": {
|
|
10
|
-
"build": "bun run build:lib && bun run build:webworker && bun run build:blob-url && bun run build:runner && bun run build:worker-wrapper",
|
|
10
|
+
"build": "bun run build:lib && bun run build:webworker && bun run build:blob-url && bun run build:runner && bun run build:worker-wrapper && bun run build:platform-config",
|
|
11
11
|
"build:lib": "tsup-node --config tsup-lib.config.ts",
|
|
12
|
+
"build:platform-config": "tsup-node --config tsup-platform-config.config.ts",
|
|
12
13
|
"build:webworker": "tsup --config tsup-webworker.config.ts",
|
|
13
14
|
"build:worker-wrapper": "tsup-node ./lib/worker.ts --format esm --sourcemap inline --dts -d dist",
|
|
14
15
|
"build:webworker:analyze": "tsup ./webworker/entrypoint.ts --platform browser --metafile ./metadata.json --format esm --sourcemap inline -d dist/webworker",
|
|
@@ -50,6 +51,10 @@
|
|
|
50
51
|
"./runner": {
|
|
51
52
|
"types": "./dist/runner/index.d.ts",
|
|
52
53
|
"import": "./dist/runner/index.js"
|
|
54
|
+
},
|
|
55
|
+
"./platform-config": {
|
|
56
|
+
"types": "./dist/platform-config/getPlatformConfig.d.ts",
|
|
57
|
+
"import": "./dist/platform-config/getPlatformConfig.js"
|
|
53
58
|
}
|
|
54
59
|
},
|
|
55
60
|
"devDependencies": {
|
|
@@ -60,7 +65,7 @@
|
|
|
60
65
|
"@tscircuit/checks": "^0.0.87",
|
|
61
66
|
"@tscircuit/circuit-json-flex": "^0.0.3",
|
|
62
67
|
"@tscircuit/circuit-json-util": "^0.0.72",
|
|
63
|
-
"@tscircuit/core": "^0.0.
|
|
68
|
+
"@tscircuit/core": "^0.0.879",
|
|
64
69
|
"@tscircuit/footprinter": "^0.0.236",
|
|
65
70
|
"@tscircuit/import-snippet": "^0.0.4",
|
|
66
71
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|