@tscircuit/core 0.0.434 → 0.0.435

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 +3 -3
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -8725,7 +8725,7 @@ import { identity as identity4 } from "transformation-matrix";
8725
8725
  var package_default = {
8726
8726
  name: "@tscircuit/core",
8727
8727
  type: "module",
8728
- version: "0.0.433",
8728
+ version: "0.0.434",
8729
8729
  types: "dist/index.d.ts",
8730
8730
  main: "dist/index.js",
8731
8731
  module: "dist/index.js",
@@ -8770,7 +8770,7 @@ var package_default = {
8770
8770
  "circuit-json": "^0.0.190",
8771
8771
  "circuit-json-to-connectivity-map": "^0.0.22",
8772
8772
  "circuit-json-to-simple-3d": "^0.0.2",
8773
- "circuit-to-svg": "^0.0.136",
8773
+ "circuit-to-svg": "^0.0.137",
8774
8774
  concurrently: "^9.1.2",
8775
8775
  debug: "^4.3.6",
8776
8776
  "graphics-debug": "^0.0.4",
@@ -8780,7 +8780,7 @@ var package_default = {
8780
8780
  "pkg-pr-new": "^0.0.37",
8781
8781
  react: "^19.0.0",
8782
8782
  "react-dom": "^19.0.0",
8783
- "schematic-symbols": "^0.0.139",
8783
+ "schematic-symbols": "^0.0.142",
8784
8784
  "ts-expect": "^1.3.0",
8785
8785
  tsup: "^8.2.4"
8786
8786
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.434",
4
+ "version": "0.0.435",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -46,7 +46,7 @@
46
46
  "circuit-json": "^0.0.190",
47
47
  "circuit-json-to-connectivity-map": "^0.0.22",
48
48
  "circuit-json-to-simple-3d": "^0.0.2",
49
- "circuit-to-svg": "^0.0.136",
49
+ "circuit-to-svg": "^0.0.137",
50
50
  "concurrently": "^9.1.2",
51
51
  "debug": "^4.3.6",
52
52
  "graphics-debug": "^0.0.4",
@@ -56,7 +56,7 @@
56
56
  "pkg-pr-new": "^0.0.37",
57
57
  "react": "^19.0.0",
58
58
  "react-dom": "^19.0.0",
59
- "schematic-symbols": "^0.0.139",
59
+ "schematic-symbols": "^0.0.142",
60
60
  "ts-expect": "^1.3.0",
61
61
  "tsup": "^8.2.4"
62
62
  },