kicadts 0.0.48 → 0.0.49
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 +0 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11199,9 +11199,6 @@ var FpPoly = class _FpPoly extends SxClass {
|
|
|
11199
11199
|
if (!fpPoly._sxLayer) {
|
|
11200
11200
|
throw new Error("fp_poly requires a layer child token");
|
|
11201
11201
|
}
|
|
11202
|
-
if (!fpPoly._sxUuid && !fpPoly._sxTstamp) {
|
|
11203
|
-
throw new Error("fp_poly requires a uuid or tstamp child token");
|
|
11204
|
-
}
|
|
11205
11202
|
return fpPoly;
|
|
11206
11203
|
}
|
|
11207
11204
|
get points() {
|