@three-blocks/devtools 6.0.0-alpha.329.g5455df6647e5 → 6.0.0-alpha.333.gf29db3a0524e

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 +10 -12
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,23 +1,21 @@
1
1
  # @three-blocks/devtools
2
2
 
3
- ## 6.0.0-alpha.329.g5455df6647e5
3
+ ## 6.0.0-alpha.333.gf29db3a0524e
4
4
 
5
- - Library: Large PLY splat files now load through bundled workers.
5
+ - Packages: This alpha contains no user-facing changes.
6
6
 
7
- - Library: HDR environments now load reliably in optimized production builds.
7
+ - Packages: Built from `f29db3a0524e`.
8
8
 
9
- - Packages: Text starters and examples now ripple softly under mouse and touch movement.
10
9
 
11
- - Tools: Cinema 4D now installs Baked Motion and Object Animation Video from its panel.
10
+ ## 6.0.0
12
11
 
13
- - Tools: Mesh to Splat adds reliable framing, centered exports, and sparse-view C4D renders.
14
-
15
- - Website: Spotlight text now brightens where you point vertically.
16
-
17
- - Website: Shader benchmark results can now be filtered by WebGPU or WebGL2.
18
-
19
- - Packages: Built from `5455df6647e5`.
12
+ ### Patch Changes
20
13
 
14
+ - Updated dependencies [5455df6]
15
+ - Updated dependencies [8e830ad]
16
+ - Updated dependencies [8e830ad]
17
+ - Updated dependencies [8e830ad]
18
+ - three-blocks@0.7.0
21
19
 
22
20
  ## 5.0.0
23
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@three-blocks/devtools",
3
- "version": "6.0.0-alpha.329.g5455df6647e5",
3
+ "version": "6.0.0-alpha.333.gf29db3a0524e",
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",
@@ -86,7 +86,7 @@
86
86
  "@types/three": "0.185.0",
87
87
  "create-vite": "9.1.1",
88
88
  "playwright": "^1.61.1",
89
- "three-blocks": "0.7.0-alpha.329.g5455df6647e5",
89
+ "three-blocks": "0.7.0-alpha.333.gf29db3a0524e",
90
90
  "tsup": "^8.0.0",
91
91
  "typescript": "^5.9.3",
92
92
  "vite": "^7.2.2",
@@ -98,7 +98,7 @@
98
98
  "peerDependencies": {
99
99
  "playwright": "^1.61.1",
100
100
  "three": ">=0.185.0",
101
- "three-blocks": "0.7.0-alpha.329.g5455df6647e5",
101
+ "three-blocks": "0.7.0-alpha.333.gf29db3a0524e",
102
102
  "typescript": ">=5.9.3 <7.0.0",
103
103
  "vite": ">=7.2.2 <9.0.0"
104
104
  },