@thi.ng/geom-sdf 1.1.0 → 1.1.1

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 +2 -2
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  > [!NOTE]
10
10
 
11
- > This is one of 215 standalone projects. LLM-free, human-made and
11
+ > This is one of 216 standalone projects. LLM-free, human-made and
12
12
  > cared for software, maintained as part of the
13
13
  > [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
14
14
  > anti-framework.
@@ -170,7 +170,7 @@ For Node.js REPL:
170
170
  const sdf = await import("@thi.ng/geom-sdf");
171
171
  ```
172
172
 
173
- Package sizes (brotli'd, pre-treeshake): ESM: 3.76 KB
173
+ Package sizes (brotli'd, pre-treeshake): ESM: 3.78 KB
174
174
 
175
175
  ## Dependencies
176
176
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-sdf",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
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.25",
44
- "@thi.ng/checks": "^3.9.5",
45
- "@thi.ng/defmulti": "^3.0.102",
46
- "@thi.ng/errors": "^2.6.14",
47
- "@thi.ng/geom": "^8.3.33",
48
- "@thi.ng/geom-isoline": "^2.1.228",
49
- "@thi.ng/geom-poly-utils": "^3.1.28",
50
- "@thi.ng/geom-resample": "^3.0.91",
51
- "@thi.ng/math": "^5.15.14",
52
- "@thi.ng/transducers": "^9.6.39",
53
- "@thi.ng/vectors": "^8.6.35"
43
+ "@thi.ng/api": "^8.12.26",
44
+ "@thi.ng/checks": "^3.10.0",
45
+ "@thi.ng/defmulti": "^3.0.103",
46
+ "@thi.ng/errors": "^2.6.15",
47
+ "@thi.ng/geom": "^8.3.34",
48
+ "@thi.ng/geom-isoline": "^2.1.229",
49
+ "@thi.ng/geom-poly-utils": "^3.1.29",
50
+ "@thi.ng/geom-resample": "^3.0.92",
51
+ "@thi.ng/math": "^5.15.15",
52
+ "@thi.ng/transducers": "^9.6.40",
53
+ "@thi.ng/vectors": "^8.6.36"
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": "65b041e97110e16c01cf968949b72a0873f14445"
134
+ "gitHead": "c47c56420bcae2e0477d252a497be44f08ca185a"
135
135
  }