@thi.ng/geom 4.2.9 → 4.2.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.
- package/CHANGELOG.md +1 -1
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.11",
|
|
4
4
|
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"scripts": {
|
|
27
27
|
"build": "yarn clean && tsc --declaration",
|
|
28
|
-
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc api ctors internal",
|
|
28
|
+
"clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc api ctors internal",
|
|
29
29
|
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
|
|
30
30
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
31
31
|
"doc:readme": "yarn doc:stats && tools:readme",
|
|
@@ -35,40 +35,40 @@
|
|
|
35
35
|
"tool:bpatch": "tools:node-esm tools/bpatch.ts"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@thi.ng/api": "^8.7.
|
|
39
|
-
"@thi.ng/arrays": "^2.5.
|
|
40
|
-
"@thi.ng/associative": "^6.2.
|
|
41
|
-
"@thi.ng/checks": "^3.3.
|
|
42
|
-
"@thi.ng/defmulti": "^2.1.
|
|
43
|
-
"@thi.ng/equiv": "^2.1.
|
|
44
|
-
"@thi.ng/errors": "^2.2.
|
|
45
|
-
"@thi.ng/geom-api": "^3.4.
|
|
46
|
-
"@thi.ng/geom-arc": "^2.1.
|
|
47
|
-
"@thi.ng/geom-clip-line": "^2.3.
|
|
48
|
-
"@thi.ng/geom-clip-poly": "^2.1.
|
|
49
|
-
"@thi.ng/geom-closest-point": "^2.1.
|
|
50
|
-
"@thi.ng/geom-hull": "^2.1.
|
|
51
|
-
"@thi.ng/geom-isec": "^2.1.
|
|
52
|
-
"@thi.ng/geom-poly-utils": "^2.3.
|
|
53
|
-
"@thi.ng/geom-resample": "^2.2.
|
|
54
|
-
"@thi.ng/geom-splines": "^2.2.
|
|
55
|
-
"@thi.ng/geom-subdiv-curve": "^2.1.
|
|
56
|
-
"@thi.ng/geom-tessellate": "^2.1.
|
|
57
|
-
"@thi.ng/hiccup": "^4.2.
|
|
58
|
-
"@thi.ng/hiccup-svg": "^4.3.
|
|
59
|
-
"@thi.ng/math": "^5.4.
|
|
60
|
-
"@thi.ng/matrices": "^2.1.
|
|
61
|
-
"@thi.ng/random": "^3.3.
|
|
62
|
-
"@thi.ng/strings": "^3.4.
|
|
63
|
-
"@thi.ng/transducers": "^8.3.
|
|
64
|
-
"@thi.ng/vectors": "^7.6.
|
|
38
|
+
"@thi.ng/api": "^8.7.4",
|
|
39
|
+
"@thi.ng/arrays": "^2.5.8",
|
|
40
|
+
"@thi.ng/associative": "^6.2.31",
|
|
41
|
+
"@thi.ng/checks": "^3.3.10",
|
|
42
|
+
"@thi.ng/defmulti": "^2.1.33",
|
|
43
|
+
"@thi.ng/equiv": "^2.1.20",
|
|
44
|
+
"@thi.ng/errors": "^2.2.13",
|
|
45
|
+
"@thi.ng/geom-api": "^3.4.9",
|
|
46
|
+
"@thi.ng/geom-arc": "^2.1.52",
|
|
47
|
+
"@thi.ng/geom-clip-line": "^2.3.9",
|
|
48
|
+
"@thi.ng/geom-clip-poly": "^2.1.51",
|
|
49
|
+
"@thi.ng/geom-closest-point": "^2.1.48",
|
|
50
|
+
"@thi.ng/geom-hull": "^2.1.48",
|
|
51
|
+
"@thi.ng/geom-isec": "^2.1.51",
|
|
52
|
+
"@thi.ng/geom-poly-utils": "^2.3.35",
|
|
53
|
+
"@thi.ng/geom-resample": "^2.2.9",
|
|
54
|
+
"@thi.ng/geom-splines": "^2.2.26",
|
|
55
|
+
"@thi.ng/geom-subdiv-curve": "^2.1.51",
|
|
56
|
+
"@thi.ng/geom-tessellate": "^2.1.51",
|
|
57
|
+
"@thi.ng/hiccup": "^4.2.37",
|
|
58
|
+
"@thi.ng/hiccup-svg": "^4.3.38",
|
|
59
|
+
"@thi.ng/math": "^5.4.5",
|
|
60
|
+
"@thi.ng/matrices": "^2.1.49",
|
|
61
|
+
"@thi.ng/random": "^3.3.27",
|
|
62
|
+
"@thi.ng/strings": "^3.4.2",
|
|
63
|
+
"@thi.ng/transducers": "^8.3.38",
|
|
64
|
+
"@thi.ng/vectors": "^7.6.8"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@microsoft/api-extractor": "^7.34.
|
|
68
|
-
"@thi.ng/testament": "^0.3.
|
|
69
|
-
"rimraf": "^4.
|
|
67
|
+
"@microsoft/api-extractor": "^7.34.4",
|
|
68
|
+
"@thi.ng/testament": "^0.3.13",
|
|
69
|
+
"rimraf": "^4.4.0",
|
|
70
70
|
"tools": "^0.0.1",
|
|
71
|
-
"typedoc": "^0.23.
|
|
71
|
+
"typedoc": "^0.23.26",
|
|
72
72
|
"typescript": "^4.9.5"
|
|
73
73
|
},
|
|
74
74
|
"keywords": [
|
|
@@ -395,5 +395,5 @@
|
|
|
395
395
|
],
|
|
396
396
|
"year": 2013
|
|
397
397
|
},
|
|
398
|
-
"gitHead": "
|
|
398
|
+
"gitHead": "cc46c097a3a173fb1ef41f57a858d03037063141\n"
|
|
399
399
|
}
|