circuit-json 0.0.263 → 0.0.264
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/README.md +1 -1
- package/dist/index.d.mts +10 -343
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -232,7 +232,6 @@ interface SourceComponentBase {
|
|
|
232
232
|
internally_connected_source_port_ids?: string[][]
|
|
233
233
|
source_group_id?: string
|
|
234
234
|
subcircuit_id?: string
|
|
235
|
-
do_not_place: boolean
|
|
236
235
|
}
|
|
237
236
|
```
|
|
238
237
|
|
|
@@ -825,6 +824,7 @@ interface PcbComponent {
|
|
|
825
824
|
rotation: Rotation
|
|
826
825
|
width: Length
|
|
827
826
|
height: Length
|
|
827
|
+
do_not_place: boolean
|
|
828
828
|
pcb_group_id?: string
|
|
829
829
|
}
|
|
830
830
|
```
|