@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -0
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackwright-pro/scaffold-hooks",
3
- "version": "0.1.0",
3
+ "version": "0.2.0-alpha.0",
4
4
  "description": "Scaffold hooks for Stackwright Pro - auto-registers Pro packages during project scaffolding",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",