@plasius/gpu-worker
Advanced tools
+16
-1
@@ -23,2 +23,16 @@ # Changelog | ||
| ## [0.1.12] - 2026-03-23 | ||
| - **Added** | ||
| - (placeholder) | ||
| - **Changed** | ||
| - (placeholder) | ||
| - **Fixed** | ||
| - (placeholder) | ||
| - **Security** | ||
| - (placeholder) | ||
| ## [0.1.11] - 2026-03-15 | ||
@@ -234,3 +248,3 @@ | ||
| [Unreleased]: https://github.com/Plasius-LTD/gpu-worker/compare/v0.1.11...HEAD | ||
| [Unreleased]: https://github.com/Plasius-LTD/gpu-worker/compare/v0.1.12...HEAD | ||
| [0.1.0-beta.1]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.0-beta.1 | ||
@@ -259,1 +273,2 @@ [0.1.0]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.0 | ||
| [0.1.11]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.11 | ||
| [0.1.12]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.12 |
+4
-4
| { | ||
| "name": "@plasius/gpu-worker", | ||
| "version": "0.1.11", | ||
| "version": "0.1.12", | ||
| "description": "WebGPU worker runtime with a lock-free job queue for WGSL workloads.", | ||
@@ -61,6 +61,6 @@ "type": "module", | ||
| "devDependencies": { | ||
| "@eslint/js": "^9.39.1", | ||
| "@eslint/js": "^10.0.1", | ||
| "@playwright/test": "^1.57.0", | ||
| "c8": "^10.1.3", | ||
| "eslint": "^9.39.1", | ||
| "c8": "^11.0.0", | ||
| "eslint": "^10.1.0", | ||
| "globals": "^17.3.0", | ||
@@ -67,0 +67,0 @@ "tsup": "^8.5.0", |
245845
0.09%