@forgeax/engine-debug-draw 0.1.31 → 0.1.33
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -178,7 +178,7 @@ import { INITIAL_VERTEX_CAPACITY, MAX_VERTEX_CAPACITY, VERTEX_STRIDE_BYTES } fro
|
|
|
178
178
|
|
|
179
179
|
## Error codes
|
|
180
180
|
|
|
181
|
-
`DebugDrawErrorCode` is a **closed union**. Exhaustive `switch (err.code)` needs no default fallback. Each error carries `.code` / `.expected` / `.hint` / `.detail` (per [AGENTS.md](
|
|
181
|
+
`DebugDrawErrorCode` is a **closed union**. Exhaustive `switch (err.code)` needs no default fallback. Each error carries `.code` / `.expected` / `.hint` / `.detail` (per [AGENTS.md](../../AGENTS.md) Error model).
|
|
182
182
|
|
|
183
183
|
| `err.code` | When | `.hint` | `.detail` |
|
|
184
184
|
|:--|:--|:--|:--|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forgeax/engine-debug-draw",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.33",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"LICENSE"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@forgeax/engine-math": "0.1.
|
|
26
|
-
"@forgeax/engine-render": "0.1.
|
|
27
|
-
"@forgeax/engine-rhi": "0.1.
|
|
28
|
-
"@forgeax/engine-types": "0.1.
|
|
25
|
+
"@forgeax/engine-math": "0.1.33",
|
|
26
|
+
"@forgeax/engine-render": "0.1.33",
|
|
27
|
+
"@forgeax/engine-rhi": "0.1.33",
|
|
28
|
+
"@forgeax/engine-types": "0.1.33"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@webgpu/types": "^0.1.71"
|