@thi.ng/geom-clip-poly 2.1.83 → 2.1.84

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-clip-poly",
3
- "version": "2.1.83",
3
+ "version": "2.1.84",
4
4
  "description": "2D polygon clipping / offsetting (Sutherland-Hodgeman, Grainer-Hormann)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,10 +34,10 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/geom-isec": "^2.1.83",
38
- "@thi.ng/geom-poly-utils": "^2.3.67",
39
- "@thi.ng/math": "^5.7.0",
40
- "@thi.ng/vectors": "^7.8.0"
37
+ "@thi.ng/geom-isec": "^2.1.84",
38
+ "@thi.ng/geom-poly-utils": "^2.3.68",
39
+ "@thi.ng/math": "^5.7.1",
40
+ "@thi.ng/vectors": "^7.8.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@microsoft/api-extractor": "^7.38.0",
@@ -83,5 +83,5 @@
83
83
  ],
84
84
  "year": 2013
85
85
  },
86
- "gitHead": "502e8fa937677ff7bc4fbd0906d8c8b4b0b471e5\n"
86
+ "gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
87
87
  }