@plasius/gpu-lighting 0.1.7 → 0.1.8
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 +19 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -20,6 +20,24 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
|
|
|
20
20
|
- **Security**
|
|
21
21
|
- (placeholder)
|
|
22
22
|
|
|
23
|
+
## [0.1.8] - 2026-03-14
|
|
24
|
+
|
|
25
|
+
- **Added**
|
|
26
|
+
- (placeholder)
|
|
27
|
+
|
|
28
|
+
- **Changed**
|
|
29
|
+
- Raised the minimum `@plasius/gpu-worker` dependency to `^0.1.10` so npm
|
|
30
|
+
installs resolve the published DAG-ready worker runtime by default.
|
|
31
|
+
- Updated GitHub Actions workflows to run JavaScript actions on Node 24,
|
|
32
|
+
refreshed core workflow action versions, and switched Codecov uploads to
|
|
33
|
+
the Codecov CLI.
|
|
34
|
+
|
|
35
|
+
- **Fixed**
|
|
36
|
+
- (placeholder)
|
|
37
|
+
|
|
38
|
+
- **Security**
|
|
39
|
+
- (placeholder)
|
|
40
|
+
|
|
23
41
|
## [0.1.7] - 2026-03-13
|
|
24
42
|
|
|
25
43
|
- **Added**
|
|
@@ -123,3 +141,4 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
|
|
|
123
141
|
[0.1.2]: https://github.com/Plasius-LTD/gpu-lighting/releases/tag/v0.1.2
|
|
124
142
|
[0.1.6]: https://github.com/Plasius-LTD/gpu-lighting/releases/tag/v0.1.6
|
|
125
143
|
[0.1.7]: https://github.com/Plasius-LTD/gpu-lighting/releases/tag/v0.1.7
|
|
144
|
+
[0.1.8]: https://github.com/Plasius-LTD/gpu-lighting/releases/tag/v0.1.8
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasius/gpu-lighting",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "Advanced lighting WGSL modules and planning profiles for @plasius/gpu-worker.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
}
|
|
85
85
|
],
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@plasius/gpu-worker": "^0.1.
|
|
87
|
+
"@plasius/gpu-worker": "^0.1.10"
|
|
88
88
|
},
|
|
89
89
|
"overrides": {
|
|
90
90
|
"minimatch": "^10.2.1"
|