@thi.ng/geom-sdf 1.0.13 → 1.0.15

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 (3) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/README.md +1 -1
  3. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-02-19T20:59:58Z
3
+ - **Last updated**: 2025-03-10T08:53:05Z
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.
@@ -11,6 +11,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
11
11
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
12
12
  and/or version bumps of transitive dependencies.
13
13
 
14
+ ### [1.0.15](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-sdf@1.0.15) (2025-03-10)
15
+
16
+ #### 🩹 Bug fixes
17
+
18
+ - update return types (TS5.8.2) ([541db4c](https://github.com/thi-ng/umbrella/commit/541db4c))
19
+
14
20
  ### [0.4.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-sdf@0.4.2) (2024-06-21)
15
21
 
16
22
  #### ♻️ Refactoring
package/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 202 standalone projects, maintained as part
10
+ > This is one of 203 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-sdf",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
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",
@@ -39,17 +39,17 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.21",
43
- "@thi.ng/checks": "^3.7.1",
44
- "@thi.ng/defmulti": "^3.0.61",
45
- "@thi.ng/errors": "^2.5.27",
46
- "@thi.ng/geom": "^8.1.33",
47
- "@thi.ng/geom-isoline": "^2.1.163",
48
- "@thi.ng/geom-poly-utils": "^3.0.35",
49
- "@thi.ng/geom-resample": "^3.0.35",
50
- "@thi.ng/math": "^5.11.21",
51
- "@thi.ng/transducers": "^9.2.21",
52
- "@thi.ng/vectors": "^7.12.23"
42
+ "@thi.ng/api": "^8.11.22",
43
+ "@thi.ng/checks": "^3.7.2",
44
+ "@thi.ng/defmulti": "^3.0.62",
45
+ "@thi.ng/errors": "^2.5.28",
46
+ "@thi.ng/geom": "^8.1.34",
47
+ "@thi.ng/geom-isoline": "^2.1.164",
48
+ "@thi.ng/geom-poly-utils": "^3.0.36",
49
+ "@thi.ng/geom-resample": "^3.0.36",
50
+ "@thi.ng/math": "^5.11.22",
51
+ "@thi.ng/transducers": "^9.2.22",
52
+ "@thi.ng/vectors": "^7.12.24"
53
53
  },
54
54
  "devDependencies": {
55
55
  "esbuild": "^0.25.0",
@@ -130,5 +130,5 @@
130
130
  "tag": "sdf",
131
131
  "year": 2022
132
132
  },
133
- "gitHead": "5084790092321b8654373237225c5f428f092782\n"
133
+ "gitHead": "1df585220c1dbfbcdd10f7a775917b052ced1437\n"
134
134
  }