bmad-method 4.40.0 → 4.41.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.
- package/package.json +13 -11
- package/release_notes.md +3 -2
- package/tools/installer/package.json +1 -1
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": "4.
|
|
4
|
+
"version": "4.41.0",
|
|
5
5
|
"description": "Breakthrough Method of Agile AI-driven Development",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"agile",
|
|
@@ -69,31 +69,33 @@
|
|
|
69
69
|
]
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@kayvan/markdown-tree-parser": "^1.
|
|
73
|
-
"bmad-method": "^4.30.3",
|
|
72
|
+
"@kayvan/markdown-tree-parser": "^1.6.1",
|
|
74
73
|
"chalk": "^4.1.2",
|
|
75
74
|
"commander": "^14.0.0",
|
|
76
|
-
"fs-extra": "^11.3.
|
|
75
|
+
"fs-extra": "^11.3.1",
|
|
77
76
|
"glob": "^11.0.3",
|
|
78
77
|
"ignore": "^7.0.5",
|
|
79
78
|
"inquirer": "^8.2.6",
|
|
80
79
|
"js-yaml": "^4.1.0",
|
|
81
80
|
"ora": "^5.4.1",
|
|
82
|
-
"semver": "^7.
|
|
81
|
+
"semver": "^7.7.2"
|
|
83
82
|
},
|
|
84
83
|
"devDependencies": {
|
|
85
|
-
"@eslint/js": "^9.
|
|
86
|
-
"
|
|
84
|
+
"@eslint/js": "^9.34.0",
|
|
85
|
+
"@semantic-release/changelog": "6.0.3",
|
|
86
|
+
"@semantic-release/git": "^10.0.1",
|
|
87
|
+
"eslint": "^9.34.0",
|
|
87
88
|
"eslint-config-prettier": "^10.1.8",
|
|
88
89
|
"eslint-plugin-n": "^17.21.3",
|
|
89
90
|
"eslint-plugin-unicorn": "^60.0.0",
|
|
90
91
|
"eslint-plugin-yml": "^1.18.0",
|
|
91
92
|
"husky": "^9.1.7",
|
|
92
|
-
"jest": "^30.0.
|
|
93
|
-
"lint-staged": "^16.1.
|
|
94
|
-
"prettier": "^3.
|
|
93
|
+
"jest": "^30.0.5",
|
|
94
|
+
"lint-staged": "^16.1.5",
|
|
95
|
+
"prettier": "^3.6.2",
|
|
95
96
|
"prettier-plugin-packagejson": "^2.5.19",
|
|
96
|
-
"
|
|
97
|
+
"semantic-release": "24.2.7",
|
|
98
|
+
"yaml-eslint-parser": "^1.3.0",
|
|
97
99
|
"yaml-lint": "^1.7.0"
|
|
98
100
|
},
|
|
99
101
|
"engines": {
|
package/release_notes.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## 🚀 What's New in v4.
|
|
1
|
+
## 🚀 What's New in v4.41.0
|
|
2
2
|
|
|
3
3
|
### 🐛 Bug Fixes
|
|
4
4
|
- fix: update installer version display to show 4.39.0
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
### 🔧 Maintenance
|
|
14
14
|
- chore: bump to 4.39.1 to fix installer version display
|
|
15
|
+
- chore: update project dependencies and development tooling (#508)
|
|
15
16
|
|
|
16
17
|
|
|
17
18
|
## 📦 Installation
|
|
@@ -20,4 +21,4 @@
|
|
|
20
21
|
npx bmad-method install
|
|
21
22
|
```
|
|
22
23
|
|
|
23
|
-
**Full Changelog**: https://github.com/bmadcode/BMAD-METHOD/compare/v4.39.0...v4.
|
|
24
|
+
**Full Changelog**: https://github.com/bmadcode/BMAD-METHOD/compare/v4.39.0...v4.41.0
|