@thi.ng/shader-ast-stdlib 0.16.1 → 0.16.3

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**: 2023-10-27T20:44:01Z
3
+ - **Last updated**: 2023-10-30T14:31:56Z
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
@@ -114,11 +114,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 13.42 KB
114
114
 
115
115
  ## Usage examples
116
116
 
117
- Several demos in this repo's
117
+ Several projects in this repo's
118
118
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
119
- directory are using this package.
120
-
121
- A selection:
119
+ directory are using this package:
122
120
 
123
121
  | Screenshot | Description | Live demo | Source |
124
122
  |:-----------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------|:----------------------------------------------------------|:---------------------------------------------------------------------------------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/shader-ast-stdlib",
3
- "version": "0.16.1",
3
+ "version": "0.16.3",
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,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@thi.ng/api": "^8.9.6",
41
- "@thi.ng/shader-ast": "^0.12.76"
41
+ "@thi.ng/shader-ast": "^0.12.78"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@microsoft/api-extractor": "^7.38.0",
@@ -354,5 +354,5 @@
354
354
  ],
355
355
  "year": 2019
356
356
  },
357
- "gitHead": "f540c4a501157b764229035035c2a858bace2a61\n"
357
+ "gitHead": "336bd1bf95825b3c318a3ab49c54451c94aaa883\n"
358
358
  }