whiteport-design-studio 0.3.0 → 0.3.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "whiteport-design-studio",
4
- "version": "0.3.0",
4
+ "version": "0.3.1",
5
5
  "description": "Whiteport Design Studio - Strategic design methodology for AI-powered workflows",
6
6
  "keywords": [
7
7
  "design",
@@ -84,7 +84,7 @@ class UI {
84
84
 
85
85
  if (choice === 'migrate-update') {
86
86
  action = 'update';
87
- // wdsFolder stays as WDS_FOLDER (_bmad/wds)
87
+ wdsFolder = WDS_FOLDER;
88
88
  } else if (choice === 'legacy-update') {
89
89
  action = 'update';
90
90
  wdsFolder = LEGACY_WDS_FOLDER;