@tscircuit/core 0.0.746 → 0.0.747

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.745",
15727
+ version: "0.0.746",
15728
15728
  types: "dist/index.d.ts",
15729
15729
  main: "dist/index.js",
15730
15730
  module: "dist/index.js",
@@ -15781,7 +15781,7 @@ var package_default = {
15781
15781
  "circuit-json-to-bpc": "^0.0.13",
15782
15782
  "circuit-json-to-connectivity-map": "^0.0.22",
15783
15783
  "circuit-json-to-simple-3d": "^0.0.9",
15784
- "circuit-to-svg": "^0.0.200",
15784
+ "circuit-to-svg": "^0.0.202",
15785
15785
  concurrently: "^9.1.2",
15786
15786
  "connectivity-map": "^1.0.0",
15787
15787
  debug: "^4.3.6",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.746",
4
+ "version": "0.0.747",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -58,7 +58,7 @@
58
58
  "circuit-json-to-bpc": "^0.0.13",
59
59
  "circuit-json-to-connectivity-map": "^0.0.22",
60
60
  "circuit-json-to-simple-3d": "^0.0.9",
61
- "circuit-to-svg": "^0.0.200",
61
+ "circuit-to-svg": "^0.0.202",
62
62
  "concurrently": "^9.1.2",
63
63
  "connectivity-map": "^1.0.0",
64
64
  "debug": "^4.3.6",