@three-blocks/devtools 1.0.1-alpha.225.gcdf4e16cdfcd → 1.0.1-alpha.227.gafba25817686
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 +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# @three-blocks/devtools
|
|
2
2
|
|
|
3
|
-
## 1.0.1-alpha.
|
|
3
|
+
## 1.0.1-alpha.227.gafba25817686
|
|
4
4
|
|
|
5
|
-
- Website: Pro
|
|
5
|
+
- Website: Pro now highlights lifetime licensing and tools at $79/month annually or $99 monthly.
|
|
6
6
|
|
|
7
7
|
- CLI: Deployment status now reports Amplify through GitHub without an AWS login.
|
|
8
8
|
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
|
|
25
25
|
- Website: Preprod billing now explains its read-only state instead of showing broken actions.
|
|
26
26
|
|
|
27
|
-
- Packages: Built from `
|
|
27
|
+
- Packages: Built from `afba25817686`.
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
## 1.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@three-blocks/devtools",
|
|
3
|
-
"version": "1.0.1-alpha.
|
|
3
|
+
"version": "1.0.1-alpha.227.gafba25817686",
|
|
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",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@types/three": "0.185.0",
|
|
80
80
|
"create-vite": "9.1.1",
|
|
81
81
|
"playwright": "^1.61.1",
|
|
82
|
-
"three-blocks": "0.2.1-alpha.
|
|
82
|
+
"three-blocks": "0.2.1-alpha.227.gafba25817686",
|
|
83
83
|
"tsup": "^8.0.0",
|
|
84
84
|
"typescript": "^5.9.3",
|
|
85
85
|
"vite": "^7.2.2",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"playwright": "^1.61.1",
|
|
93
93
|
"three": ">=0.185.0 <0.186.0",
|
|
94
|
-
"three-blocks": "0.2.1-alpha.
|
|
94
|
+
"three-blocks": "0.2.1-alpha.227.gafba25817686",
|
|
95
95
|
"typescript": ">=5.9.3 <7.0.0",
|
|
96
96
|
"vite": ">=7.2.2 <9.0.0"
|
|
97
97
|
},
|