appiq-solution 1.5.0 → 1.5.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.
@@ -3,7 +3,7 @@ version: "1.4.0"
3
3
  description: "Flutter mobile app development with Clean Architecture, Cubit state management, and best practices"
4
4
  bmad_compatibility: "v4+"
5
5
  author: "BMad Team"
6
- slashPrefix: "flutter"
6
+ slashPrefix: "BMad"
7
7
 
8
8
  dependencies:
9
9
  core: "bmad-core"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appiq-solution",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
4
4
  "description": "APPIQ SOLUTION: Flutter Mobile Development Extension for BMAD Method",
5
5
  "main": "tools/cli.js",
6
6
  "bin": {
@@ -548,7 +548,7 @@ class IdeSetup extends BaseIdeSetup {
548
548
 
549
549
  // Check for dot-prefixed expansion packs in install directory
550
550
  const glob = require("glob");
551
- const dotExpansions = glob.sync(".bmad-*", { cwd: installDir });
551
+ const dotExpansions = glob.sync(".{bmad,appiq}-*", { cwd: installDir });
552
552
 
553
553
  for (const dotExpansion of dotExpansions) {
554
554
  if (dotExpansion !== ".bmad-core") {