@thi.ng/shader-ast-stdlib 1.0.26 → 1.0.28

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2025-06-09T17:24:08Z
3
+ - **Last updated**: 2025-07-10T14:20:23Z
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/shader-ast-stdlib",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -42,12 +42,12 @@
42
42
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
43
43
  },
44
44
  "dependencies": {
45
- "@thi.ng/api": "^8.11.29",
46
- "@thi.ng/shader-ast": "^1.1.7"
45
+ "@thi.ng/api": "^8.11.30",
46
+ "@thi.ng/shader-ast": "^1.1.9"
47
47
  },
48
48
  "devDependencies": {
49
- "esbuild": "^0.25.5",
50
- "typedoc": "^0.28.5",
49
+ "esbuild": "^0.25.6",
50
+ "typedoc": "^0.28.7",
51
51
  "typescript": "^5.8.3"
52
52
  },
53
53
  "keywords": [
@@ -375,5 +375,5 @@
375
375
  ],
376
376
  "year": 2019
377
377
  },
378
- "gitHead": "06e582f962a9cd3abb905e91d97d652e1d3bb971\n"
378
+ "gitHead": "56d8f088389b22192a06e9a395b5eecebf47697a\n"
379
379
  }