geometrix 1.0.10 → 1.0.11

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 +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -2287,7 +2287,7 @@ var Contour = class _Contour extends AContour {
2287
2287
  }
2288
2288
  }
2289
2289
  if (0 === sign) {
2290
- throw `err299: Orientation hasn't been found with point number ${pts.length}`;
2290
+ throw `err299: Orientation not found at point ${pts.length} ${ffix(pt1.cx)} ${ffix(pt1.cy)} ${ffix(pt2.cx)} ${ffix(pt2.cy)} ${ffix(pt3.cx)} ${ffix(pt3.cy)}`;
2291
2291
  }
2292
2292
  const rOrientation = sign > 0 ? true : false;
2293
2293
  return rOrientation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geometrix",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "The 2D geometry engine of the parametrix",
5
5
  "private": false,
6
6
  "repository": {
@@ -73,7 +73,7 @@
73
73
  "eslint": "^9.21.0",
74
74
  "eslint-config-prettier": "^10.0.1",
75
75
  "npm-run-all2": "^7.0.2",
76
- "prettier": "^3.5.1",
76
+ "prettier": "^3.5.2",
77
77
  "rimraf": "^6.0.1",
78
78
  "tsup": "^8.3.6",
79
79
  "typescript": "^5.7.3",