@thi.ng/webgl 6.1.21 → 6.1.22

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**: 2022-08-07T15:28:01Z
3
+ - **Last updated**: 2022-08-08T09:24:07Z
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.
@@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
9
9
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
10
10
  and/or version bumps of transitive dependencies.
11
11
 
12
+ ### [6.1.22](https://github.com/thi-ng/umbrella/tree/@thi.ng/webgl@6.1.22) (2022-08-08)
13
+
14
+ #### 🩹 Bug fixes
15
+
16
+ - add missing type exports ([6b1501e](https://github.com/thi-ng/umbrella/commit/6b1501e))
17
+
12
18
  ## [6.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/webgl@6.1.0) (2021-11-17)
13
19
 
14
20
  #### 🚀 Features
package/index.d.ts CHANGED
@@ -5,7 +5,9 @@ export * from "./api/ext.js";
5
5
  export * from "./api/glsl.js";
6
6
  export * from "./api/material.js";
7
7
  export * from "./api/model.js";
8
+ export * from "./api/multipass.js";
8
9
  export * from "./api/shader.js";
10
+ export * from "./api/stencil.js";
9
11
  export * from "./api/texture.js";
10
12
  export * from "./buffer.js";
11
13
  export * from "./canvas.js";
package/index.js CHANGED
@@ -5,7 +5,9 @@ export * from "./api/ext.js";
5
5
  export * from "./api/glsl.js";
6
6
  export * from "./api/material.js";
7
7
  export * from "./api/model.js";
8
+ export * from "./api/multipass.js";
8
9
  export * from "./api/shader.js";
10
+ export * from "./api/stencil.js";
9
11
  export * from "./api/texture.js";
10
12
  export * from "./buffer.js";
11
13
  export * from "./canvas.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl",
3
- "version": "6.1.21",
3
+ "version": "6.1.22",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -215,5 +215,5 @@
215
215
  ],
216
216
  "year": 2014
217
217
  },
218
- "gitHead": "0eeb5054111cea51f4714b013dda8700ade3cd54\n"
218
+ "gitHead": "826a9a821b97daeb50fc319759149751c3958ff5\n"
219
219
  }