@thi.ng/webgl 6.9.4 → 6.9.5

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**: 2024-07-19T14:56:21Z
3
+ - **Last updated**: 2024-07-22T13:15:57Z
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
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 189 standalone projects, maintained as part
10
+ > This is one of 198 standalone projects, maintained as part
11
11
  > of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
12
12
  > and anti-framework.
13
13
  >
@@ -100,12 +100,11 @@ Browser ESM import:
100
100
 
101
101
  [JSDelivr documentation](https://www.jsdelivr.com/)
102
102
 
103
- Package sizes (brotli'd, pre-treeshake): ESM: 11.67 KB
103
+ Package sizes (brotli'd, pre-treeshake): ESM: 11.64 KB
104
104
 
105
105
  ## Dependencies
106
106
 
107
107
  - [@thi.ng/api](https://github.com/thi-ng/umbrella/tree/develop/packages/api)
108
- - [@thi.ng/associative](https://github.com/thi-ng/umbrella/tree/develop/packages/associative)
109
108
  - [@thi.ng/canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/canvas)
110
109
  - [@thi.ng/checks](https://github.com/thi-ng/umbrella/tree/develop/packages/checks)
111
110
  - [@thi.ng/equiv](https://github.com/thi-ng/umbrella/tree/develop/packages/equiv)
@@ -113,6 +112,7 @@ Package sizes (brotli'd, pre-treeshake): ESM: 11.67 KB
113
112
  - [@thi.ng/logger](https://github.com/thi-ng/umbrella/tree/develop/packages/logger)
114
113
  - [@thi.ng/matrices](https://github.com/thi-ng/umbrella/tree/develop/packages/matrices)
115
114
  - [@thi.ng/memoize](https://github.com/thi-ng/umbrella/tree/develop/packages/memoize)
115
+ - [@thi.ng/object-utils](https://github.com/thi-ng/umbrella/tree/develop/packages/object-utils)
116
116
  - [@thi.ng/pixel](https://github.com/thi-ng/umbrella/tree/develop/packages/pixel)
117
117
  - [@thi.ng/shader-ast](https://github.com/thi-ng/umbrella/tree/develop/packages/shader-ast)
118
118
  - [@thi.ng/shader-ast-glsl](https://github.com/thi-ng/umbrella/tree/develop/packages/shader-ast-glsl)
@@ -121,6 +121,8 @@ Package sizes (brotli'd, pre-treeshake): ESM: 11.67 KB
121
121
  - [@thi.ng/vector-pools](https://github.com/thi-ng/umbrella/tree/develop/packages/vector-pools)
122
122
  - [@thi.ng/vectors](https://github.com/thi-ng/umbrella/tree/develop/packages/vectors)
123
123
 
124
+ Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
125
+
124
126
  ## Usage examples
125
127
 
126
128
  22 projects in this repo's
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl",
3
- "version": "6.9.4",
3
+ "version": "6.9.5",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,22 +40,22 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.11.6",
44
- "@thi.ng/associative": "^6.3.65",
45
- "@thi.ng/canvas": "^0.2.23",
46
- "@thi.ng/checks": "^3.6.8",
47
- "@thi.ng/equiv": "^2.1.62",
48
- "@thi.ng/errors": "^2.5.12",
49
- "@thi.ng/logger": "^3.0.16",
50
- "@thi.ng/matrices": "^2.4.4",
51
- "@thi.ng/memoize": "^3.3.8",
52
- "@thi.ng/pixel": "^6.1.37",
53
- "@thi.ng/shader-ast": "^0.15.20",
54
- "@thi.ng/shader-ast-glsl": "^0.4.128",
55
- "@thi.ng/shader-ast-stdlib": "^0.18.20",
56
- "@thi.ng/transducers": "^9.0.10",
57
- "@thi.ng/vector-pools": "^3.2.4",
58
- "@thi.ng/vectors": "^7.11.4"
43
+ "@thi.ng/api": "^8.11.7",
44
+ "@thi.ng/canvas": "^0.2.24",
45
+ "@thi.ng/checks": "^3.6.9",
46
+ "@thi.ng/equiv": "^2.1.63",
47
+ "@thi.ng/errors": "^2.5.13",
48
+ "@thi.ng/logger": "^3.0.17",
49
+ "@thi.ng/matrices": "^2.4.5",
50
+ "@thi.ng/memoize": "^3.3.9",
51
+ "@thi.ng/object-utils": "^1.1.0",
52
+ "@thi.ng/pixel": "^7.0.0",
53
+ "@thi.ng/shader-ast": "^0.15.21",
54
+ "@thi.ng/shader-ast-glsl": "^0.4.129",
55
+ "@thi.ng/shader-ast-stdlib": "^0.18.21",
56
+ "@thi.ng/transducers": "^9.0.11",
57
+ "@thi.ng/vector-pools": "^3.2.5",
58
+ "@thi.ng/vectors": "^7.11.5"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@microsoft/api-extractor": "^7.47.0",
@@ -220,5 +220,5 @@
220
220
  ],
221
221
  "year": 2014
222
222
  },
223
- "gitHead": "c7aaa453b01a45e5235517db9d2a283b97abac96\n"
223
+ "gitHead": "324d6b7dbf31558329e9fb6452e29b2f7db9c61a\n"
224
224
  }
package/texture.js CHANGED
@@ -1,5 +1,5 @@
1
- import { withoutKeysObj } from "@thi.ng/associative/without-keys";
2
1
  import { isArray } from "@thi.ng/checks/is-array";
2
+ import { withoutKeysObj } from "@thi.ng/object-utils/without-keys";
3
3
  import {
4
4
  TEX_FORMATS,
5
5
  TextureFilter,