@plasius/gpu-worker
Advanced tools
+16
-1
@@ -23,2 +23,16 @@ # Changelog | ||
| ## [0.1.8] - 2026-03-04 | ||
| - **Added** | ||
| - (placeholder) | ||
| - **Changed** | ||
| - (placeholder) | ||
| - **Fixed** | ||
| - (placeholder) | ||
| - **Security** | ||
| - (placeholder) | ||
| ## [0.1.4] - 2026-03-01 | ||
@@ -146,3 +160,3 @@ | ||
| [Unreleased]: https://github.com/Plasius-LTD/gpu-worker/compare/v0.1.4...HEAD | ||
| [Unreleased]: https://github.com/Plasius-LTD/gpu-worker/compare/v0.1.8...HEAD | ||
| [0.1.0-beta.1]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.0-beta.1 | ||
@@ -167,1 +181,2 @@ [0.1.0]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.0 | ||
| [0.1.4]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.4 | ||
| [0.1.8]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.8 |
+2
-2
| { | ||
| "name": "@plasius/gpu-worker", | ||
| "version": "0.1.6", | ||
| "version": "0.1.8", | ||
| "description": "WebGPU worker runtime with a lock-free job queue for WGSL workloads.", | ||
@@ -58,3 +58,3 @@ "type": "module", | ||
| "dependencies": { | ||
| "@plasius/gpu-lock-free-queue": "^0.2.8" | ||
| "@plasius/gpu-lock-free-queue": "^0.2.12" | ||
| }, | ||
@@ -61,0 +61,0 @@ "devDependencies": { |
136218
0.17%