@thi.ng/geom-sdf 0.2.23 → 0.2.24

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 +1 -1
  2. package/README.md +1 -1
  3. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-11-23T22:46:54Z
3
+ - **Last updated**: 2022-11-30T22:27:37Z
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/README.md CHANGED
@@ -136,7 +136,7 @@ node --experimental-repl-await
136
136
  > const geomSdf = await import("@thi.ng/geom-sdf");
137
137
  ```
138
138
 
139
- Package sizes (gzipped, pre-treeshake): ESM: 3.87 KB
139
+ Package sizes (brotli'd, pre-treeshake): ESM: 3.52 KB
140
140
 
141
141
  ## Dependencies
142
142
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-sdf",
3
- "version": "0.2.23",
3
+ "version": "0.2.24",
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,22 +34,22 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.5.0",
38
- "@thi.ng/checks": "^3.3.3",
39
- "@thi.ng/defmulti": "^2.1.22",
40
- "@thi.ng/errors": "^2.2.4",
41
- "@thi.ng/geom": "^3.4.22",
42
- "@thi.ng/geom-api": "^3.3.19",
43
- "@thi.ng/geom-isoline": "^2.1.33",
44
- "@thi.ng/geom-poly-utils": "^2.3.20",
45
- "@thi.ng/geom-resample": "^2.1.36",
46
- "@thi.ng/math": "^5.3.14",
47
- "@thi.ng/transducers": "^8.3.24",
48
- "@thi.ng/vectors": "^7.5.25"
37
+ "@thi.ng/api": "^8.5.1",
38
+ "@thi.ng/checks": "^3.3.4",
39
+ "@thi.ng/defmulti": "^2.1.23",
40
+ "@thi.ng/errors": "^2.2.5",
41
+ "@thi.ng/geom": "^3.4.23",
42
+ "@thi.ng/geom-api": "^3.3.20",
43
+ "@thi.ng/geom-isoline": "^2.1.34",
44
+ "@thi.ng/geom-poly-utils": "^2.3.21",
45
+ "@thi.ng/geom-resample": "^2.1.37",
46
+ "@thi.ng/math": "^5.3.15",
47
+ "@thi.ng/transducers": "^8.3.25",
48
+ "@thi.ng/vectors": "^7.5.26"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@microsoft/api-extractor": "^7.33.5",
52
- "@thi.ng/testament": "^0.3.5",
52
+ "@thi.ng/testament": "^0.3.6",
53
53
  "rimraf": "^3.0.2",
54
54
  "tools": "^0.0.1",
55
55
  "typedoc": "^0.23.20",
@@ -127,5 +127,5 @@
127
127
  "status": "alpha",
128
128
  "year": 2022
129
129
  },
130
- "gitHead": "75ec32ff7f1b7b5e72e7a04ace24732cd5d6c774\n"
130
+ "gitHead": "1fe40da507070653f420156d91e6b27cf682004f\n"
131
131
  }