@tscircuit/core 0.0.1225 → 0.0.1226
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12808,7 +12808,7 @@ var inflateFootprintComponent = (pcbElm, inflatorContext) => {
|
|
|
12808
12808
|
componentName: normalComponent.name
|
|
12809
12809
|
});
|
|
12810
12810
|
if (primitives.length === 0) return null;
|
|
12811
|
-
const footprint = new Footprint({});
|
|
12811
|
+
const footprint = new Footprint({ originalLayer: pcbElm.layer });
|
|
12812
12812
|
footprint.addAll(primitives);
|
|
12813
12813
|
return footprint;
|
|
12814
12814
|
};
|
|
@@ -20554,7 +20554,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
20554
20554
|
var package_default = {
|
|
20555
20555
|
name: "@tscircuit/core",
|
|
20556
20556
|
type: "module",
|
|
20557
|
-
version: "0.0.
|
|
20557
|
+
version: "0.0.1225",
|
|
20558
20558
|
types: "dist/index.d.ts",
|
|
20559
20559
|
main: "dist/index.js",
|
|
20560
20560
|
module: "dist/index.js",
|