@three-blocks/devtools 4.0.0-alpha.314.g989237b8fb54 → 4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -28
  2. package/package.json +3 -7
package/CHANGELOG.md CHANGED
@@ -1,37 +1,19 @@
1
1
  # @three-blocks/devtools
2
2
 
3
- ## 4.0.0-alpha.314.g989237b8fb54
3
+ ## 4.0.0
4
4
 
5
- - Website: The home setup story now presents the starter, AI skill, and Pro Tools clearly.
6
-
7
- - Website: The home page now shows the current Three Blocks version.
8
-
9
- - Website: Email sign-in is open to everyone without a waitlist gate.
10
-
11
- - Website: Checkout now charges the displayed Pro price for each billing period.
12
-
13
- - Website: Device authorization waits until the page is ready before accepting clicks.
14
-
15
- - Website: Mobile examples now retain their intended rendering resolution.
16
-
17
- - Website: Login now shows the runnable npx command for signing in from a terminal.
18
-
19
- - Website: Example captions now stay compact on mobile and match the site on desktop.
20
-
21
- - Library: Baked Motion holds the last complete view while streamed samples load.
22
-
23
- - Devtools: Long-running commands now show static progress instead of a spinning indicator.
24
-
25
- - Devtools: Asset optimization compresses models and textures and tracks reusable outputs.
26
-
27
- - Packages: MSDF text stays crisp and color-accurate across display resolutions.
28
-
29
- - CLI: Asset optimization adds Vite config status for project models and textures.
5
+ ### Minor Changes
30
6
 
31
- - CLI: Blender sign-in now tolerates twenty times more redirects before asking you to retry.
7
+ - efb3a0a: Devtools: Asset optimization compresses models and textures and tracks reusable outputs.
32
8
 
33
- - Packages: Built from `989237b8fb54`.
9
+ ### Patch Changes
34
10
 
11
+ - efb3a0a: Devtools: Long-running commands now show static progress instead of a spinning indicator.
12
+ - Updated dependencies [efb3a0a]
13
+ - Updated dependencies [efb3a0a]
14
+ - Updated dependencies [57aa2a0]
15
+ - Updated dependencies [efb3a0a]
16
+ - three-blocks@0.5.0
35
17
 
36
18
  ## 3.0.0
37
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@three-blocks/devtools",
3
- "version": "4.0.0-alpha.314.g989237b8fb54",
3
+ "version": "4.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.5.0-alpha.314.g989237b8fb54",
88
+ "three-blocks": "0.5.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.5.0-alpha.314.g989237b8fb54",
100
+ "three-blocks": ">=0.5.0 <0.6.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
  }