@thi.ng/webgl 6.2.3 → 6.2.4

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 +7 -7
  3. package/package.json +21 -21
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2022-08-23T10:37:04Z
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](https://media.thi.ng/umbrella/banners/thing-webgl.svg?f932e39b)
3
+ # ![webgl](https://media.thi.ng/umbrella/banners-20220914/thing-webgl.svg?bdeaeb45)
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@thi.ng/webgl.svg)](https://www.npmjs.com/package/@thi.ng/webgl)
6
6
  ![npm downloads](https://img.shields.io/npm/dm/@thi.ng/webgl.svg)
@@ -11,9 +11,9 @@ This project is part of the
11
11
 
12
12
  - [About](#about)
13
13
  - [Features](#features)
14
- - [Status](#status)
15
- - [Support packages](#support-packages)
16
- - [Related packages](#related-packages)
14
+ - [Status](#status)
15
+ - [Support packages](#support-packages)
16
+ - [Related packages](#related-packages)
17
17
  - [Installation](#installation)
18
18
  - [Dependencies](#dependencies)
19
19
  - [Usage examples](#usage-examples)
@@ -55,18 +55,18 @@ Largely declarative WebGL 1.0 / 2.0 abstraction layer, partially ported
55
55
  - WebGL extension helpers & semi-automatic extension enabling
56
56
  - WebGL canvas creation / setup
57
57
 
58
- ### Status
58
+ ## Status
59
59
 
60
60
  **STABLE** - used in production
61
61
 
62
62
  [Search or submit any issues for this package](https://github.com/thi-ng/umbrella/issues?q=%5Bwebgl%5D+in%3Atitle)
63
63
 
64
- ### Support packages
64
+ ## Support packages
65
65
 
66
66
  - [@thi.ng/webgl-msdf](https://github.com/thi-ng/umbrella/tree/develop/packages/webgl-msdf) - Multi-channel SDF font rendering & basic text layout for WebGL
67
67
  - [@thi.ng/webgl-shadertoy](https://github.com/thi-ng/umbrella/tree/develop/packages/webgl-shadertoy) - Basic WebGL scaffolding for running interactive fragment shaders via [@thi.ng/shader-ast](https://github.com/thi-ng/umbrella/tree/develop/packages/shader-ast)
68
68
 
69
- ### Related packages
69
+ ## Related packages
70
70
 
71
71
  - [@thi.ng/ecs](https://github.com/thi-ng/umbrella/tree/develop/packages/ecs) - Entity Component System based around typed arrays & sparse sets
72
72
  - [@thi.ng/geom](https://github.com/thi-ng/umbrella/tree/develop/packages/geom) - Functional, polymorphic API for 2D geometry types & SVG generation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl",
3
- "version": "6.2.3",
3
+ "version": "6.2.4",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,30 +34,30 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/adapt-dpi": "^2.1.9",
38
- "@thi.ng/api": "^8.4.1",
39
- "@thi.ng/associative": "^6.2.6",
40
- "@thi.ng/checks": "^3.2.4",
41
- "@thi.ng/equiv": "^2.1.9",
42
- "@thi.ng/errors": "^2.1.10",
43
- "@thi.ng/logger": "^1.2.1",
44
- "@thi.ng/matrices": "^2.1.23",
45
- "@thi.ng/memoize": "^3.1.11",
46
- "@thi.ng/pixel": "^3.4.13",
47
- "@thi.ng/shader-ast": "^0.12.19",
48
- "@thi.ng/shader-ast-glsl": "^0.4.19",
49
- "@thi.ng/shader-ast-stdlib": "^0.12.12",
50
- "@thi.ng/transducers": "^8.3.13",
51
- "@thi.ng/vector-pools": "^3.1.23",
52
- "@thi.ng/vectors": "^7.5.14"
37
+ "@thi.ng/adapt-dpi": "^2.1.10",
38
+ "@thi.ng/api": "^8.4.2",
39
+ "@thi.ng/associative": "^6.2.7",
40
+ "@thi.ng/checks": "^3.2.5",
41
+ "@thi.ng/equiv": "^2.1.10",
42
+ "@thi.ng/errors": "^2.2.0",
43
+ "@thi.ng/logger": "^1.3.0",
44
+ "@thi.ng/matrices": "^2.1.24",
45
+ "@thi.ng/memoize": "^3.1.12",
46
+ "@thi.ng/pixel": "^3.4.14",
47
+ "@thi.ng/shader-ast": "^0.12.20",
48
+ "@thi.ng/shader-ast-glsl": "^0.4.20",
49
+ "@thi.ng/shader-ast-stdlib": "^0.12.13",
50
+ "@thi.ng/transducers": "^8.3.14",
51
+ "@thi.ng/vector-pools": "^3.1.24",
52
+ "@thi.ng/vectors": "^7.5.15"
53
53
  },
54
54
  "devDependencies": {
55
- "@microsoft/api-extractor": "^7.25.0",
56
- "@thi.ng/testament": "^0.2.12",
55
+ "@microsoft/api-extractor": "^7.31.1",
56
+ "@thi.ng/testament": "^0.3.0",
57
57
  "rimraf": "^3.0.2",
58
58
  "tools": "^0.0.1",
59
59
  "typedoc": "^0.22.17",
60
- "typescript": "^4.7.4"
60
+ "typescript": "^4.8.3"
61
61
  },
62
62
  "keywords": [
63
63
  "2d",
@@ -215,5 +215,5 @@
215
215
  ],
216
216
  "year": 2014
217
217
  },
218
- "gitHead": "be8423e2019e95c14a096260a93b9762dde0c768\n"
218
+ "gitHead": "973139c5aa3b50081020f4cc726a7cc330f77fc7\n"
219
219
  }