@thi.ng/geom 6.0.34 → 6.0.36

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-03-01T15:22:50Z
3
+ - **Last updated**: 2024-03-07T20:40:47Z
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/api/bpatch.d.ts CHANGED
@@ -5,7 +5,7 @@ import { APC } from "./apc.js";
5
5
  * nD Cubic bezier patch defined by array of 4x4 control points in this
6
6
  * order:
7
7
  *
8
- * ```
8
+ * ```text
9
9
  * 7 11
10
10
  * 3 +---+---+---+ 15 (UV = 1,1)
11
11
  * | | | |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom",
3
- "version": "6.0.34",
3
+ "version": "6.0.36",
4
4
  "description": "Functional, polymorphic API for 2D geometry types & SVG generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -33,36 +33,37 @@
33
33
  "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
34
34
  "pub": "yarn npm publish --access public",
35
35
  "test": "bun test",
36
- "tool:bpatch": "bun tools/bpatch.ts"
36
+ "tool:bpatch": "bun tools/bpatch.ts",
37
+ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
38
  },
38
39
  "dependencies": {
39
- "@thi.ng/api": "^8.9.27",
40
- "@thi.ng/arrays": "^2.8.4",
41
- "@thi.ng/associative": "^6.3.44",
42
- "@thi.ng/checks": "^3.5.1",
43
- "@thi.ng/defmulti": "^3.0.27",
44
- "@thi.ng/equiv": "^2.1.50",
45
- "@thi.ng/errors": "^2.4.19",
46
- "@thi.ng/geom-api": "^3.4.72",
47
- "@thi.ng/geom-arc": "^2.1.115",
48
- "@thi.ng/geom-clip-line": "^2.3.72",
49
- "@thi.ng/geom-clip-poly": "^2.1.114",
50
- "@thi.ng/geom-closest-point": "^2.1.110",
51
- "@thi.ng/geom-hull": "^2.1.110",
52
- "@thi.ng/geom-isec": "^2.1.114",
53
- "@thi.ng/geom-poly-utils": "^2.3.98",
54
- "@thi.ng/geom-resample": "^2.3.36",
55
- "@thi.ng/geom-splines": "^2.2.89",
56
- "@thi.ng/geom-subdiv-curve": "^2.1.114",
57
- "@thi.ng/geom-tessellate": "^2.1.115",
58
- "@thi.ng/hiccup": "^5.1.17",
59
- "@thi.ng/hiccup-svg": "^5.2.19",
60
- "@thi.ng/math": "^5.10.4",
61
- "@thi.ng/matrices": "^2.3.20",
62
- "@thi.ng/random": "^3.6.34",
63
- "@thi.ng/strings": "^3.7.19",
64
- "@thi.ng/transducers": "^8.9.8",
65
- "@thi.ng/vectors": "^7.10.14"
40
+ "@thi.ng/api": "^8.9.28",
41
+ "@thi.ng/arrays": "^2.8.6",
42
+ "@thi.ng/associative": "^6.3.46",
43
+ "@thi.ng/checks": "^3.5.2",
44
+ "@thi.ng/defmulti": "^3.0.29",
45
+ "@thi.ng/equiv": "^2.1.51",
46
+ "@thi.ng/errors": "^2.4.20",
47
+ "@thi.ng/geom-api": "^3.4.74",
48
+ "@thi.ng/geom-arc": "^2.1.117",
49
+ "@thi.ng/geom-clip-line": "^2.3.74",
50
+ "@thi.ng/geom-clip-poly": "^2.1.116",
51
+ "@thi.ng/geom-closest-point": "^2.1.112",
52
+ "@thi.ng/geom-hull": "^2.1.112",
53
+ "@thi.ng/geom-isec": "^2.1.116",
54
+ "@thi.ng/geom-poly-utils": "^2.3.100",
55
+ "@thi.ng/geom-resample": "^2.3.38",
56
+ "@thi.ng/geom-splines": "^2.2.91",
57
+ "@thi.ng/geom-subdiv-curve": "^2.1.116",
58
+ "@thi.ng/geom-tessellate": "^2.1.117",
59
+ "@thi.ng/hiccup": "^5.1.19",
60
+ "@thi.ng/hiccup-svg": "^5.2.21",
61
+ "@thi.ng/math": "^5.10.5",
62
+ "@thi.ng/matrices": "^2.3.22",
63
+ "@thi.ng/random": "^3.6.35",
64
+ "@thi.ng/strings": "^3.7.21",
65
+ "@thi.ng/transducers": "^8.9.10",
66
+ "@thi.ng/vectors": "^7.10.16"
66
67
  },
67
68
  "devDependencies": {
68
69
  "@microsoft/api-extractor": "^7.40.1",
@@ -398,5 +399,5 @@
398
399
  ],
399
400
  "year": 2013
400
401
  },
401
- "gitHead": "d660ae8fd1bf64d919b4334f19509f1f539d70f6\n"
402
+ "gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\n"
402
403
  }