@thi.ng/shader-ast-stdlib 0.18.35 → 0.18.37

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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-11-10T17:11:51Z
3
+ - **Last updated**: 2024-12-12T10:11:58Z
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": "0.18.35",
3
+ "version": "0.18.37",
4
4
  "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,14 +39,14 @@
39
39
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
40
  },
41
41
  "dependencies": {
42
- "@thi.ng/api": "^8.11.12",
43
- "@thi.ng/shader-ast": "^0.15.35"
42
+ "@thi.ng/api": "^8.11.14",
43
+ "@thi.ng/shader-ast": "^0.15.37"
44
44
  },
45
45
  "devDependencies": {
46
- "@microsoft/api-extractor": "^7.47.9",
46
+ "@microsoft/api-extractor": "^7.48.0",
47
47
  "esbuild": "^0.24.0",
48
- "typedoc": "^0.26.7",
49
- "typescript": "^5.6.2"
48
+ "typedoc": "^0.27.4",
49
+ "typescript": "^5.7.2"
50
50
  },
51
51
  "keywords": [
52
52
  "ast",
@@ -373,5 +373,5 @@
373
373
  ],
374
374
  "year": 2019
375
375
  },
376
- "gitHead": "ef89090bb19fc5bca23be5da8cfce05b82ff4ad1\n"
376
+ "gitHead": "34ac95538d96f046090fef5fd3a1dc36d54663d5\n"
377
377
  }