@mcp-z/mcp-outlook 1.1.3 → 1.1.4
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcp-z/mcp-outlook",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "MCP server for Outlook integration with OAuth authentication, message search, and batch operations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"outlook",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"build": "tsds validate",
|
|
62
62
|
"format": "tsds format",
|
|
63
63
|
"prepublish:check": "ncp",
|
|
64
|
-
"prepublishOnly": "tsds validate",
|
|
64
|
+
"prepublishOnly": "node scripts/require-dist-tag.cjs && tsds validate",
|
|
65
65
|
"test": "tsds test:node --no-timeouts",
|
|
66
66
|
"test:engines": "nvu engines tsds test:node --no-timeouts",
|
|
67
67
|
"test:setup": "node scripts/setup-test.ts",
|