@stackwright-pro/scaffold-hooks 0.3.0-alpha.1 → 1.0.0-alpha.2
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stackwright-pro/scaffold-hooks",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "1.0.0-alpha.2",
|
|
4
4
|
"description": "Scaffold hooks for Stackwright Pro - auto-registers Pro packages during project scaffolding",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"tsup": "^8.0.0",
|
|
27
27
|
"typescript": "^5.3.0",
|
|
28
28
|
"vitest": "^4.0.18",
|
|
29
|
-
"@stackwright/hooks-registry": "0.1.0-alpha.
|
|
29
|
+
"@stackwright/hooks-registry": "0.1.0-alpha.2"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@stackwright/cli": "^0.7.0",
|
|
33
|
-
"@stackwright/hooks-registry": "^0.1.0-alpha.
|
|
33
|
+
"@stackwright/hooks-registry": "^0.1.0-alpha.2"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "tsup",
|