bmad-method 6.0.0-alpha.11 → 6.0.0-alpha.12
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 +8 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [6.0.0-alpha.12]
|
|
6
|
+
|
|
7
|
+
**Release: November 19, 2025**
|
|
8
|
+
|
|
9
|
+
### 🐛 Bug Fixes
|
|
10
|
+
|
|
11
|
+
- Added missing `yaml` dependency to fix `MODULE_NOT_FOUND` error when running `npx bmad-method install`
|
|
12
|
+
|
|
5
13
|
## [6.0.0-alpha.11]
|
|
6
14
|
|
|
7
15
|
**Release: November 18, 2025**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "bmad-method",
|
|
4
|
-
"version": "6.0.0-alpha.
|
|
4
|
+
"version": "6.0.0-alpha.12",
|
|
5
5
|
"description": "Breakthrough Method of Agile AI-driven Development",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"agile",
|
|
@@ -76,7 +76,8 @@
|
|
|
76
76
|
"ora": "^5.4.1",
|
|
77
77
|
"semver": "^7.6.3",
|
|
78
78
|
"wrap-ansi": "^7.0.0",
|
|
79
|
-
"xml2js": "^0.6.2"
|
|
79
|
+
"xml2js": "^0.6.2",
|
|
80
|
+
"yaml": "^2.7.0"
|
|
80
81
|
},
|
|
81
82
|
"devDependencies": {
|
|
82
83
|
"@eslint/js": "^9.33.0",
|