@tscircuit/core 0.0.1234 → 0.0.1235
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 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -11464,7 +11464,7 @@ var NormalComponent3 = class extends PrimitiveComponent2 {
|
|
|
11464
11464
|
}
|
|
11465
11465
|
_addChildrenFromStringFootprint() {
|
|
11466
11466
|
const { pcbRotation, pinLabels, pcbPinLabels } = this.props;
|
|
11467
|
-
let
|
|
11467
|
+
let footprint = this._parsedProps.footprint ?? this.props.footprint;
|
|
11468
11468
|
footprint ??= this._getImpliedFootprintString?.();
|
|
11469
11469
|
if (!footprint) return;
|
|
11470
11470
|
if (typeof footprint === "string") {
|
|
@@ -20801,7 +20801,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
20801
20801
|
var package_default = {
|
|
20802
20802
|
name: "@tscircuit/core",
|
|
20803
20803
|
type: "module",
|
|
20804
|
-
version: "0.0.
|
|
20804
|
+
version: "0.0.1234",
|
|
20805
20805
|
types: "dist/index.d.ts",
|
|
20806
20806
|
main: "dist/index.js",
|
|
20807
20807
|
module: "dist/index.js",
|
|
@@ -20838,7 +20838,7 @@ var package_default = {
|
|
|
20838
20838
|
"@tscircuit/circuit-json-util": "^0.0.94",
|
|
20839
20839
|
"@tscircuit/common": "^0.0.20",
|
|
20840
20840
|
"@tscircuit/copper-pour-solver": "^0.0.29",
|
|
20841
|
-
"@tscircuit/footprinter": "^0.0.
|
|
20841
|
+
"@tscircuit/footprinter": "^0.0.357",
|
|
20842
20842
|
"@tscircuit/infer-cable-insertion-point": "^0.0.2",
|
|
20843
20843
|
"@tscircuit/infgrid-ijump-astar": "^0.0.35",
|
|
20844
20844
|
"@tscircuit/jlcpcb-manufacturing-specs": "git+https://github.com/tscircuit/jlcpcb-manufacturing-specs#e08af159db01a37db007e33f0a7268d0e4a279a5",
|
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.1235",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@tscircuit/circuit-json-util": "^0.0.94",
|
|
39
39
|
"@tscircuit/common": "^0.0.20",
|
|
40
40
|
"@tscircuit/copper-pour-solver": "^0.0.29",
|
|
41
|
-
"@tscircuit/footprinter": "^0.0.
|
|
41
|
+
"@tscircuit/footprinter": "^0.0.357",
|
|
42
42
|
"@tscircuit/infer-cable-insertion-point": "^0.0.2",
|
|
43
43
|
"@tscircuit/infgrid-ijump-astar": "^0.0.35",
|
|
44
44
|
"@tscircuit/jlcpcb-manufacturing-specs": "git+https://github.com/tscircuit/jlcpcb-manufacturing-specs#e08af159db01a37db007e33f0a7268d0e4a279a5",
|