@three-blocks/devtools 5.0.0-alpha.320.g7e6e67cd7214 → 5.0.0
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 +8 -9
- package/package.json +3 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,19 +1,18 @@
|
|
|
1
1
|
# @three-blocks/devtools
|
|
2
2
|
|
|
3
|
-
## 5.0.0
|
|
3
|
+
## 5.0.0
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
- Devtools: Loading no longer spins the status chip or terminal progress indicator.
|
|
5
|
+
### Minor Changes
|
|
8
6
|
|
|
9
7
|
- Devtools: Vite asset config and inspection handle HDR files and report exact GPU memory.
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
- Packages: Gaussian benchmarks now compare Babylon.js and fully revealed GaussianSplats3D scenes.
|
|
14
|
-
|
|
15
|
-
- Packages: Built from `7e6e67cd7214`.
|
|
9
|
+
### Patch Changes
|
|
16
10
|
|
|
11
|
+
- efb3a0a: Devtools: Loading no longer spins the status chip or terminal progress indicator.
|
|
12
|
+
- Updated dependencies [efb3a0a]
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
- Updated dependencies [efb3a0a]
|
|
15
|
+
- three-blocks@0.6.0
|
|
17
16
|
|
|
18
17
|
## 4.0.0
|
|
19
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@three-blocks/devtools",
|
|
3
|
-
"version": "5.0.0
|
|
3
|
+
"version": "5.0.0",
|
|
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
|
|
88
|
+
"three-blocks": "0.6.0",
|
|
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
|
|
100
|
+
"three-blocks": ">=0.6.0 <0.7.0",
|
|
101
101
|
"typescript": ">=5.9.3 <7.0.0",
|
|
102
102
|
"vite": ">=7.2.2 <9.0.0"
|
|
103
103
|
},
|
|
@@ -111,9 +111,5 @@
|
|
|
111
111
|
"vite": {
|
|
112
112
|
"optional": true
|
|
113
113
|
}
|
|
114
|
-
},
|
|
115
|
-
"threeBlocks": {
|
|
116
|
-
"channel": "alpha",
|
|
117
|
-
"site": "https://preprod.threejs-blocks.com"
|
|
118
114
|
}
|
|
119
115
|
}
|