@thi.ng/webgl 6.7.0 → 6.7.1
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/package.json +20 -19
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/webgl",
|
|
3
|
-
"version": "6.7.
|
|
3
|
+
"version": "6.7.1",
|
|
4
4
|
"description": "WebGL & GLSL abstraction layer",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -36,25 +36,26 @@
|
|
|
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",
|
|
39
|
-
"test": "bun test"
|
|
39
|
+
"test": "bun test",
|
|
40
|
+
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
40
41
|
},
|
|
41
42
|
"dependencies": {
|
|
42
|
-
"@thi.ng/api": "^8.9.
|
|
43
|
-
"@thi.ng/associative": "^6.3.
|
|
44
|
-
"@thi.ng/canvas": "^0.2.
|
|
45
|
-
"@thi.ng/checks": "^3.5.
|
|
46
|
-
"@thi.ng/equiv": "^2.1.
|
|
47
|
-
"@thi.ng/errors": "^2.4.
|
|
48
|
-
"@thi.ng/logger": "^3.0.
|
|
49
|
-
"@thi.ng/matrices": "^2.3.
|
|
50
|
-
"@thi.ng/memoize": "^3.1.
|
|
51
|
-
"@thi.ng/pixel": "^6.1.
|
|
52
|
-
"@thi.ng/shader-ast": "^0.
|
|
53
|
-
"@thi.ng/shader-ast-glsl": "^0.4.
|
|
54
|
-
"@thi.ng/shader-ast-stdlib": "^0.
|
|
55
|
-
"@thi.ng/transducers": "^8.9.
|
|
56
|
-
"@thi.ng/vector-pools": "^3.1.
|
|
57
|
-
"@thi.ng/vectors": "^7.10.
|
|
43
|
+
"@thi.ng/api": "^8.9.28",
|
|
44
|
+
"@thi.ng/associative": "^6.3.46",
|
|
45
|
+
"@thi.ng/canvas": "^0.2.9",
|
|
46
|
+
"@thi.ng/checks": "^3.5.2",
|
|
47
|
+
"@thi.ng/equiv": "^2.1.51",
|
|
48
|
+
"@thi.ng/errors": "^2.4.20",
|
|
49
|
+
"@thi.ng/logger": "^3.0.5",
|
|
50
|
+
"@thi.ng/matrices": "^2.3.22",
|
|
51
|
+
"@thi.ng/memoize": "^3.1.63",
|
|
52
|
+
"@thi.ng/pixel": "^6.1.16",
|
|
53
|
+
"@thi.ng/shader-ast": "^0.15.0",
|
|
54
|
+
"@thi.ng/shader-ast-glsl": "^0.4.108",
|
|
55
|
+
"@thi.ng/shader-ast-stdlib": "^0.18.0",
|
|
56
|
+
"@thi.ng/transducers": "^8.9.10",
|
|
57
|
+
"@thi.ng/vector-pools": "^3.1.114",
|
|
58
|
+
"@thi.ng/vectors": "^7.10.16"
|
|
58
59
|
},
|
|
59
60
|
"devDependencies": {
|
|
60
61
|
"@microsoft/api-extractor": "^7.40.1",
|
|
@@ -219,5 +220,5 @@
|
|
|
219
220
|
],
|
|
220
221
|
"year": 2014
|
|
221
222
|
},
|
|
222
|
-
"gitHead": "
|
|
223
|
+
"gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\n"
|
|
223
224
|
}
|