bmad-method 4.36.0 → 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.
@@ -1,6 +1,6 @@
1
1
  name: Discord Notification
2
2
 
3
- on: [push, pull_request, workflow_dispatch, release, create, delete, issue_comment, fork, watch, pull_request_review, pull_request_review_comment, repository_dispatch]
3
+ on: [pull_request, release, create, delete, issue_comment, pull_request_review, pull_request_review_comment]
4
4
 
5
5
  jobs:
6
6
  notify:
@@ -32,7 +32,7 @@ jobs:
32
32
  - name: Setup Node.js
33
33
  uses: actions/setup-node@v4
34
34
  with:
35
- node-version: '18'
35
+ node-version: '20'
36
36
  cache: npm
37
37
  registry-url: https://registry.npmjs.org
38
38
  - name: Install dependencies
package/CHANGELOG.md CHANGED
@@ -1,9 +1,21 @@
1
- # [4.36.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.35.3...v4.36.0) (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)
9
+
10
+ ### Bug Fixes
11
+
12
+ - update Node.js version to 20 in release workflow and reduce Discord spam ([3f7e19a](https://github.com/bmadcode/BMAD-METHOD/commit/3f7e19a098155341a2b89796addc47b0623cb87a))
13
+
14
+ # [4.36.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.35.3...v4.36.0) (2025-08-09)
3
15
 
4
16
  ### Features
5
17
 
6
- * modularize flattener tool into separate components with improved project root detection ([#417](https://github.com/bmadcode/BMAD-METHOD/issues/417)) ([0fdbca7](https://github.com/bmadcode/BMAD-METHOD/commit/0fdbca73fc60e306109f682f018e105e2b4623a2))
18
+ - modularize flattener tool into separate components with improved project root detection ([#417](https://github.com/bmadcode/BMAD-METHOD/issues/417)) ([0fdbca7](https://github.com/bmadcode/BMAD-METHOD/commit/0fdbca73fc60e306109f682f018e105e2b4623a2))
7
19
 
8
20
  ## [4.35.3](https://github.com/bmadcode/BMAD-METHOD/compare/v4.35.2...v4.35.3) (2025-08-06)
9
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmad-method",
3
- "version": "4.36.0",
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.0",
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"