@three-blocks/devtools 9.0.0-alpha.378.g8485426de1a1 → 9.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 +0 -7
  2. package/package.json +3 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,5 @@
1
1
  # @three-blocks/devtools
2
2
 
3
- ## 9.0.0-alpha.378.g8485426de1a1
4
-
5
- - Packages: This alpha contains no user-facing changes.
6
-
7
- - Packages: Built from `8485426de1a1`.
8
-
9
-
10
3
  ## 9.0.0
11
4
 
12
5
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@three-blocks/devtools",
3
- "version": "9.0.0-alpha.378.g8485426de1a1",
3
+ "version": "9.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",
@@ -87,7 +87,7 @@
87
87
  "@types/three": "0.185.0",
88
88
  "create-vite": "9.1.1",
89
89
  "playwright": "^1.61.1",
90
- "three-blocks": "0.10.0-alpha.378.g8485426de1a1",
90
+ "three-blocks": "0.10.0",
91
91
  "tsup": "^8.0.0",
92
92
  "vite": "^7.2.2",
93
93
  "vitest": "^4.1.8"
@@ -98,7 +98,7 @@
98
98
  "peerDependencies": {
99
99
  "playwright": "^1.61.1",
100
100
  "three": ">=0.185.0",
101
- "three-blocks": "0.10.0-alpha.378.g8485426de1a1",
101
+ "three-blocks": ">=0.10.0 <0.11.0",
102
102
  "vite": ">=7.2.2 <9.0.0"
103
103
  },
104
104
  "peerDependenciesMeta": {
@@ -108,9 +108,5 @@
108
108
  "vite": {
109
109
  "optional": true
110
110
  }
111
- },
112
- "threeBlocks": {
113
- "channel": "alpha",
114
- "site": "https://preprod.threejs-blocks.com"
115
111
  }
116
112
  }