@thi.ng/webgl 6.9.23 → 6.9.25

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 +19 -19
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-10-05T12:12:32Z
3
+ - **Last updated**: 2024-11-10T17:11:51Z
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/webgl",
3
- "version": "6.9.23",
3
+ "version": "6.9.25",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -32,7 +32,7 @@
32
32
  "build:decl": "tsc --declaration --emitDeclarationOnly",
33
33
  "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
34
  "clean": "bun ../../tools/src/clean-package.ts geo shaders textures",
35
- "doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
35
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
36
  "doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
37
37
  "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
38
38
  "pub": "yarn npm publish --access public",
@@ -40,22 +40,22 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.11.11",
44
- "@thi.ng/canvas": "^0.5.4",
45
- "@thi.ng/checks": "^3.6.13",
46
- "@thi.ng/equiv": "^2.1.67",
47
- "@thi.ng/errors": "^2.5.17",
48
- "@thi.ng/logger": "^3.0.21",
49
- "@thi.ng/matrices": "^2.4.19",
50
- "@thi.ng/memoize": "^4.0.1",
51
- "@thi.ng/object-utils": "^1.1.4",
52
- "@thi.ng/pixel": "^7.3.6",
53
- "@thi.ng/shader-ast": "^0.15.34",
54
- "@thi.ng/shader-ast-glsl": "^0.4.142",
55
- "@thi.ng/shader-ast-stdlib": "^0.18.34",
56
- "@thi.ng/transducers": "^9.2.7",
57
- "@thi.ng/vector-pools": "^3.2.19",
58
- "@thi.ng/vectors": "^7.12.7"
43
+ "@thi.ng/api": "^8.11.12",
44
+ "@thi.ng/canvas": "^0.5.5",
45
+ "@thi.ng/checks": "^3.6.14",
46
+ "@thi.ng/equiv": "^2.1.68",
47
+ "@thi.ng/errors": "^2.5.18",
48
+ "@thi.ng/logger": "^3.0.22",
49
+ "@thi.ng/matrices": "^2.4.21",
50
+ "@thi.ng/memoize": "^4.0.2",
51
+ "@thi.ng/object-utils": "^1.1.5",
52
+ "@thi.ng/pixel": "^7.3.7",
53
+ "@thi.ng/shader-ast": "^0.15.35",
54
+ "@thi.ng/shader-ast-glsl": "^0.4.143",
55
+ "@thi.ng/shader-ast-stdlib": "^0.18.35",
56
+ "@thi.ng/transducers": "^9.2.8",
57
+ "@thi.ng/vector-pools": "^3.2.21",
58
+ "@thi.ng/vectors": "^7.12.9"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@microsoft/api-extractor": "^7.47.9",
@@ -225,5 +225,5 @@
225
225
  ],
226
226
  "year": 2014
227
227
  },
228
- "gitHead": "1148f3130b867c65141957b4b7617021d7ac7fc9\n"
228
+ "gitHead": "ef89090bb19fc5bca23be5da8cfce05b82ff4ad1\n"
229
229
  }