@thi.ng/geom-webgl 0.1.76 → 0.1.79

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/CHANGELOG.md +1 -1
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-07-30T22:32:35Z
3
+ - **Last updated**: 2025-08-04T09:13:01Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/geom-webgl",
3
- "version": "0.1.76",
3
+ "version": "0.1.79",
4
4
  "description": "WebGL geometry/shape conversion & interop",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,21 +39,21 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.33",
43
- "@thi.ng/checks": "^3.7.13",
44
- "@thi.ng/defmulti": "^3.0.73",
45
- "@thi.ng/errors": "^2.5.39",
46
- "@thi.ng/geom": "^8.2.6",
47
- "@thi.ng/object-utils": "^1.2.5",
48
- "@thi.ng/transducers": "^9.6.4",
49
- "@thi.ng/vector-pools": "^3.2.63",
50
- "@thi.ng/vectors": "^8.6.1",
51
- "@thi.ng/webgl": "^6.9.71"
42
+ "@thi.ng/api": "^8.12.1",
43
+ "@thi.ng/checks": "^3.7.16",
44
+ "@thi.ng/defmulti": "^3.0.75",
45
+ "@thi.ng/errors": "^2.5.41",
46
+ "@thi.ng/geom": "^8.2.9",
47
+ "@thi.ng/object-utils": "^1.2.8",
48
+ "@thi.ng/transducers": "^9.6.7",
49
+ "@thi.ng/vector-pools": "^3.2.66",
50
+ "@thi.ng/vectors": "^8.6.4",
51
+ "@thi.ng/webgl": "^6.9.74"
52
52
  },
53
53
  "devDependencies": {
54
54
  "esbuild": "^0.25.8",
55
- "typedoc": "^0.28.7",
56
- "typescript": "^5.8.3"
55
+ "typedoc": "^0.28.9",
56
+ "typescript": "^5.9.2"
57
57
  },
58
58
  "keywords": [
59
59
  "typescript"
@@ -91,5 +91,5 @@
91
91
  "tag": "webgl",
92
92
  "year": 2024
93
93
  },
94
- "gitHead": "76ffdc6e27bced158471ed47700919e7079956ca\n"
94
+ "gitHead": "9a998c33c7a524c95b552b9cbdc2734d28a5dafc\n"
95
95
  }