@plasius/gpu-worker
Advanced tools
+30
-1
@@ -23,2 +23,16 @@ # Changelog | ||
| ## [0.1.3] - 2026-02-28 | ||
| - **Added** | ||
| - (placeholder) | ||
| - **Changed** | ||
| - (placeholder) | ||
| - **Fixed** | ||
| - (placeholder) | ||
| - **Security** | ||
| - (placeholder) | ||
| ## [0.1.2] - 2026-01-24 | ||
@@ -118,5 +132,20 @@ | ||
| [Unreleased]: https://github.com/Plasius-LTD/gpu-worker/compare/v0.1.2...HEAD | ||
| [Unreleased]: https://github.com/Plasius-LTD/gpu-worker/compare/v0.1.3...HEAD | ||
| [0.1.0-beta.1]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.0-beta.1 | ||
| [0.1.0]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.0 | ||
| [0.1.2]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.2 | ||
| ## [0.1.2] - 2026-02-11 | ||
| - **Added** | ||
| - Initial release. | ||
| - **Changed** | ||
| - (placeholder) | ||
| - **Fixed** | ||
| - (placeholder) | ||
| - **Security** | ||
| - (placeholder) | ||
| [0.1.3]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.3 |
+9
-4
| { | ||
| "name": "@plasius/gpu-worker", | ||
| "version": "0.1.2", | ||
| "version": "0.1.3", | ||
| "description": "WebGPU worker runtime with a lock-free job queue for WGSL workloads.", | ||
@@ -33,3 +33,5 @@ "type": "module", | ||
| "test:e2e": "npx playwright install chromium && playwright test", | ||
| "test:coverage": "c8 --reporter=lcov --reporter=text node --test" | ||
| "test:coverage": "c8 --reporter=lcov --reporter=text node --test", | ||
| "pack:check": "node scripts/verify-public-package.cjs", | ||
| "prepublishOnly": "npm run build && npm run pack:check" | ||
| }, | ||
@@ -51,3 +53,3 @@ "keywords": [ | ||
| "dependencies": { | ||
| "@plasius/gpu-lock-free-queue": "^0.2.1" | ||
| "@plasius/gpu-lock-free-queue": "^0.2.2" | ||
| }, | ||
@@ -80,3 +82,6 @@ "devDependencies": { | ||
| } | ||
| ] | ||
| ], | ||
| "overrides": { | ||
| "minimatch": "^10.2.1" | ||
| } | ||
| } |
+8
-1
| # @plasius/gpu-worker | ||
| [](https://www.npmjs.com/package/@plasius/gpu-worker) | ||
| [](https://www.npmjs.com/package/@plasius/gpu-worker) | ||
| [](https://github.com/Plasius-LTD/gpu-worker/actions/workflows/ci.yml) | ||
| [](https://codecov.io/gh/Plasius-LTD/gpu-worker) | ||
| [](./LICENSE) | ||
| [](./CODE_OF_CONDUCT.md) | ||
| [](./SECURITY.md) | ||
| [](./CHANGELOG.md) | ||
| [](https://github.com/Plasius-LTD/gpu-worker/actions/workflows/ci.yml) | ||
@@ -5,0 +12,0 @@ [](./LICENSE) |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
135011
0.94%137
5.38%3
-25%