@three-blocks/devtools 3.0.0-alpha.308.gc394bf19925e → 3.0.0-alpha.310.gcaf7f3c7684d

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 +4 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,14 @@
1
1
  # @three-blocks/devtools
2
2
 
3
- ## 3.0.0-alpha.308.gc394bf19925e
3
+ ## 3.0.0-alpha.310.gcaf7f3c7684d
4
+
5
+ - Website: Email sign-in is open to everyone without a waitlist gate.
4
6
 
5
7
  - Website: Checkout now charges the displayed Pro price for each billing period.
6
8
 
7
9
  - Website: Device authorization waits until the page is ready before accepting clicks.
8
10
 
9
- - Packages: Built from `c394bf19925e`.
11
+ - Packages: Built from `caf7f3c7684d`.
10
12
 
11
13
 
12
14
  ## 3.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@three-blocks/devtools",
3
- "version": "3.0.0-alpha.308.gc394bf19925e",
3
+ "version": "3.0.0-alpha.310.gcaf7f3c7684d",
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.4.0-alpha.308.gc394bf19925e",
82
+ "three-blocks": "0.4.0-alpha.310.gcaf7f3c7684d",
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",
94
- "three-blocks": "0.4.0-alpha.308.gc394bf19925e",
94
+ "three-blocks": "0.4.0-alpha.310.gcaf7f3c7684d",
95
95
  "typescript": ">=5.9.3 <7.0.0",
96
96
  "vite": ">=7.2.2 <9.0.0"
97
97
  },