@thi.ng/geom-sdf 1.0.84 → 1.0.86

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/README.md +5 -3
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -7,9 +7,11 @@
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 215 standalone projects, maintained as part
11
- > of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
12
- > and anti-framework.
10
+
11
+ > This is one of 215 standalone projects. LLM-free, human-made and
12
+ > cared for software, maintained as part of the
13
+ > [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
14
+ > anti-framework.
13
15
  >
14
16
  > 🚀 Please help me to work full-time on these projects by [sponsoring
15
17
  > me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-sdf",
3
- "version": "1.0.84",
3
+ "version": "1.0.86",
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",
@@ -40,17 +40,17 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.22",
44
- "@thi.ng/checks": "^3.9.2",
45
- "@thi.ng/defmulti": "^3.0.99",
46
- "@thi.ng/errors": "^2.6.11",
47
- "@thi.ng/geom": "^8.3.30",
48
- "@thi.ng/geom-isoline": "^2.1.225",
49
- "@thi.ng/geom-poly-utils": "^3.1.25",
50
- "@thi.ng/geom-resample": "^3.0.88",
51
- "@thi.ng/math": "^5.15.11",
52
- "@thi.ng/transducers": "^9.6.36",
53
- "@thi.ng/vectors": "^8.6.32"
43
+ "@thi.ng/api": "^8.12.24",
44
+ "@thi.ng/checks": "^3.9.4",
45
+ "@thi.ng/defmulti": "^3.0.101",
46
+ "@thi.ng/errors": "^2.6.13",
47
+ "@thi.ng/geom": "^8.3.32",
48
+ "@thi.ng/geom-isoline": "^2.1.227",
49
+ "@thi.ng/geom-poly-utils": "^3.1.27",
50
+ "@thi.ng/geom-resample": "^3.0.90",
51
+ "@thi.ng/math": "^5.15.13",
52
+ "@thi.ng/transducers": "^9.6.38",
53
+ "@thi.ng/vectors": "^8.6.34"
54
54
  },
55
55
  "devDependencies": {
56
56
  "esbuild": "^0.28.0",
@@ -131,5 +131,5 @@
131
131
  "tag": "sdf",
132
132
  "year": 2022
133
133
  },
134
- "gitHead": "17d2d1a6542704f55f2daa37550a4213b4a32cd8"
134
+ "gitHead": "b302822c51b2ab255f8f27f8dd010433d95f29df"
135
135
  }