@thi.ng/geom-webgl 0.1.84 → 0.1.89

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/package.json +94 -94
  2. package/CHANGELOG.md +0 -37
package/package.json CHANGED
@@ -1,95 +1,95 @@
1
1
  {
2
- "name": "@thi.ng/geom-webgl",
3
- "version": "0.1.84",
4
- "description": "WebGL geometry/shape conversion & interop",
5
- "type": "module",
6
- "module": "./index.js",
7
- "typings": "./index.d.ts",
8
- "sideEffects": false,
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/thi-ng/umbrella.git"
12
- },
13
- "homepage": "https://thi.ng/geom-webgl",
14
- "funding": [
15
- {
16
- "type": "github",
17
- "url": "https://github.com/sponsors/postspectacular"
18
- },
19
- {
20
- "type": "patreon",
21
- "url": "https://patreon.com/thing_umbrella"
22
- },
23
- {
24
- "type": "liberapay",
25
- "url": "https://liberapay.com/thi.ng"
26
- }
27
- ],
28
- "author": "Karsten Schmidt (https://thi.ng)",
29
- "license": "Apache-2.0",
30
- "scripts": {
31
- "build": "yarn build:esbuild && yarn build:decl",
32
- "build:decl": "tsc --declaration --emitDeclarationOnly",
33
- "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
- "clean": "bun ../../tools/src/clean-package.ts",
35
- "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
- "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
- "pub": "yarn npm publish --access public",
38
- "test": "bun test",
39
- "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
- },
41
- "dependencies": {
42
- "@thi.ng/api": "^8.12.2",
43
- "@thi.ng/checks": "^3.7.18",
44
- "@thi.ng/defmulti": "^3.0.78",
45
- "@thi.ng/errors": "^2.5.42",
46
- "@thi.ng/geom": "^8.2.14",
47
- "@thi.ng/object-utils": "^1.2.10",
48
- "@thi.ng/transducers": "^9.6.10",
49
- "@thi.ng/vector-pools": "^3.2.71",
50
- "@thi.ng/vectors": "^8.6.6",
51
- "@thi.ng/webgl": "^6.9.79"
52
- },
53
- "devDependencies": {
54
- "esbuild": "^0.25.9",
55
- "typedoc": "^0.28.12",
56
- "typescript": "^5.9.2"
57
- },
58
- "keywords": [
59
- "typescript"
60
- ],
61
- "publishConfig": {
62
- "access": "public"
63
- },
64
- "browser": {
65
- "process": false,
66
- "setTimeout": false
67
- },
68
- "engines": {
69
- "node": ">=18"
70
- },
71
- "files": [
72
- "./*.js",
73
- "./*.d.ts"
74
- ],
75
- "exports": {
76
- ".": {
77
- "default": "./index.js"
78
- },
79
- "./api": {
80
- "default": "./api.js"
81
- },
82
- "./as-webgl": {
83
- "default": "./as-webgl.js"
84
- },
85
- "./uv": {
86
- "default": "./uv.js"
87
- }
88
- },
89
- "thi.ng": {
90
- "status": "alpha",
91
- "tag": "webgl",
92
- "year": 2024
93
- },
94
- "gitHead": "fbf4b46ba8a5ecff8c5423f4c2d158d208d20fc8\n"
95
- }
2
+ "name": "@thi.ng/geom-webgl",
3
+ "version": "0.1.89",
4
+ "description": "WebGL geometry/shape conversion & interop",
5
+ "type": "module",
6
+ "module": "./index.js",
7
+ "typings": "./index.d.ts",
8
+ "sideEffects": false,
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/thi-ng/umbrella.git"
12
+ },
13
+ "homepage": "https://thi.ng/geom-webgl",
14
+ "funding": [
15
+ {
16
+ "type": "github",
17
+ "url": "https://github.com/sponsors/postspectacular"
18
+ },
19
+ {
20
+ "type": "patreon",
21
+ "url": "https://patreon.com/thing_umbrella"
22
+ },
23
+ {
24
+ "type": "liberapay",
25
+ "url": "https://liberapay.com/thi.ng"
26
+ }
27
+ ],
28
+ "author": "Karsten Schmidt (https://thi.ng)",
29
+ "license": "Apache-2.0",
30
+ "scripts": {
31
+ "build": "yarn build:esbuild && yarn build:decl",
32
+ "build:decl": "tsc --declaration --emitDeclarationOnly",
33
+ "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
+ "clean": "bun ../../tools/src/clean-package.ts",
35
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
+ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
+ "pub": "npm publish --access public",
38
+ "test": "bun test",
39
+ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
+ },
41
+ "dependencies": {
42
+ "@thi.ng/api": "^8.12.7",
43
+ "@thi.ng/checks": "^3.7.23",
44
+ "@thi.ng/defmulti": "^3.0.83",
45
+ "@thi.ng/errors": "^2.5.47",
46
+ "@thi.ng/geom": "^8.3.4",
47
+ "@thi.ng/object-utils": "^1.2.15",
48
+ "@thi.ng/transducers": "^9.6.15",
49
+ "@thi.ng/vector-pools": "^3.2.76",
50
+ "@thi.ng/vectors": "^8.6.11",
51
+ "@thi.ng/webgl": "^6.9.84"
52
+ },
53
+ "devDependencies": {
54
+ "esbuild": "^0.25.11",
55
+ "typedoc": "^0.28.14",
56
+ "typescript": "^5.9.3"
57
+ },
58
+ "keywords": [
59
+ "typescript"
60
+ ],
61
+ "publishConfig": {
62
+ "access": "public"
63
+ },
64
+ "browser": {
65
+ "process": false,
66
+ "setTimeout": false
67
+ },
68
+ "engines": {
69
+ "node": ">=18"
70
+ },
71
+ "files": [
72
+ "./*.js",
73
+ "./*.d.ts"
74
+ ],
75
+ "exports": {
76
+ ".": {
77
+ "default": "./index.js"
78
+ },
79
+ "./api": {
80
+ "default": "./api.js"
81
+ },
82
+ "./as-webgl": {
83
+ "default": "./as-webgl.js"
84
+ },
85
+ "./uv": {
86
+ "default": "./uv.js"
87
+ }
88
+ },
89
+ "thi.ng": {
90
+ "status": "alpha",
91
+ "tag": "webgl",
92
+ "year": 2024
93
+ },
94
+ "gitHead": "d977f819bcafdcb2b24c45f8d01a167fe29fc85a\n"
95
+ }
package/CHANGELOG.md DELETED
@@ -1,37 +0,0 @@
1
- # Change Log
2
-
3
- - **Last updated**: 2025-09-01T16:38:35Z
4
- - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
-
6
- All notable changes to this project will be documented in this file.
7
- Only versions published since **2022-01-01** are listed here.
8
- Please consult the Git history for older version information.
9
- See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
10
-
11
- **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
12
- and/or version bumps of transitive dependencies.
13
-
14
- ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-webgl@0.1.0) (2024-06-21)
15
-
16
- #### 🚀 Features
17
-
18
- - import as new pkg ([75842ae](https://github.com/thi-ng/umbrella/commit/75842ae))
19
- - add UV generators, update asWebGLModel() & opts ([6222d98](https://github.com/thi-ng/umbrella/commit/6222d98))
20
- - add generateUVPointIndex()
21
- - add generateUVBounds2()
22
- - update asWebGLModel() to return array of model specs
23
- - update tessellation opts/handling
24
- - update deps
25
- - add 3d shape support, update default tessellator ([7fb0e90](https://github.com/thi-ng/umbrella/commit/7fb0e90))
26
- - add `asWebGLModel()` impls for: AABB, Polygon3, Quad3, Triangle3
27
- - use TESSELLATE_TRI_FAN_BOUNDARY as new default tessellator
28
- - update `defModel()` to support 3D geometry
29
-
30
- #### 🩹 Bug fixes
31
-
32
- - merge group options ([6ab7774](https://github.com/thi-ng/umbrella/commit/6ab7774))
33
- - update group attrib handling ([5be3a28](https://github.com/thi-ng/umbrella/commit/5be3a28))
34
-
35
- #### ♻️ Refactoring
36
-
37
- - remove geom-api dep, update imports ([1a3ebca](https://github.com/thi-ng/umbrella/commit/1a3ebca))