@thi.ng/shader-ast-stdlib 0.16.11 → 0.16.13
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 +4 -5
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/shader-ast-stdlib",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.13",
|
|
4
4
|
"description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -38,14 +38,13 @@
|
|
|
38
38
|
"test": "bun test"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@thi.ng/api": "^8.9.
|
|
42
|
-
"@thi.ng/shader-ast": "^0.12.
|
|
41
|
+
"@thi.ng/api": "^8.9.14",
|
|
42
|
+
"@thi.ng/shader-ast": "^0.12.88"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@microsoft/api-extractor": "^7.38.3",
|
|
46
46
|
"esbuild": "^0.19.8",
|
|
47
47
|
"rimraf": "^5.0.5",
|
|
48
|
-
"tools": "^0.0.1",
|
|
49
48
|
"typedoc": "^0.25.4",
|
|
50
49
|
"typescript": "^5.3.2"
|
|
51
50
|
},
|
|
@@ -355,5 +354,5 @@
|
|
|
355
354
|
],
|
|
356
355
|
"year": 2019
|
|
357
356
|
},
|
|
358
|
-
"gitHead": "
|
|
357
|
+
"gitHead": "36d93175f8fbc0190c3c96a9ac0016a9663e9a80\n"
|
|
359
358
|
}
|