@thi.ng/geom-sdf 1.0.10 → 1.0.12
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 +1 -1
- package/README.md +1 -1
- package/package.json +14 -13
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 202 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.
|
|
3
|
+
"version": "1.0.12",
|
|
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.
|
|
43
|
-
"@thi.ng/checks": "^3.
|
|
44
|
-
"@thi.ng/defmulti": "^3.0.
|
|
45
|
-
"@thi.ng/errors": "^2.5.
|
|
46
|
-
"@thi.ng/geom": "^8.1.
|
|
47
|
-
"@thi.ng/geom-isoline": "^2.1.
|
|
48
|
-
"@thi.ng/geom-poly-utils": "^3.0.
|
|
49
|
-
"@thi.ng/geom-resample": "^3.0.
|
|
50
|
-
"@thi.ng/math": "^5.11.
|
|
51
|
-
"@thi.ng/transducers": "^9.2.
|
|
52
|
-
"@thi.ng/vectors": "^7.12.
|
|
42
|
+
"@thi.ng/api": "^8.11.21",
|
|
43
|
+
"@thi.ng/checks": "^3.7.0",
|
|
44
|
+
"@thi.ng/defmulti": "^3.0.61",
|
|
45
|
+
"@thi.ng/errors": "^2.5.27",
|
|
46
|
+
"@thi.ng/geom": "^8.1.32",
|
|
47
|
+
"@thi.ng/geom-isoline": "^2.1.162",
|
|
48
|
+
"@thi.ng/geom-poly-utils": "^3.0.34",
|
|
49
|
+
"@thi.ng/geom-resample": "^3.0.34",
|
|
50
|
+
"@thi.ng/math": "^5.11.21",
|
|
51
|
+
"@thi.ng/transducers": "^9.2.20",
|
|
52
|
+
"@thi.ng/vectors": "^7.12.22"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"esbuild": "^0.25.0",
|
|
@@ -127,7 +127,8 @@
|
|
|
127
127
|
"shader-ast-stdlib"
|
|
128
128
|
],
|
|
129
129
|
"status": "alpha",
|
|
130
|
+
"tag": "sdf",
|
|
130
131
|
"year": 2022
|
|
131
132
|
},
|
|
132
|
-
"gitHead": "
|
|
133
|
+
"gitHead": "2958e6a9881bd9e06de587a2141f6d23c64278db\n"
|
|
133
134
|
}
|