@tscircuit/core 0.0.745 → 0.0.746

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
@@ -15724,7 +15724,7 @@ import { identity as identity6 } from "transformation-matrix";
15724
15724
  var package_default = {
15725
15725
  name: "@tscircuit/core",
15726
15726
  type: "module",
15727
- version: "0.0.744",
15727
+ version: "0.0.745",
15728
15728
  types: "dist/index.d.ts",
15729
15729
  main: "dist/index.js",
15730
15730
  module: "dist/index.js",
@@ -15794,7 +15794,7 @@ var package_default = {
15794
15794
  "pkg-pr-new": "^0.0.37",
15795
15795
  react: "^19.1.0",
15796
15796
  "react-dom": "^19.1.0",
15797
- "schematic-symbols": "^0.0.201",
15797
+ "schematic-symbols": "^0.0.202",
15798
15798
  "ts-expect": "^1.3.0",
15799
15799
  tsup: "^8.2.4"
15800
15800
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.745",
4
+ "version": "0.0.746",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -71,7 +71,7 @@
71
71
  "pkg-pr-new": "^0.0.37",
72
72
  "react": "^19.1.0",
73
73
  "react-dom": "^19.1.0",
74
- "schematic-symbols": "^0.0.201",
74
+ "schematic-symbols": "^0.0.202",
75
75
  "ts-expect": "^1.3.0",
76
76
  "tsup": "^8.2.4"
77
77
  },