@softeria/ms-365-mcp-server 0.11.4 → 0.12.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.
@@ -0,0 +1,12 @@
1
+ {
2
+ "branches": ["main"],
3
+ "plugins": [
4
+ "@semantic-release/commit-analyzer",
5
+ "@semantic-release/release-notes-generator",
6
+ ["@semantic-release/exec", {
7
+ "prepareCmd": "npm run build"
8
+ }],
9
+ "@semantic-release/npm",
10
+ "@semantic-release/github"
11
+ ]
12
+ }
package/README.md CHANGED
@@ -9,7 +9,8 @@ API.
9
9
 
10
10
  ## Prerequisites
11
11
 
12
- - Node.js >= 14
12
+ - Node.js >= 20 (recommended)
13
+ - Node.js 14+ may work with dependency warnings
13
14
 
14
15
  ## Features
15
16