@thi.ng/shader-ast-stdlib 0.16.22 → 0.16.23

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-02-06T23:18:11Z
3
+ - **Last updated**: 2024-02-10T08:59:57Z
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/README.md CHANGED
@@ -1,5 +1,15 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
  <!-- Please see: https://github.com/thi-ng/umbrella/blob/develop/CONTRIBUTING.md#changes-to-readme-files -->
3
+ > [!IMPORTANT]
4
+ > ‼️ Announcing the thi.ng user survey 2024 📋
5
+ >
6
+ > [Please participate in the survey here!](https://forms.gle/XacbSDEmQMPZg8197)\
7
+ > (open until end of February)
8
+ >
9
+ > **To achieve a better sample size, I'd highly appreciate if you could
10
+ > circulate the link to this survey in your own networks.**
11
+ >
12
+ > [Discussion](https://github.com/thi-ng/umbrella/discussions/447)
3
13
 
4
14
  # ![@thi.ng/shader-ast-stdlib](https://media.thi.ng/umbrella/banners-20230807/thing-shader-ast-stdlib.svg?8f592b51)
5
15
 
@@ -110,7 +120,7 @@ For Node.js REPL:
110
120
  const shaderAstStdlib = await import("@thi.ng/shader-ast-stdlib");
111
121
  ```
112
122
 
113
- Package sizes (brotli'd, pre-treeshake): ESM: 13.38 KB
123
+ Package sizes (brotli'd, pre-treeshake): ESM: 13.42 KB
114
124
 
115
125
  ## Dependencies
116
126
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/shader-ast-stdlib",
3
- "version": "0.16.22",
3
+ "version": "0.16.23",
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,14 @@
38
38
  "test": "bun test"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/api": "^8.9.22",
42
- "@thi.ng/shader-ast": "^0.13.7"
41
+ "@thi.ng/api": "^8.9.23",
42
+ "@thi.ng/shader-ast": "^0.13.8"
43
43
  },
44
44
  "devDependencies": {
45
- "@microsoft/api-extractor": "^7.39.0",
46
- "esbuild": "^0.19.10",
45
+ "@microsoft/api-extractor": "^7.40.1",
46
+ "esbuild": "^0.20.0",
47
47
  "rimraf": "^5.0.5",
48
- "typedoc": "^0.25.4",
48
+ "typedoc": "^0.25.7",
49
49
  "typescript": "^5.3.3"
50
50
  },
51
51
  "keywords": [
@@ -354,5 +354,5 @@
354
354
  ],
355
355
  "year": 2019
356
356
  },
357
- "gitHead": "ce8202c237a367c4038d41919a8acf75e1122507\n"
357
+ "gitHead": "e5e7d5c6ed2eadee7a91d59cbd0c86ce880ab1c5\n"
358
358
  }