@three-blocks/devtools 9.0.0-alpha.376.gde4f3d7df51e → 9.0.0-alpha.380.ga29ff994739b
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 +13 -12
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
# @three-blocks/devtools
|
|
2
2
|
|
|
3
|
-
## 9.0.0-alpha.
|
|
3
|
+
## 9.0.0-alpha.380.ga29ff994739b
|
|
4
4
|
|
|
5
|
-
-
|
|
5
|
+
- Website: Example previews and precompiled shaders now match the current release.
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Packages: Built from `a29ff994739b`.
|
|
8
8
|
|
|
9
|
-
- Tools: Installing a pro tool works again, and a cached tool refreshes itself when a new build ships.
|
|
10
9
|
|
|
11
|
-
|
|
10
|
+
## 9.0.0
|
|
12
11
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
- Website: Gaussian benchmark results now fit without horizontal page scrolling.
|
|
16
|
-
|
|
17
|
-
- Website: Pages navigate faster and links stay aligned with available destinations.
|
|
18
|
-
|
|
19
|
-
- Packages: Built from `de4f3d7df51e`.
|
|
12
|
+
### Patch Changes
|
|
20
13
|
|
|
14
|
+
- 9ba758a: Packages: Material environments capture reliably and transmission types expose surface distortion.
|
|
15
|
+
- c3506b4: Starter: New projects install compatible devtools and run status without missing dependencies.
|
|
16
|
+
- Updated dependencies [0c96f1c]
|
|
17
|
+
- Updated dependencies [9ba758a]
|
|
18
|
+
- Updated dependencies [9d18636]
|
|
19
|
+
- Updated dependencies [d91a3ba]
|
|
20
|
+
- Updated dependencies [c3506b4]
|
|
21
|
+
- three-blocks@0.10.0
|
|
21
22
|
|
|
22
23
|
## 8.0.0
|
|
23
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@three-blocks/devtools",
|
|
3
|
-
"version": "9.0.0-alpha.
|
|
3
|
+
"version": "9.0.0-alpha.380.ga29ff994739b",
|
|
4
4
|
"description": "Three Blocks devtools command engine for npx three-blocks; the runtime lives in three-blocks/devtools and the Vite plugin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"three",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@types/three": "0.185.0",
|
|
88
88
|
"create-vite": "9.1.1",
|
|
89
89
|
"playwright": "^1.61.1",
|
|
90
|
-
"three-blocks": "0.10.0-alpha.
|
|
90
|
+
"three-blocks": "0.10.0-alpha.380.ga29ff994739b",
|
|
91
91
|
"tsup": "^8.0.0",
|
|
92
92
|
"vite": "^7.2.2",
|
|
93
93
|
"vitest": "^4.1.8"
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"peerDependencies": {
|
|
99
99
|
"playwright": "^1.61.1",
|
|
100
100
|
"three": ">=0.185.0",
|
|
101
|
-
"three-blocks": "0.10.0-alpha.
|
|
101
|
+
"three-blocks": "0.10.0-alpha.380.ga29ff994739b",
|
|
102
102
|
"vite": ">=7.2.2 <9.0.0"
|
|
103
103
|
},
|
|
104
104
|
"peerDependenciesMeta": {
|