@tscircuit/eval 0.0.343 → 0.0.344

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.
@@ -25,7 +25,7 @@ jobs:
25
25
  with:
26
26
  node-version: 22
27
27
  registry-url: https://registry.npmjs.org/
28
- - run: npm install -g pver
28
+ - run: npm install -g pver@0.0.41
29
29
  - run: bun install --frozen-lockfile
30
30
  - run: bun run build
31
31
  - run: pver release --no-push-main
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.343",
4
+ "version": "0.0.344",
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:runner && bun run build:worker-wrapper",
@@ -61,7 +61,6 @@
61
61
  "@tscircuit/import-snippet": "^0.0.4",
62
62
  "@tscircuit/infgrid-ijump-astar": "^0.0.33",
63
63
  "@tscircuit/layout": "^0.0.28",
64
- "@tscircuit/log-soup": "^1.0.2",
65
64
  "@tscircuit/matchpack": "^0.0.16",
66
65
  "@tscircuit/math-utils": "^0.0.21",
67
66
  "@tscircuit/miniflex": "^0.0.4",