@thi.ng/geom-isoline 2.1.159 → 2.1.160

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**: 2025-01-29T16:25:48Z
3
+ - **Last updated**: 2025-02-13T16:03:11Z
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/index.d.ts CHANGED
@@ -6,7 +6,7 @@ export declare const setBorder: (src: Vec, w: number, h: number, val: number) =>
6
6
  * value. The computation is implemented as a generator, yielding 1 point array
7
7
  * per found contour. The returned points optionally can be scaled using `scale`
8
8
  * factor or vector. The default scale of 1.0 will result in coords in these
9
- * ranges: [0.5 .. w-0.5] (for X) and [0.5 .. h-0.5] (for Y).
9
+ * ranges: `[0.5,w-0.5]` (for X) and `[0.5,h-0.5]` (for Y).
10
10
  *
11
11
  * @param src -
12
12
  * @param w -
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-isoline",
3
- "version": "2.1.159",
3
+ "version": "2.1.160",
4
4
  "description": "Fast 2D contour line extraction / generation",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,13 +39,13 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.19",
43
- "@thi.ng/transducers": "^9.2.17",
44
- "@thi.ng/vectors": "^7.12.19"
42
+ "@thi.ng/api": "^8.11.20",
43
+ "@thi.ng/transducers": "^9.2.18",
44
+ "@thi.ng/vectors": "^7.12.20"
45
45
  },
46
46
  "devDependencies": {
47
- "esbuild": "^0.24.2",
48
- "typedoc": "^0.27.6",
47
+ "esbuild": "^0.25.0",
48
+ "typedoc": "^0.27.7",
49
49
  "typescript": "^5.7.3"
50
50
  },
51
51
  "keywords": [
@@ -80,5 +80,5 @@
80
80
  "parent": "@thi.ng/geom",
81
81
  "year": 2015
82
82
  },
83
- "gitHead": "fc1d498e8d4b690db873c30cc594352a804e7a65\n"
83
+ "gitHead": "9a0b33253fef092aaf301decf6ecd54317874d4c\n"
84
84
  }