@tscircuit/core 0.0.725 → 0.0.726

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
@@ -15242,7 +15242,7 @@ import { identity as identity6 } from "transformation-matrix";
15242
15242
  var package_default = {
15243
15243
  name: "@tscircuit/core",
15244
15244
  type: "module",
15245
- version: "0.0.724",
15245
+ version: "0.0.725",
15246
15246
  types: "dist/index.d.ts",
15247
15247
  main: "dist/index.js",
15248
15248
  module: "dist/index.js",
@@ -15312,7 +15312,7 @@ var package_default = {
15312
15312
  "pkg-pr-new": "^0.0.37",
15313
15313
  react: "^19.1.0",
15314
15314
  "react-dom": "^19.1.0",
15315
- "schematic-symbols": "^0.0.198",
15315
+ "schematic-symbols": "^0.0.201",
15316
15316
  "ts-expect": "^1.3.0",
15317
15317
  tsup: "^8.2.4"
15318
15318
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.725",
4
+ "version": "0.0.726",
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.198",
74
+ "schematic-symbols": "^0.0.201",
75
75
  "ts-expect": "^1.3.0",
76
76
  "tsup": "^8.2.4"
77
77
  },