@tscircuit/core 0.0.516 → 0.0.517

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
@@ -10442,7 +10442,7 @@ import { identity as identity4 } from "transformation-matrix";
10442
10442
  var package_default = {
10443
10443
  name: "@tscircuit/core",
10444
10444
  type: "module",
10445
- version: "0.0.515",
10445
+ version: "0.0.516",
10446
10446
  types: "dist/index.d.ts",
10447
10447
  main: "dist/index.js",
10448
10448
  module: "dist/index.js",
@@ -10488,7 +10488,7 @@ var package_default = {
10488
10488
  "circuit-json": "^0.0.212",
10489
10489
  "circuit-json-to-connectivity-map": "^0.0.22",
10490
10490
  "circuit-json-to-simple-3d": "^0.0.2",
10491
- "circuit-to-svg": "^0.0.154",
10491
+ "circuit-to-svg": "^0.0.160",
10492
10492
  concurrently: "^9.1.2",
10493
10493
  debug: "^4.3.6",
10494
10494
  "graphics-debug": "^0.0.4",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.516",
4
+ "version": "0.0.517",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -47,7 +47,7 @@
47
47
  "circuit-json": "^0.0.212",
48
48
  "circuit-json-to-connectivity-map": "^0.0.22",
49
49
  "circuit-json-to-simple-3d": "^0.0.2",
50
- "circuit-to-svg": "^0.0.154",
50
+ "circuit-to-svg": "^0.0.160",
51
51
  "concurrently": "^9.1.2",
52
52
  "debug": "^4.3.6",
53
53
  "graphics-debug": "^0.0.4",