@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -7
  2. 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.320.g7e6e67cd7214
3
+ ## 5.0.0-alpha.322.g37433c27c022
4
4
 
5
- - Website: Stripe billing events now reach the production webhook reliably.
5
+ - Packages: This alpha contains no user-facing changes.
6
6
 
7
- - Devtools: Loading no longer spins the status chip or terminal progress indicator.
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
- - Packages: Text projects hydrate precompiled shaders and stay crisp across display resolutions.
10
+ ## 5.0.0
12
11
 
13
- - Packages: Gaussian benchmarks now compare Babylon.js and fully revealed GaussianSplats3D scenes.
12
+ ### Minor Changes
14
13
 
15
- - Packages: Built from `7e6e67cd7214`.
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.320.g7e6e67cd7214",
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.320.g7e6e67cd7214",
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.320.g7e6e67cd7214",
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
  },