@three-blocks/devtools 8.0.0-alpha.354.gb95f3c750684 → 8.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 +7 -6
- package/package.json +3 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
# @three-blocks/devtools
|
|
2
2
|
|
|
3
|
-
## 8.0.0
|
|
3
|
+
## 8.0.0
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
- Library: Transmission materials gain independent surface distortion controls.
|
|
8
|
-
|
|
9
|
-
- Packages: Built from `b95f3c750684`.
|
|
5
|
+
### Patch Changes
|
|
10
6
|
|
|
7
|
+
- 16993c6: Devtools: Development defers shader capture and keeps automated browser checks headless.
|
|
8
|
+
- Updated dependencies [16993c6]
|
|
9
|
+
- Updated dependencies [83e3068]
|
|
10
|
+
- Updated dependencies [b14d448]
|
|
11
|
+
- three-blocks@0.9.0
|
|
11
12
|
|
|
12
13
|
## 7.0.0
|
|
13
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@three-blocks/devtools",
|
|
3
|
-
"version": "8.0.0
|
|
3
|
+
"version": "8.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",
|
|
@@ -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.9.0
|
|
89
|
+
"three-blocks": "0.9.0",
|
|
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.9.0
|
|
101
|
+
"three-blocks": ">=0.9.0 <0.10.0",
|
|
102
102
|
"typescript": ">=5.9.3 <7.0.0",
|
|
103
103
|
"vite": ">=7.2.2 <9.0.0"
|
|
104
104
|
},
|
|
@@ -112,9 +112,5 @@
|
|
|
112
112
|
"vite": {
|
|
113
113
|
"optional": true
|
|
114
114
|
}
|
|
115
|
-
},
|
|
116
|
-
"threeBlocks": {
|
|
117
|
-
"channel": "alpha",
|
|
118
|
-
"site": "https://preprod.threejs-blocks.com"
|
|
119
115
|
}
|
|
120
116
|
}
|