@tscircuit/core 0.0.1315 → 0.0.1317
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 -5
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -15800,9 +15800,7 @@ var getSimpleRouteJsonFromCircuitJson = ({
|
|
|
15800
15800
|
]
|
|
15801
15801
|
};
|
|
15802
15802
|
}).filter((c) => c !== null);
|
|
15803
|
-
const source_nets = db.source_net.list().filter(
|
|
15804
|
-
(e) => !subcircuit_id || relevantSubcircuitIds?.has(e.subcircuit_id)
|
|
15805
|
-
);
|
|
15803
|
+
const source_nets = db.source_net.list().filter((e) => !subcircuit_id || e.subcircuit_id === subcircuit_id);
|
|
15806
15804
|
const connectionsFromNets = [];
|
|
15807
15805
|
for (const net of source_nets) {
|
|
15808
15806
|
const connectedSourceTraces = db.source_trace.list().filter((st) => st.connected_source_net_ids?.includes(net.source_net_id));
|
|
@@ -23517,7 +23515,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
23517
23515
|
var package_default = {
|
|
23518
23516
|
name: "@tscircuit/core",
|
|
23519
23517
|
type: "module",
|
|
23520
|
-
version: "0.0.
|
|
23518
|
+
version: "0.0.1316",
|
|
23521
23519
|
types: "dist/index.d.ts",
|
|
23522
23520
|
main: "dist/index.js",
|
|
23523
23521
|
module: "dist/index.js",
|
|
@@ -23565,7 +23563,7 @@ var package_default = {
|
|
|
23565
23563
|
"@tscircuit/math-utils": "^0.0.36",
|
|
23566
23564
|
"@tscircuit/miniflex": "^0.0.4",
|
|
23567
23565
|
"@tscircuit/props": "^0.0.546",
|
|
23568
|
-
"@tscircuit/ngspice-spice-engine": "^0.0.
|
|
23566
|
+
"@tscircuit/ngspice-spice-engine": "^0.0.10",
|
|
23569
23567
|
"@tscircuit/schematic-match-adapt": "^0.0.18",
|
|
23570
23568
|
"@tscircuit/solver-utils": "^0.0.16",
|
|
23571
23569
|
"@tscircuit/schematic-trace-solver": "^0.0.65",
|
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.1317",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@tscircuit/math-utils": "^0.0.36",
|
|
50
50
|
"@tscircuit/miniflex": "^0.0.4",
|
|
51
51
|
"@tscircuit/props": "^0.0.546",
|
|
52
|
-
"@tscircuit/ngspice-spice-engine": "^0.0.
|
|
52
|
+
"@tscircuit/ngspice-spice-engine": "^0.0.10",
|
|
53
53
|
"@tscircuit/schematic-match-adapt": "^0.0.18",
|
|
54
54
|
"@tscircuit/solver-utils": "^0.0.16",
|
|
55
55
|
"@tscircuit/schematic-trace-solver": "^0.0.65",
|