@tscircuit/core 0.0.726 → 0.0.728

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 +4 -4
  2. package/package.json +4 -4
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.725",
15245
+ version: "0.0.727",
15246
15246
  types: "dist/index.d.ts",
15247
15247
  main: "dist/index.js",
15248
15248
  module: "dist/index.js",
@@ -15284,7 +15284,7 @@ var package_default = {
15284
15284
  "@tscircuit/props": "0.0.321",
15285
15285
  "@tscircuit/schematic-autolayout": "^0.0.6",
15286
15286
  "@tscircuit/schematic-match-adapt": "^0.0.16",
15287
- "@tscircuit/schematic-trace-solver": "^0.0.36",
15287
+ "@tscircuit/schematic-trace-solver": "^0.0.37",
15288
15288
  "@tscircuit/simple-3d-svg": "^0.0.41",
15289
15289
  "@types/bun": "^1.2.16",
15290
15290
  "@types/debug": "^4.1.12",
@@ -15299,7 +15299,7 @@ var package_default = {
15299
15299
  "circuit-json-to-bpc": "^0.0.13",
15300
15300
  "circuit-json-to-connectivity-map": "^0.0.22",
15301
15301
  "circuit-json-to-simple-3d": "^0.0.8",
15302
- "circuit-to-svg": "^0.0.189",
15302
+ "circuit-to-svg": "^0.0.191",
15303
15303
  concurrently: "^9.1.2",
15304
15304
  "connectivity-map": "^1.0.0",
15305
15305
  debug: "^4.3.6",
@@ -15337,7 +15337,7 @@ var package_default = {
15337
15337
  dependencies: {
15338
15338
  "@flatten-js/core": "^1.6.2",
15339
15339
  "@lume/kiwi": "^0.4.3",
15340
- "calculate-packing": "0.0.34",
15340
+ "calculate-packing": "0.0.37",
15341
15341
  "css-select": "5.1.0",
15342
15342
  "format-si-unit": "^0.0.3",
15343
15343
  nanoid: "^5.0.7",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.726",
4
+ "version": "0.0.728",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -43,7 +43,7 @@
43
43
  "@tscircuit/props": "0.0.321",
44
44
  "@tscircuit/schematic-autolayout": "^0.0.6",
45
45
  "@tscircuit/schematic-match-adapt": "^0.0.16",
46
- "@tscircuit/schematic-trace-solver": "^0.0.36",
46
+ "@tscircuit/schematic-trace-solver": "^0.0.37",
47
47
  "@tscircuit/simple-3d-svg": "^0.0.41",
48
48
  "@types/bun": "^1.2.16",
49
49
  "@types/debug": "^4.1.12",
@@ -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.8",
61
- "circuit-to-svg": "^0.0.189",
61
+ "circuit-to-svg": "^0.0.191",
62
62
  "concurrently": "^9.1.2",
63
63
  "connectivity-map": "^1.0.0",
64
64
  "debug": "^4.3.6",
@@ -96,7 +96,7 @@
96
96
  "dependencies": {
97
97
  "@flatten-js/core": "^1.6.2",
98
98
  "@lume/kiwi": "^0.4.3",
99
- "calculate-packing": "0.0.34",
99
+ "calculate-packing": "0.0.37",
100
100
  "css-select": "5.1.0",
101
101
  "format-si-unit": "^0.0.3",
102
102
  "nanoid": "^5.0.7",