@tscircuit/core 0.0.876 → 0.0.878
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 +6 -6
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -16385,7 +16385,7 @@ var inflateSourceChip = (sourceElm, inflatorContext) => {
|
|
|
16385
16385
|
obstructsWithinBounds: pcbElm?.obstructs_within_bounds,
|
|
16386
16386
|
internallyConnectedPins
|
|
16387
16387
|
});
|
|
16388
|
-
const footprint = cadElm?.footprinter_string ??
|
|
16388
|
+
const footprint = cadElm?.footprinter_string ?? null;
|
|
16389
16389
|
if (footprint) {
|
|
16390
16390
|
Object.assign(chip.props, { footprint });
|
|
16391
16391
|
Object.assign(chip._parsedProps, { footprint });
|
|
@@ -18588,7 +18588,7 @@ import { identity as identity6 } from "transformation-matrix";
|
|
|
18588
18588
|
var package_default = {
|
|
18589
18589
|
name: "@tscircuit/core",
|
|
18590
18590
|
type: "module",
|
|
18591
|
-
version: "0.0.
|
|
18591
|
+
version: "0.0.877",
|
|
18592
18592
|
types: "dist/index.d.ts",
|
|
18593
18593
|
main: "dist/index.js",
|
|
18594
18594
|
module: "dist/index.js",
|
|
@@ -18631,7 +18631,7 @@ var package_default = {
|
|
|
18631
18631
|
"@tscircuit/matchpack": "^0.0.16",
|
|
18632
18632
|
"@tscircuit/math-utils": "^0.0.29",
|
|
18633
18633
|
"@tscircuit/miniflex": "^0.0.4",
|
|
18634
|
-
"@tscircuit/ngspice-spice-engine": "^0.0.
|
|
18634
|
+
"@tscircuit/ngspice-spice-engine": "^0.0.4",
|
|
18635
18635
|
"@tscircuit/props": "^0.0.410",
|
|
18636
18636
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
18637
18637
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
@@ -18651,8 +18651,8 @@ var package_default = {
|
|
|
18651
18651
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
18652
18652
|
"circuit-json-to-gltf": "^0.0.31",
|
|
18653
18653
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
18654
|
-
"circuit-json-to-spice": "^0.0.
|
|
18655
|
-
"circuit-to-svg": "^0.0.
|
|
18654
|
+
"circuit-json-to-spice": "^0.0.25",
|
|
18655
|
+
"circuit-to-svg": "^0.0.279",
|
|
18656
18656
|
concurrently: "^9.1.2",
|
|
18657
18657
|
"connectivity-map": "^1.0.0",
|
|
18658
18658
|
debug: "^4.3.6",
|
|
@@ -18693,7 +18693,7 @@ var package_default = {
|
|
|
18693
18693
|
dependencies: {
|
|
18694
18694
|
"@flatten-js/core": "^1.6.2",
|
|
18695
18695
|
"@lume/kiwi": "^0.4.3",
|
|
18696
|
-
"calculate-packing": "0.0.
|
|
18696
|
+
"calculate-packing": "0.0.58",
|
|
18697
18697
|
"css-select": "5.1.0",
|
|
18698
18698
|
"format-si-unit": "^0.0.3",
|
|
18699
18699
|
nanoid: "^5.0.7",
|
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.878",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@tscircuit/matchpack": "^0.0.16",
|
|
45
45
|
"@tscircuit/math-utils": "^0.0.29",
|
|
46
46
|
"@tscircuit/miniflex": "^0.0.4",
|
|
47
|
-
"@tscircuit/ngspice-spice-engine": "^0.0.
|
|
47
|
+
"@tscircuit/ngspice-spice-engine": "^0.0.4",
|
|
48
48
|
"@tscircuit/props": "^0.0.410",
|
|
49
49
|
"@tscircuit/schematic-autolayout": "^0.0.6",
|
|
50
50
|
"@tscircuit/schematic-match-adapt": "^0.0.16",
|
|
@@ -64,8 +64,8 @@
|
|
|
64
64
|
"circuit-json-to-connectivity-map": "^0.0.22",
|
|
65
65
|
"circuit-json-to-gltf": "^0.0.31",
|
|
66
66
|
"circuit-json-to-simple-3d": "^0.0.9",
|
|
67
|
-
"circuit-json-to-spice": "^0.0.
|
|
68
|
-
"circuit-to-svg": "^0.0.
|
|
67
|
+
"circuit-json-to-spice": "^0.0.25",
|
|
68
|
+
"circuit-to-svg": "^0.0.279",
|
|
69
69
|
"concurrently": "^9.1.2",
|
|
70
70
|
"connectivity-map": "^1.0.0",
|
|
71
71
|
"debug": "^4.3.6",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"dependencies": {
|
|
107
107
|
"@flatten-js/core": "^1.6.2",
|
|
108
108
|
"@lume/kiwi": "^0.4.3",
|
|
109
|
-
"calculate-packing": "0.0.
|
|
109
|
+
"calculate-packing": "0.0.58",
|
|
110
110
|
"css-select": "5.1.0",
|
|
111
111
|
"format-si-unit": "^0.0.3",
|
|
112
112
|
"nanoid": "^5.0.7",
|