@softeria/ms-365-mcp-server 0.24.2 → 0.24.3

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.
Files changed (2) hide show
  1. package/Dockerfile +1 -1
  2. package/package.json +2 -2
package/Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM node:20-alpine
3
3
  WORKDIR /app
4
4
 
5
5
  COPY package*.json ./
6
- RUN npm ci
6
+ RUN npm ci --ignore-scripts
7
7
 
8
8
  COPY . .
9
9
  RUN npm run build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softeria/ms-365-mcp-server",
3
- "version": "0.24.2",
3
+ "version": "0.24.3",
4
4
  "description": " A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -47,7 +47,7 @@
47
47
  "keytar": "^7.9.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@redocly/cli": "^1.34.3",
50
+ "@redocly/cli": "^2.11.1",
51
51
  "@semantic-release/exec": "^7.1.0",
52
52
  "@semantic-release/git": "^10.0.1",
53
53
  "@semantic-release/github": "^11.0.3",