@tscircuit/footprinter 0.0.355 → 0.0.356
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11201,7 +11201,7 @@ var footprinter = () => {
|
|
|
11201
11201
|
} else {
|
|
11202
11202
|
target[prop] = true;
|
|
11203
11203
|
target.fn = prop;
|
|
11204
|
-
if (prop === "res" || prop === "cap") {
|
|
11204
|
+
if (prop === "res" || prop === "cap" || prop === "led" || prop === "diode") {
|
|
11205
11205
|
if (v) {
|
|
11206
11206
|
if (typeof v === "string" && v.includes("_metric")) {
|
|
11207
11207
|
target.metric = v.split("_metric")[0];
|