@tscircuit/core 0.0.1113 → 0.0.1115
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.
- package/dist/index.js +3 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -18658,7 +18658,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
18658
18658
|
var package_default = {
|
|
18659
18659
|
name: "@tscircuit/core",
|
|
18660
18660
|
type: "module",
|
|
18661
|
-
version: "0.0.
|
|
18661
|
+
version: "0.0.1114",
|
|
18662
18662
|
types: "dist/index.d.ts",
|
|
18663
18663
|
main: "dist/index.js",
|
|
18664
18664
|
module: "dist/index.js",
|
|
@@ -18691,7 +18691,7 @@ var package_default = {
|
|
|
18691
18691
|
"@resvg/resvg-js": "^2.6.2",
|
|
18692
18692
|
"@tscircuit/alphabet": "0.0.18",
|
|
18693
18693
|
"@tscircuit/checks": "0.0.110",
|
|
18694
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
18694
|
+
"@tscircuit/capacity-autorouter": "^0.0.334",
|
|
18695
18695
|
"@tscircuit/circuit-json-util": "^0.0.90",
|
|
18696
18696
|
"@tscircuit/common": "^0.0.20",
|
|
18697
18697
|
"@tscircuit/copper-pour-solver": "^0.0.20",
|
|
@@ -18720,7 +18720,7 @@ var package_default = {
|
|
|
18720
18720
|
"circuit-json": "^0.0.403",
|
|
18721
18721
|
"circuit-json-to-bpc": "^0.0.13",
|
|
18722
18722
|
"circuit-json-to-connectivity-map": "^0.0.23",
|
|
18723
|
-
"circuit-json-to-gltf": "^0.0.
|
|
18723
|
+
"circuit-json-to-gltf": "^0.0.85",
|
|
18724
18724
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
18725
18725
|
"circuit-json-to-spice": "^0.0.34",
|
|
18726
18726
|
"circuit-to-svg": "^0.0.337",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tscircuit/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.1115",
|
|
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.18",
|
|
36
36
|
"@tscircuit/checks": "0.0.110",
|
|
37
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
37
|
+
"@tscircuit/capacity-autorouter": "^0.0.334",
|
|
38
38
|
"@tscircuit/circuit-json-util": "^0.0.90",
|
|
39
39
|
"@tscircuit/common": "^0.0.20",
|
|
40
40
|
"@tscircuit/copper-pour-solver": "^0.0.20",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"circuit-json": "^0.0.403",
|
|
64
64
|
"circuit-json-to-bpc": "^0.0.13",
|
|
65
65
|
"circuit-json-to-connectivity-map": "^0.0.23",
|
|
66
|
-
"circuit-json-to-gltf": "^0.0.
|
|
66
|
+
"circuit-json-to-gltf": "^0.0.85",
|
|
67
67
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
68
68
|
"circuit-json-to-spice": "^0.0.34",
|
|
69
69
|
"circuit-to-svg": "^0.0.337",
|