@tscircuit/core 0.0.451 → 0.0.452

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -9327,7 +9327,7 @@ import { identity as identity4 } from "transformation-matrix";
9327
9327
  var package_default = {
9328
9328
  name: "@tscircuit/core",
9329
9329
  type: "module",
9330
- version: "0.0.450",
9330
+ version: "0.0.451",
9331
9331
  types: "dist/index.d.ts",
9332
9332
  main: "dist/index.js",
9333
9333
  module: "dist/index.js",
@@ -9383,7 +9383,7 @@ var package_default = {
9383
9383
  "pkg-pr-new": "^0.0.37",
9384
9384
  react: "^19.0.0",
9385
9385
  "react-dom": "^19.0.0",
9386
- "schematic-symbols": "^0.0.153",
9386
+ "schematic-symbols": "^0.0.155",
9387
9387
  "ts-expect": "^1.3.0",
9388
9388
  tsup: "^8.2.4"
9389
9389
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.451",
4
+ "version": "0.0.452",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -57,7 +57,7 @@
57
57
  "pkg-pr-new": "^0.0.37",
58
58
  "react": "^19.0.0",
59
59
  "react-dom": "^19.0.0",
60
- "schematic-symbols": "^0.0.153",
60
+ "schematic-symbols": "^0.0.155",
61
61
  "ts-expect": "^1.3.0",
62
62
  "tsup": "^8.2.4"
63
63
  },