@thi.ng/webgl-shadertoy 0.4.91 → 0.4.92

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-25T12:40:55Z
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
@@ -67,11 +67,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 666 bytes
67
67
 
68
68
  ## Usage examples
69
69
 
70
- Several demos in this repo's
70
+ Several projects in this repo's
71
71
  [/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
72
- directory are using this package.
73
-
74
- A selection:
72
+ directory are using this package:
75
73
 
76
74
  | Screenshot | Description | Live demo | Source |
77
75
  |:--------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------|:---------------------------------------------------------|:--------------------------------------------------------------------------------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl-shadertoy",
3
- "version": "0.4.91",
3
+ "version": "0.4.92",
4
4
  "description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,9 +35,9 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@thi.ng/api": "^8.9.6",
38
- "@thi.ng/shader-ast": "^0.12.76",
39
- "@thi.ng/shader-ast-glsl": "^0.4.76",
40
- "@thi.ng/webgl": "^6.6.2"
38
+ "@thi.ng/shader-ast": "^0.12.77",
39
+ "@thi.ng/shader-ast-glsl": "^0.4.77",
40
+ "@thi.ng/webgl": "^6.6.3"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@microsoft/api-extractor": "^7.38.0",
@@ -90,5 +90,5 @@
90
90
  "status": "alpha",
91
91
  "year": 2019
92
92
  },
93
- "gitHead": "f540c4a501157b764229035035c2a858bace2a61\n"
93
+ "gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
94
94
  }