@jaypie/mcp 0.7.30 → 0.7.31

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.
@@ -9,7 +9,7 @@ import { gt } from 'semver';
9
9
  /**
10
10
  * Docs Suite - Documentation services (skill, version, release_notes)
11
11
  */
12
- const BUILD_VERSION_STRING = "@jaypie/mcp@0.7.30#09ff0b8d"
12
+ const BUILD_VERSION_STRING = "@jaypie/mcp@0.7.31#0a295f43"
13
13
  ;
14
14
  const __filename$1 = fileURLToPath(import.meta.url);
15
15
  const __dirname$1 = path.dirname(__filename$1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jaypie/mcp",
3
- "version": "0.7.30",
3
+ "version": "0.7.31",
4
4
  "description": "Jaypie MCP",
5
5
  "repository": {
6
6
  "type": "git",
@@ -0,0 +1,10 @@
1
+ ---
2
+ version: 1.2.15
3
+ date: 2026-03-03
4
+ summary: Redact sensitive headers in request summary logs
5
+ ---
6
+
7
+ ## Changes
8
+
9
+ - `summarizeRequest` now redacts `authorization`, `cookie`, and `set-cookie` headers before logging
10
+ - Fixes plaintext auth tokens appearing in `log.info.var({ req })` output
@@ -0,0 +1,9 @@
1
+ ---
2
+ version: 1.2.17
3
+ date: 2026-03-03
4
+ summary: Dependency update for express 1.2.15
5
+ ---
6
+
7
+ ## Changes
8
+
9
+ - Updated `@jaypie/express` to 1.2.15 (redact sensitive headers in request logs)
@@ -0,0 +1,9 @@
1
+ ---
2
+ version: 1.2.5
3
+ date: 2026-03-03
4
+ summary: Export redactAuth and sanitizeAuth utilities
5
+ ---
6
+
7
+ ## Changes
8
+
9
+ - Exported `redactAuth` and `sanitizeAuth` functions for use by other packages
@@ -0,0 +1,9 @@
1
+ ---
2
+ version: 0.7.31
3
+ date: 2026-03-03
4
+ summary: Release notes for express 1.2.15, jaypie 1.2.17
5
+ ---
6
+
7
+ ## Changes
8
+
9
+ - Added release notes for `@jaypie/express` 1.2.15, `jaypie` 1.2.17
@@ -0,0 +1,9 @@
1
+ ---
2
+ version: 1.2.23
3
+ date: 2026-03-03
4
+ summary: Re-export redactAuth and sanitizeAuth from logger
5
+ ---
6
+
7
+ ## Changes
8
+
9
+ - Re-export `redactAuth` and `sanitizeAuth` from `@jaypie/logger` in mock logger