@plasius/gpu-worker
Advanced tools
+16
-1
@@ -23,2 +23,16 @@ # Changelog | ||
| ## [0.1.13] - 2026-04-02 | ||
| - **Added** | ||
| - (placeholder) | ||
| - **Changed** | ||
| - (placeholder) | ||
| - **Fixed** | ||
| - (placeholder) | ||
| - **Security** | ||
| - (placeholder) | ||
| ## [0.1.12] - 2026-03-23 | ||
@@ -248,3 +262,3 @@ | ||
| [Unreleased]: https://github.com/Plasius-LTD/gpu-worker/compare/v0.1.12...HEAD | ||
| [Unreleased]: https://github.com/Plasius-LTD/gpu-worker/compare/v0.1.13...HEAD | ||
| [0.1.0-beta.1]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.0-beta.1 | ||
@@ -274,1 +288,2 @@ [0.1.0]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.0 | ||
| [0.1.12]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.12 | ||
| [0.1.13]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.13 |
+4
-3
| { | ||
| "name": "@plasius/gpu-worker", | ||
| "version": "0.1.12", | ||
| "version": "0.1.13", | ||
| "description": "WebGPU worker runtime with a lock-free job queue for WGSL workloads.", | ||
@@ -58,3 +58,4 @@ "type": "module", | ||
| "dependencies": { | ||
| "@plasius/gpu-lock-free-queue": "^0.2.14" | ||
| "@plasius/gpu-shared": "^0.1.4", | ||
| "@plasius/gpu-lock-free-queue": "^0.2.15" | ||
| }, | ||
@@ -68,3 +69,3 @@ "devDependencies": { | ||
| "tsup": "^8.5.0", | ||
| "typescript": "^5.9.3" | ||
| "typescript": "^6.0.2" | ||
| }, | ||
@@ -71,0 +72,0 @@ "repository": { |
246110
0.11%2
100%