bmad-method 4.36.1 → 4.36.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/CHANGELOG.md CHANGED
@@ -1,9 +1,15 @@
1
- ## [4.36.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.36.0...v4.36.1) (2025-08-09)
1
+ ## [4.36.2](https://github.com/bmadcode/BMAD-METHOD/compare/v4.36.1...v4.36.2) (2025-08-10)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * align installer dependencies with root package versions for ESM compatibility ([#420](https://github.com/bmadcode/BMAD-METHOD/issues/420)) ([3f6b674](https://github.com/bmadcode/BMAD-METHOD/commit/3f6b67443d61ae6add98656374bed27da4704644))
2
7
 
8
+ ## [4.36.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.36.0...v4.36.1) (2025-08-09)
3
9
 
4
10
  ### Bug Fixes
5
11
 
6
- * update Node.js version to 20 in release workflow and reduce Discord spam ([3f7e19a](https://github.com/bmadcode/BMAD-METHOD/commit/3f7e19a098155341a2b89796addc47b0623cb87a))
12
+ - update Node.js version to 20 in release workflow and reduce Discord spam ([3f7e19a](https://github.com/bmadcode/BMAD-METHOD/commit/3f7e19a098155341a2b89796addc47b0623cb87a))
7
13
 
8
14
  # [4.36.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.35.3...v4.36.0) (2025-08-09)
9
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmad-method",
3
- "version": "4.36.1",
3
+ "version": "4.36.2",
4
4
  "description": "Breakthrough Method of Agile AI-driven Development",
5
5
  "main": "tools/cli.js",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmad-method",
3
- "version": "4.36.1",
3
+ "version": "4.36.2",
4
4
  "description": "BMad Method installer - AI-powered Agile development framework",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {
@@ -22,12 +22,12 @@
22
22
  "author": "BMad Team",
23
23
  "license": "MIT",
24
24
  "dependencies": {
25
- "chalk": "^5.4.1",
25
+ "chalk": "^4.1.2",
26
26
  "commander": "^14.0.0",
27
27
  "fs-extra": "^11.3.0",
28
- "inquirer": "^12.6.3",
28
+ "inquirer": "^8.2.6",
29
29
  "js-yaml": "^4.1.0",
30
- "ora": "^8.2.0"
30
+ "ora": "^5.4.1"
31
31
  },
32
32
  "engines": {
33
33
  "node": ">=20.0.0"