@stackwright-pro/scaffold-hooks 0.1.0 → 0.2.0-alpha.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 +11 -0
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# @stackwright-pro/scaffold-hooks
|
|
2
|
+
|
|
3
|
+
## 0.2.0-alpha.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 52150b3: feat: add scaffold hooks integration for Pro packages
|
|
8
|
+
- Add @stackwright-pro/scaffold-hooks package using @stackwright/scaffold-core
|
|
9
|
+
- Hooks auto-register Pro dependencies, MCP config, and dev scripts
|
|
10
|
+
- Simplify launch-stackwright-pro by removing manual post-processing
|
|
11
|
+
- Update pnpm-workspace.yaml to include OSS packages
|
package/package.json
CHANGED