@thi.ng/geom 8.1.27 → 8.1.29
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/README.md +1 -1
- package/package.json +29 -30
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 201 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom",
|
|
3
|
-
"version": "8.1.
|
|
3
|
+
"version": "8.1.29",
|
|
4
4
|
"description": "Functional, polymorphic API for 2D geometry types & SVG generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
"build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
|
|
34
34
|
"clean": "bun ../../tools/src/clean-package.ts ctors",
|
|
35
35
|
"doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
|
|
36
|
-
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
37
36
|
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
|
|
38
37
|
"pub": "yarn npm publish --access public",
|
|
39
38
|
"test": "bun test",
|
|
@@ -41,33 +40,33 @@
|
|
|
41
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
42
41
|
},
|
|
43
42
|
"dependencies": {
|
|
44
|
-
"@thi.ng/adjacency": "^3.0.
|
|
45
|
-
"@thi.ng/api": "^8.11.
|
|
46
|
-
"@thi.ng/arrays": "^2.10.
|
|
47
|
-
"@thi.ng/checks": "^3.6.
|
|
48
|
-
"@thi.ng/defmulti": "^3.0.
|
|
49
|
-
"@thi.ng/equiv": "^2.1.
|
|
50
|
-
"@thi.ng/errors": "^2.5.
|
|
51
|
-
"@thi.ng/geom-arc": "^2.1.
|
|
52
|
-
"@thi.ng/geom-clip-line": "^2.3.
|
|
53
|
-
"@thi.ng/geom-clip-poly": "^2.1.
|
|
54
|
-
"@thi.ng/geom-closest-point": "^2.1.
|
|
55
|
-
"@thi.ng/geom-hull": "^2.1.
|
|
56
|
-
"@thi.ng/geom-isec": "^4.0.
|
|
57
|
-
"@thi.ng/geom-poly-utils": "^3.0.
|
|
58
|
-
"@thi.ng/geom-resample": "^3.0.
|
|
59
|
-
"@thi.ng/geom-splines": "^2.3.
|
|
60
|
-
"@thi.ng/geom-subdiv-curve": "^3.0.
|
|
61
|
-
"@thi.ng/geom-tessellate": "^3.0.
|
|
62
|
-
"@thi.ng/hiccup": "^5.3.
|
|
63
|
-
"@thi.ng/hiccup-svg": "^5.4.
|
|
64
|
-
"@thi.ng/math": "^5.11.
|
|
65
|
-
"@thi.ng/matrices": "^2.4.
|
|
66
|
-
"@thi.ng/object-utils": "^1.1.
|
|
67
|
-
"@thi.ng/random": "^4.1.
|
|
68
|
-
"@thi.ng/strings": "^3.9.
|
|
69
|
-
"@thi.ng/transducers": "^9.2.
|
|
70
|
-
"@thi.ng/vectors": "^7.12.
|
|
43
|
+
"@thi.ng/adjacency": "^3.0.26",
|
|
44
|
+
"@thi.ng/api": "^8.11.19",
|
|
45
|
+
"@thi.ng/arrays": "^2.10.14",
|
|
46
|
+
"@thi.ng/checks": "^3.6.22",
|
|
47
|
+
"@thi.ng/defmulti": "^3.0.59",
|
|
48
|
+
"@thi.ng/equiv": "^2.1.75",
|
|
49
|
+
"@thi.ng/errors": "^2.5.25",
|
|
50
|
+
"@thi.ng/geom-arc": "^2.1.164",
|
|
51
|
+
"@thi.ng/geom-clip-line": "^2.3.121",
|
|
52
|
+
"@thi.ng/geom-clip-poly": "^2.1.163",
|
|
53
|
+
"@thi.ng/geom-closest-point": "^2.1.159",
|
|
54
|
+
"@thi.ng/geom-hull": "^2.1.159",
|
|
55
|
+
"@thi.ng/geom-isec": "^4.0.31",
|
|
56
|
+
"@thi.ng/geom-poly-utils": "^3.0.31",
|
|
57
|
+
"@thi.ng/geom-resample": "^3.0.31",
|
|
58
|
+
"@thi.ng/geom-splines": "^2.3.31",
|
|
59
|
+
"@thi.ng/geom-subdiv-curve": "^3.0.31",
|
|
60
|
+
"@thi.ng/geom-tessellate": "^3.0.31",
|
|
61
|
+
"@thi.ng/hiccup": "^5.3.2",
|
|
62
|
+
"@thi.ng/hiccup-svg": "^5.4.19",
|
|
63
|
+
"@thi.ng/math": "^5.11.19",
|
|
64
|
+
"@thi.ng/matrices": "^2.4.31",
|
|
65
|
+
"@thi.ng/object-utils": "^1.1.13",
|
|
66
|
+
"@thi.ng/random": "^4.1.10",
|
|
67
|
+
"@thi.ng/strings": "^3.9.4",
|
|
68
|
+
"@thi.ng/transducers": "^9.2.17",
|
|
69
|
+
"@thi.ng/vectors": "^7.12.19"
|
|
71
70
|
},
|
|
72
71
|
"devDependencies": {
|
|
73
72
|
"esbuild": "^0.24.2",
|
|
@@ -533,5 +532,5 @@
|
|
|
533
532
|
],
|
|
534
533
|
"year": 2013
|
|
535
534
|
},
|
|
536
|
-
"gitHead": "
|
|
535
|
+
"gitHead": "dcc1dbfa6eae31ac65e12843987b94d4a7edc144\n"
|
|
537
536
|
}
|