@plasius/gpu-worker 0.1.11 → 0.1.12
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/CHANGELOG.md +16 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,20 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
|
|
|
8
8
|
|
|
9
9
|
## [Unreleased]
|
|
10
10
|
|
|
11
|
+
- **Added**
|
|
12
|
+
- (placeholder)
|
|
13
|
+
|
|
14
|
+
- **Changed**
|
|
15
|
+
- (placeholder)
|
|
16
|
+
|
|
17
|
+
- **Fixed**
|
|
18
|
+
- (placeholder)
|
|
19
|
+
|
|
20
|
+
- **Security**
|
|
21
|
+
- (placeholder)
|
|
22
|
+
|
|
23
|
+
## [0.1.12] - 2026-03-23
|
|
24
|
+
|
|
11
25
|
- **Added**
|
|
12
26
|
- (placeholder)
|
|
13
27
|
|
|
@@ -230,7 +244,7 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
|
|
|
230
244
|
|
|
231
245
|
---
|
|
232
246
|
|
|
233
|
-
[Unreleased]: https://github.com/Plasius-LTD/gpu-worker/compare/v0.1.
|
|
247
|
+
[Unreleased]: https://github.com/Plasius-LTD/gpu-worker/compare/v0.1.12...HEAD
|
|
234
248
|
[0.1.0-beta.1]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.0-beta.1
|
|
235
249
|
[0.1.0]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.0
|
|
236
250
|
[0.1.2]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.2
|
|
@@ -254,3 +268,4 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
|
|
|
254
268
|
[0.1.9]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.9
|
|
255
269
|
[0.1.10]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.10
|
|
256
270
|
[0.1.11]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.11
|
|
271
|
+
[0.1.12]: https://github.com/Plasius-LTD/gpu-worker/releases/tag/v0.1.12
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasius/gpu-worker",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"description": "WebGPU worker runtime with a lock-free job queue for WGSL workloads.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
"@plasius/gpu-lock-free-queue": "^0.2.14"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@eslint/js": "^
|
|
61
|
+
"@eslint/js": "^10.0.1",
|
|
62
62
|
"@playwright/test": "^1.57.0",
|
|
63
|
-
"c8": "^
|
|
64
|
-
"eslint": "^
|
|
63
|
+
"c8": "^11.0.0",
|
|
64
|
+
"eslint": "^10.1.0",
|
|
65
65
|
"globals": "^17.3.0",
|
|
66
66
|
"tsup": "^8.5.0",
|
|
67
67
|
"typescript": "^5.9.3"
|