@plasius/gpu-lighting 0.1.14 → 0.1.16
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 +30 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,34 @@ 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.16] - 2026-05-13
|
|
24
|
+
|
|
25
|
+
- **Added**
|
|
26
|
+
- (placeholder)
|
|
27
|
+
|
|
28
|
+
- **Changed**
|
|
29
|
+
- (placeholder)
|
|
30
|
+
|
|
31
|
+
- **Fixed**
|
|
32
|
+
- (placeholder)
|
|
33
|
+
|
|
34
|
+
- **Security**
|
|
35
|
+
- (placeholder)
|
|
36
|
+
|
|
37
|
+
## [0.1.15] - 2026-05-13
|
|
38
|
+
|
|
11
39
|
- **Added**
|
|
12
40
|
- (placeholder)
|
|
13
41
|
|
|
@@ -254,3 +282,5 @@ The format is based on **[Keep a Changelog](https://keepachangelog.com/en/1.1.0/
|
|
|
254
282
|
[0.1.12]: https://github.com/Plasius-LTD/gpu-lighting/releases/tag/v0.1.12
|
|
255
283
|
[0.1.13]: https://github.com/Plasius-LTD/gpu-lighting/releases/tag/v0.1.13
|
|
256
284
|
[0.1.14]: https://github.com/Plasius-LTD/gpu-lighting/releases/tag/v0.1.14
|
|
285
|
+
[0.1.15]: https://github.com/Plasius-LTD/gpu-lighting/releases/tag/v0.1.15
|
|
286
|
+
[0.1.16]: https://github.com/Plasius-LTD/gpu-lighting/releases/tag/v0.1.16
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plasius/gpu-lighting",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.16",
|
|
4
4
|
"description": "Advanced lighting WGSL modules and planning profiles for @plasius/gpu-worker.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -55,12 +55,12 @@
|
|
|
55
55
|
"license": "Apache-2.0",
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@eslint/js": "^10.0.1",
|
|
58
|
-
"@playwright/test": "^1.
|
|
58
|
+
"@playwright/test": "^1.60.0",
|
|
59
59
|
"c8": "^11.0.0",
|
|
60
|
-
"eslint": "^10.
|
|
61
|
-
"globals": "^17.
|
|
62
|
-
"tsup": "^8.5.
|
|
63
|
-
"typescript": "^6.0.
|
|
60
|
+
"eslint": "^10.3.0",
|
|
61
|
+
"globals": "^17.6.0",
|
|
62
|
+
"tsup": "^8.5.1",
|
|
63
|
+
"typescript": "^6.0.3"
|
|
64
64
|
},
|
|
65
65
|
"repository": {
|
|
66
66
|
"type": "git",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
}
|
|
85
85
|
],
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@plasius/gpu-shared": "^0.1.
|
|
88
|
-
"@plasius/gpu-worker": "^0.1.
|
|
87
|
+
"@plasius/gpu-shared": "^0.1.9",
|
|
88
|
+
"@plasius/gpu-worker": "^0.1.15"
|
|
89
89
|
},
|
|
90
90
|
"overrides": {
|
|
91
91
|
"minimatch": "^10.2.1"
|