@plasius/gpu-lock-free-queue 0.2.1 → 0.2.2
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 +71 -0
- package/README.md +8 -1
- package/package.json +8 -3
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,62 @@ 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.2.2] - 2026-02-28
|
|
24
|
+
|
|
25
|
+
- **Added**
|
|
26
|
+
- (placeholder)
|
|
27
|
+
|
|
28
|
+
- **Changed**
|
|
29
|
+
- (placeholder)
|
|
30
|
+
|
|
31
|
+
- **Fixed**
|
|
32
|
+
- (placeholder)
|
|
33
|
+
|
|
34
|
+
- **Security**
|
|
35
|
+
- (placeholder)
|
|
36
|
+
|
|
37
|
+
## [0.2.2] - 2026-02-28
|
|
38
|
+
|
|
39
|
+
- **Added**
|
|
40
|
+
- (placeholder)
|
|
41
|
+
|
|
42
|
+
- **Changed**
|
|
43
|
+
- (placeholder)
|
|
44
|
+
|
|
45
|
+
- **Fixed**
|
|
46
|
+
- (placeholder)
|
|
47
|
+
|
|
48
|
+
- **Security**
|
|
49
|
+
- (placeholder)
|
|
50
|
+
|
|
51
|
+
## [0.2.2] - 2026-02-28
|
|
52
|
+
|
|
53
|
+
- **Added**
|
|
54
|
+
- (placeholder)
|
|
55
|
+
|
|
56
|
+
- **Changed**
|
|
57
|
+
- (placeholder)
|
|
58
|
+
|
|
59
|
+
- **Fixed**
|
|
60
|
+
- (placeholder)
|
|
61
|
+
|
|
62
|
+
- **Security**
|
|
63
|
+
- (placeholder)
|
|
64
|
+
|
|
65
|
+
## [0.2.2] - 2026-02-28
|
|
66
|
+
|
|
11
67
|
- **Added**
|
|
12
68
|
- (placeholder)
|
|
13
69
|
|
|
@@ -76,3 +132,18 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
|
|
|
76
132
|
[0.1.2]: https://github.com/Plasius-LTD/gpu-lock-free-queue/releases/tag/v0.1.2
|
|
77
133
|
[0.2.0]: https://github.com/Plasius-LTD/gpu-lock-free-queue/releases/tag/v0.2.0
|
|
78
134
|
[0.2.1]: https://github.com/Plasius-LTD/gpu-lock-free-queue/releases/tag/v0.2.1
|
|
135
|
+
|
|
136
|
+
## [0.2.1] - 2026-02-11
|
|
137
|
+
|
|
138
|
+
- **Added**
|
|
139
|
+
- Initial release.
|
|
140
|
+
|
|
141
|
+
- **Changed**
|
|
142
|
+
- (placeholder)
|
|
143
|
+
|
|
144
|
+
- **Fixed**
|
|
145
|
+
- (placeholder)
|
|
146
|
+
|
|
147
|
+
- **Security**
|
|
148
|
+
- (placeholder)
|
|
149
|
+
[0.2.2]: https://github.com/Plasius-LTD/gpu-lock-free-queue/releases/tag/v0.2.2
|
package/README.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# @plasius/gpu-lock-free-queue
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@plasius/gpu-lock-free-queue)
|
|
3
|
+
[](https://www.npmjs.com/package/@plasius/gpu-lock-free-queue)
|
|
4
|
+
[](https://github.com/Plasius-LTD/gpu-lock-free-queue/actions/workflows/ci.yml)
|
|
5
|
+
[](https://codecov.io/gh/Plasius-LTD/gpu-lock-free-queue)
|
|
6
|
+
[](./LICENSE)
|
|
7
|
+
[](./CODE_OF_CONDUCT.md)
|
|
8
|
+
[](./SECURITY.md)
|
|
9
|
+
[](./CHANGELOG.md)
|
|
10
|
+
|
|
4
11
|
[](https://github.com/Plasius-LTD/gpu-lock-free-queue/actions/workflows/ci.yml)
|
|
5
12
|
[](./LICENSE)
|
|
6
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasius/gpu-lock-free-queue",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "WebGPU lock-free MPMC ring queue with sequence counters.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -29,7 +29,9 @@
|
|
|
29
29
|
"test": "npm run test:unit",
|
|
30
30
|
"test:unit": "node --test",
|
|
31
31
|
"test:e2e": "npx playwright install chromium && playwright test",
|
|
32
|
-
"test:coverage": "c8 --reporter=lcov --reporter=text node --test"
|
|
32
|
+
"test:coverage": "c8 --reporter=lcov --reporter=text node --test",
|
|
33
|
+
"pack:check": "node scripts/verify-public-package.cjs",
|
|
34
|
+
"prepublishOnly": "npm run build && npm run pack:check"
|
|
33
35
|
},
|
|
34
36
|
"keywords": [
|
|
35
37
|
"webgpu",
|
|
@@ -71,5 +73,8 @@
|
|
|
71
73
|
"type": "github",
|
|
72
74
|
"url": "https://github.com/sponsors/Plasius-LTD"
|
|
73
75
|
}
|
|
74
|
-
]
|
|
76
|
+
],
|
|
77
|
+
"overrides": {
|
|
78
|
+
"minimatch": "^10.2.1"
|
|
79
|
+
}
|
|
75
80
|
}
|