@tscircuit/core 0.0.1268 → 0.0.1270

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
@@ -21550,7 +21550,7 @@ import { identity as identity5 } from "transformation-matrix";
21550
21550
  var package_default = {
21551
21551
  name: "@tscircuit/core",
21552
21552
  type: "module",
21553
- version: "0.0.1267",
21553
+ version: "0.0.1269",
21554
21554
  types: "dist/index.d.ts",
21555
21555
  main: "dist/index.js",
21556
21556
  module: "dist/index.js",
@@ -21583,7 +21583,7 @@ var package_default = {
21583
21583
  "@resvg/resvg-js": "^2.6.2",
21584
21584
  "@tscircuit/alphabet": "0.0.25",
21585
21585
  "@tscircuit/capacity-autorouter": "^0.0.529",
21586
- "@tscircuit/checks": "0.0.132",
21586
+ "@tscircuit/checks": "0.0.133",
21587
21587
  "@tscircuit/circuit-json-util": "^0.0.94",
21588
21588
  "@tscircuit/common": "^0.0.20",
21589
21589
  "@tscircuit/copper-pour-solver": "^0.0.29",
@@ -21614,7 +21614,7 @@ var package_default = {
21614
21614
  "circuit-json": "^0.0.425",
21615
21615
  "circuit-json-to-bpc": "^0.0.13",
21616
21616
  "circuit-json-to-connectivity-map": "^0.0.23",
21617
- "circuit-json-to-gltf": "^0.0.96",
21617
+ "circuit-json-to-gltf": "^0.0.102",
21618
21618
  "circuit-json-to-simple-3d": "^0.0.9",
21619
21619
  "circuit-json-to-spice": "^0.0.34",
21620
21620
  "circuit-to-svg": "^0.0.350",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tscircuit/core",
3
3
  "type": "module",
4
- "version": "0.0.1268",
4
+ "version": "0.0.1270",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -34,7 +34,7 @@
34
34
  "@resvg/resvg-js": "^2.6.2",
35
35
  "@tscircuit/alphabet": "0.0.25",
36
36
  "@tscircuit/capacity-autorouter": "^0.0.529",
37
- "@tscircuit/checks": "0.0.132",
37
+ "@tscircuit/checks": "0.0.133",
38
38
  "@tscircuit/circuit-json-util": "^0.0.94",
39
39
  "@tscircuit/common": "^0.0.20",
40
40
  "@tscircuit/copper-pour-solver": "^0.0.29",
@@ -65,7 +65,7 @@
65
65
  "circuit-json": "^0.0.425",
66
66
  "circuit-json-to-bpc": "^0.0.13",
67
67
  "circuit-json-to-connectivity-map": "^0.0.23",
68
- "circuit-json-to-gltf": "^0.0.96",
68
+ "circuit-json-to-gltf": "^0.0.102",
69
69
  "circuit-json-to-simple-3d": "^0.0.9",
70
70
  "circuit-json-to-spice": "^0.0.34",
71
71
  "circuit-to-svg": "^0.0.350",