@three-blocks/devtools 11.1.0-alpha.394.gd927ae9c8e86 → 11.1.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
- ## 11.1.0-alpha.394.gd927ae9c8e86
4
-
5
- - Packages: This alpha contains no user-facing changes.
6
-
7
- - Packages: Built from `d927ae9c8e86`.
8
-
9
-
10
3
  ## 11.1.0
11
4
 
12
5
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@three-blocks/devtools",
3
- "version": "11.1.0-alpha.394.gd927ae9c8e86",
3
+ "version": "11.1.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",
@@ -103,7 +103,7 @@
103
103
  "@types/node": "^22.10.0",
104
104
  "@types/three": "0.185.0",
105
105
  "create-vite": "9.1.1",
106
- "three-blocks": "0.12.1-alpha.394.gd927ae9c8e86",
106
+ "three-blocks": "0.12.1",
107
107
  "tsup": "^8.0.0",
108
108
  "vite": "^7.2.2",
109
109
  "vitest": "^4.1.8"
@@ -113,16 +113,12 @@
113
113
  },
114
114
  "peerDependencies": {
115
115
  "three": ">=0.185.0",
116
- "three-blocks": "0.12.1-alpha.394.gd927ae9c8e86",
116
+ "three-blocks": ">=0.12.1 <0.13.0",
117
117
  "vite": ">=7.2.2 <9.0.0"
118
118
  },
119
119
  "peerDependenciesMeta": {
120
120
  "vite": {
121
121
  "optional": true
122
122
  }
123
- },
124
- "threeBlocks": {
125
- "channel": "alpha",
126
- "site": "https://preprod.threejs-blocks.com"
127
123
  }
128
124
  }