@tscircuit/core 0.0.1264 → 0.0.1266
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
|
@@ -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.
|
|
21553
|
+
version: "0.0.1265",
|
|
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.
|
|
21586
|
+
"@tscircuit/checks": "0.0.131",
|
|
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",
|
|
@@ -21617,7 +21617,7 @@ var package_default = {
|
|
|
21617
21617
|
"circuit-json-to-gltf": "^0.0.96",
|
|
21618
21618
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
21619
21619
|
"circuit-json-to-spice": "^0.0.34",
|
|
21620
|
-
"circuit-to-svg": "^0.0.
|
|
21620
|
+
"circuit-to-svg": "^0.0.350",
|
|
21621
21621
|
concurrently: "^9.1.2",
|
|
21622
21622
|
"connectivity-map": "^1.0.0",
|
|
21623
21623
|
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.
|
|
4
|
+
"version": "0.0.1266",
|
|
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.
|
|
37
|
+
"@tscircuit/checks": "0.0.131",
|
|
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",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"circuit-json-to-gltf": "^0.0.96",
|
|
69
69
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
70
70
|
"circuit-json-to-spice": "^0.0.34",
|
|
71
|
-
"circuit-to-svg": "^0.0.
|
|
71
|
+
"circuit-to-svg": "^0.0.350",
|
|
72
72
|
"concurrently": "^9.1.2",
|
|
73
73
|
"connectivity-map": "^1.0.0",
|
|
74
74
|
"debug": "^4.3.6",
|