@thi.ng/geom 4.2.10 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-03-07T14:54:11Z
3
+ - **Last updated**: 2023-03-14T13:27:19Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom",
3
- "version": "4.2.10",
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.3",
39
- "@thi.ng/arrays": "^2.5.7",
40
- "@thi.ng/associative": "^6.2.30",
41
- "@thi.ng/checks": "^3.3.9",
42
- "@thi.ng/defmulti": "^2.1.32",
43
- "@thi.ng/equiv": "^2.1.19",
44
- "@thi.ng/errors": "^2.2.12",
45
- "@thi.ng/geom-api": "^3.4.8",
46
- "@thi.ng/geom-arc": "^2.1.51",
47
- "@thi.ng/geom-clip-line": "^2.3.8",
48
- "@thi.ng/geom-clip-poly": "^2.1.50",
49
- "@thi.ng/geom-closest-point": "^2.1.47",
50
- "@thi.ng/geom-hull": "^2.1.47",
51
- "@thi.ng/geom-isec": "^2.1.50",
52
- "@thi.ng/geom-poly-utils": "^2.3.34",
53
- "@thi.ng/geom-resample": "^2.2.8",
54
- "@thi.ng/geom-splines": "^2.2.25",
55
- "@thi.ng/geom-subdiv-curve": "^2.1.50",
56
- "@thi.ng/geom-tessellate": "^2.1.50",
57
- "@thi.ng/hiccup": "^4.2.36",
58
- "@thi.ng/hiccup-svg": "^4.3.37",
59
- "@thi.ng/math": "^5.4.4",
60
- "@thi.ng/matrices": "^2.1.48",
61
- "@thi.ng/random": "^3.3.26",
62
- "@thi.ng/strings": "^3.4.1",
63
- "@thi.ng/transducers": "^8.3.37",
64
- "@thi.ng/vectors": "^7.6.7"
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.2",
68
- "@thi.ng/testament": "^0.3.12",
69
- "rimraf": "^4.1.2",
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.24",
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": "8ab2cbfe2f59b7ef672b6e1cf2a43368f8437ddf\n"
398
+ "gitHead": "cc46c097a3a173fb1ef41f57a858d03037063141\n"
399
399
  }