@three-blocks/devtools 5.0.0-alpha.320.g7e6e67cd7214 → 5.0.0-alpha.322.g37433c27c022
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 -7
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,25 @@
|
|
|
1
1
|
# @three-blocks/devtools
|
|
2
2
|
|
|
3
|
-
## 5.0.0-alpha.
|
|
3
|
+
## 5.0.0-alpha.322.g37433c27c022
|
|
4
4
|
|
|
5
|
-
-
|
|
5
|
+
- Packages: This alpha contains no user-facing changes.
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Packages: Built from `37433c27c022`.
|
|
8
8
|
|
|
9
|
-
- Devtools: Vite asset config and inspection handle HDR files and report exact GPU memory.
|
|
10
9
|
|
|
11
|
-
|
|
10
|
+
## 5.0.0
|
|
12
11
|
|
|
13
|
-
|
|
12
|
+
### Minor Changes
|
|
14
13
|
|
|
15
|
-
-
|
|
14
|
+
- Devtools: Vite asset config and inspection handle HDR files and report exact GPU memory.
|
|
16
15
|
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- efb3a0a: Devtools: Loading no longer spins the status chip or terminal progress indicator.
|
|
19
|
+
- Updated dependencies [efb3a0a]
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- Updated dependencies [efb3a0a]
|
|
22
|
+
- three-blocks@0.6.0
|
|
17
23
|
|
|
18
24
|
## 4.0.0
|
|
19
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@three-blocks/devtools",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.322.g37433c27c022",
|
|
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",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@types/three": "0.185.0",
|
|
86
86
|
"create-vite": "9.1.1",
|
|
87
87
|
"playwright": "^1.61.1",
|
|
88
|
-
"three-blocks": "0.6.0-alpha.
|
|
88
|
+
"three-blocks": "0.6.0-alpha.322.g37433c27c022",
|
|
89
89
|
"tsup": "^8.0.0",
|
|
90
90
|
"typescript": "^5.9.3",
|
|
91
91
|
"vite": "^7.2.2",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"peerDependencies": {
|
|
98
98
|
"playwright": "^1.61.1",
|
|
99
99
|
"three": ">=0.185.0",
|
|
100
|
-
"three-blocks": "0.6.0-alpha.
|
|
100
|
+
"three-blocks": "0.6.0-alpha.322.g37433c27c022",
|
|
101
101
|
"typescript": ">=5.9.3 <7.0.0",
|
|
102
102
|
"vite": ">=7.2.2 <9.0.0"
|
|
103
103
|
},
|