@tscircuit/eval 0.0.266 → 0.0.267

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.
@@ -19,7 +19,7 @@ jobs:
19
19
  bun-version: latest
20
20
  - uses: actions/setup-node@v4
21
21
  with:
22
- node-version: 20
22
+ node-version: 22
23
23
  registry-url: https://registry.npmjs.org/
24
24
  - run: npm install -g pver
25
25
  - run: bun install --frozen-lockfile
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.266",
4
+ "version": "0.0.267",
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",