@thi.ng/geom-sdf 0.2.35 → 0.2.37

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**: 2023-02-10T14:03:10Z
3
+ - **Last updated**: 2023-03-02T18:09:03Z
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/domain.d.ts CHANGED
@@ -30,5 +30,5 @@ export declare const repeatGrid2: (size: ReadonlyVec) => (p: ReadonlyVec) => Rea
30
30
  *
31
31
  * @param n - number of repetition
32
32
  */
33
- export declare const repeatPolar2: (n: number) => (p: ReadonlyVec) => number[];
33
+ export declare const repeatPolar2: (n: number) => (p: ReadonlyVec) => [number, number];
34
34
  //# sourceMappingURL=domain.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-sdf",
3
- "version": "0.2.35",
3
+ "version": "0.2.37",
4
4
  "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,18 +34,18 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.7.2",
37
+ "@thi.ng/api": "^8.7.3",
38
38
  "@thi.ng/checks": "^3.3.9",
39
- "@thi.ng/defmulti": "^2.1.30",
40
- "@thi.ng/errors": "^2.2.11",
41
- "@thi.ng/geom": "^4.2.5",
42
- "@thi.ng/geom-api": "^3.4.5",
43
- "@thi.ng/geom-isoline": "^2.1.44",
44
- "@thi.ng/geom-poly-utils": "^2.3.31",
45
- "@thi.ng/geom-resample": "^2.2.5",
46
- "@thi.ng/math": "^5.4.3",
47
- "@thi.ng/transducers": "^8.3.34",
48
- "@thi.ng/vectors": "^7.6.4"
39
+ "@thi.ng/defmulti": "^2.1.31",
40
+ "@thi.ng/errors": "^2.2.12",
41
+ "@thi.ng/geom": "^4.2.7",
42
+ "@thi.ng/geom-api": "^3.4.6",
43
+ "@thi.ng/geom-isoline": "^2.1.45",
44
+ "@thi.ng/geom-poly-utils": "^2.3.32",
45
+ "@thi.ng/geom-resample": "^2.2.6",
46
+ "@thi.ng/math": "^5.4.4",
47
+ "@thi.ng/transducers": "^8.3.35",
48
+ "@thi.ng/vectors": "^7.6.5"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@microsoft/api-extractor": "^7.34.2",
@@ -127,5 +127,5 @@
127
127
  "status": "alpha",
128
128
  "year": 2022
129
129
  },
130
- "gitHead": "060a3a69281094df70be0e4f326a0ac3bbc3dd1d\n"
130
+ "gitHead": "f2df4bbd52e8e78e9e7499d73f974f9a2f70f017\n"
131
131
  }