@thi.ng/webgl-shadertoy 0.4.25 → 0.4.27

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 (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +5 -5
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-08-06T15:22:27Z
3
+ - **Last updated**: 2022-09-21T21:37:59Z
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,6 +1,6 @@
1
1
  <!-- This file is generated - DO NOT EDIT! -->
2
2
 
3
- # ![webgl-shadertoy](https://media.thi.ng/umbrella/banners/thing-webgl-shadertoy.svg?9525f97a)
3
+ # ![webgl-shadertoy](https://media.thi.ng/umbrella/banners-20220914/thing-webgl-shadertoy.svg?fc637e4f)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/webgl-shadertoy.svg)](https://www.npmjs.com/package/@thi.ng/webgl-shadertoy)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/webgl-shadertoy.svg)
@@ -10,8 +10,8 @@ This project is part of the
10
10
  [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo.
11
11
 
12
12
  - [About](#about)
13
- - [Status](#status)
14
- - [Related packages](#related-packages)
13
+ - [Status](#status)
14
+ - [Related packages](#related-packages)
15
15
  - [Installation](#installation)
16
16
  - [Dependencies](#dependencies)
17
17
  - [Usage examples](#usage-examples)
@@ -23,13 +23,13 @@ This project is part of the
23
23
 
24
24
  Basic WebGL scaffolding for running interactive fragment shaders via [@thi.ng/shader-ast](https://github.com/thi-ng/umbrella/tree/develop/packages/shader-ast). This is a support package for [@thi.ng/webgl](https://github.com/thi-ng/umbrella/tree/develop/packages/webgl).
25
25
 
26
- ### Status
26
+ ## Status
27
27
 
28
28
  **ALPHA** - bleeding edge / work-in-progress
29
29
 
30
30
  [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bwebgl-shadertoy%5D+in%3Atitle)
31
31
 
32
- ### Related packages
32
+ ## Related packages
33
33
 
34
34
  - [@thi.ng/shader-ast](https://github.com/thi-ng/umbrella/tree/develop/packages/shader-ast) - DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets
35
35
  - [@thi.ng/shader-ast-stdlib](https://github.com/thi-ng/umbrella/tree/develop/packages/shader-ast-stdlib) - Function collection for modular GPGPU / shader programming with [@thi.ng/shader-ast](https://github.com/thi-ng/umbrella/tree/develop/packages/shader-ast)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl-shadertoy",
3
- "version": "0.4.25",
3
+ "version": "0.4.27",
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",
@@ -34,19 +34,19 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.4.0",
38
- "@thi.ng/shader-ast": "^0.12.18",
39
- "@thi.ng/shader-ast-glsl": "^0.4.18",
40
- "@thi.ng/webgl": "^6.2.2"
37
+ "@thi.ng/api": "^8.4.2",
38
+ "@thi.ng/shader-ast": "^0.12.20",
39
+ "@thi.ng/shader-ast-glsl": "^0.4.20",
40
+ "@thi.ng/webgl": "^6.2.4"
41
41
  },
42
42
  "devDependencies": {
43
- "@microsoft/api-extractor": "^7.25.0",
44
- "@thi.ng/testament": "^0.2.11",
45
- "@types/node": "^18.6.4",
43
+ "@microsoft/api-extractor": "^7.31.1",
44
+ "@thi.ng/testament": "^0.3.0",
45
+ "@types/node": "^18.7.18",
46
46
  "rimraf": "^3.0.2",
47
47
  "tools": "^0.0.1",
48
48
  "typedoc": "^0.22.17",
49
- "typescript": "^4.7.4"
49
+ "typescript": "^4.8.3"
50
50
  },
51
51
  "keywords": [
52
52
  "animation",
@@ -90,5 +90,5 @@
90
90
  "status": "alpha",
91
91
  "year": 2019
92
92
  },
93
- "gitHead": "4383dd462ecbafabbb7ae7ba567e3b3738abb9ab\n"
93
+ "gitHead": "973139c5aa3b50081020f4cc726a7cc330f77fc7\n"
94
94
  }