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.
Files changed (2) hide show
  1. package/dist/index.js +0 -3
  2. 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() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kicadts",
3
3
  "main": "dist/index.js",
4
- "version": "0.0.48",
4
+ "version": "0.0.49",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",