@tscircuit/core 0.0.370 → 0.0.372
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 +4 -4
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -7513,7 +7513,7 @@ import { identity as identity4 } from "transformation-matrix";
|
|
|
7513
7513
|
var package_default = {
|
|
7514
7514
|
name: "@tscircuit/core",
|
|
7515
7515
|
type: "module",
|
|
7516
|
-
version: "0.0.
|
|
7516
|
+
version: "0.0.371",
|
|
7517
7517
|
types: "dist/index.d.ts",
|
|
7518
7518
|
main: "dist/index.js",
|
|
7519
7519
|
module: "dist/index.js",
|
|
@@ -7565,8 +7565,8 @@ var package_default = {
|
|
|
7565
7565
|
},
|
|
7566
7566
|
dependencies: {
|
|
7567
7567
|
"@lume/kiwi": "^0.4.3",
|
|
7568
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
7569
|
-
"@tscircuit/checks": "^0.0.
|
|
7568
|
+
"@tscircuit/capacity-autorouter": "^0.0.52",
|
|
7569
|
+
"@tscircuit/checks": "^0.0.36",
|
|
7570
7570
|
"@tscircuit/circuit-json-util": "^0.0.45",
|
|
7571
7571
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
7572
7572
|
"@tscircuit/math-utils": "^0.0.12",
|
|
@@ -7574,7 +7574,7 @@ var package_default = {
|
|
|
7574
7574
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
7575
7575
|
"@tscircuit/soup-util": "^0.0.41",
|
|
7576
7576
|
"circuit-json": "^0.0.153",
|
|
7577
|
-
"circuit-json-to-connectivity-map": "^0.0.
|
|
7577
|
+
"circuit-json-to-connectivity-map": "^0.0.20",
|
|
7578
7578
|
"format-si-unit": "^0.0.3",
|
|
7579
7579
|
nanoid: "^5.0.7",
|
|
7580
7580
|
"performance-now": "^2.1.0",
|
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.372",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@lume/kiwi": "^0.4.3",
|
|
56
|
-
"@tscircuit/capacity-autorouter": "^0.0.
|
|
57
|
-
"@tscircuit/checks": "^0.0.
|
|
56
|
+
"@tscircuit/capacity-autorouter": "^0.0.52",
|
|
57
|
+
"@tscircuit/checks": "^0.0.36",
|
|
58
58
|
"@tscircuit/circuit-json-util": "^0.0.45",
|
|
59
59
|
"@tscircuit/infgrid-ijump-astar": "^0.0.33",
|
|
60
60
|
"@tscircuit/math-utils": "^0.0.12",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
63
63
|
"@tscircuit/soup-util": "^0.0.41",
|
|
64
64
|
"circuit-json": "^0.0.153",
|
|
65
|
-
"circuit-json-to-connectivity-map": "^0.0.
|
|
65
|
+
"circuit-json-to-connectivity-map": "^0.0.20",
|
|
66
66
|
"format-si-unit": "^0.0.3",
|
|
67
67
|
"nanoid": "^5.0.7",
|
|
68
68
|
"performance-now": "^2.1.0",
|