@stll/anonymize-mcp 2.6.0 → 2.6.1
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/dist/local.mjs +1 -1
- package/package.json +4 -4
package/dist/local.mjs
CHANGED
|
@@ -11,7 +11,7 @@ import { createHash, randomUUID } from "node:crypto";
|
|
|
11
11
|
import { dirname, extname, isAbsolute, join, relative, resolve, sep } from "node:path";
|
|
12
12
|
import * as z from "zod/v4";
|
|
13
13
|
//#region package.json
|
|
14
|
-
var version = "2.6.
|
|
14
|
+
var version = "2.6.1";
|
|
15
15
|
//#endregion
|
|
16
16
|
//#region src/durable-sessions.ts
|
|
17
17
|
const SESSION_ARCHIVE_KEY_BYTES = 32;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stll/anonymize-mcp",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.1",
|
|
4
4
|
"description": "Path-only local MCP server for stella PII anonymization",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
42
|
-
"@stll/anonymize": "2.6.
|
|
43
|
-
"@stll/anonymize-docx": "^2.6.
|
|
44
|
-
"@stll/anonymize-pdf": "2.6.
|
|
42
|
+
"@stll/anonymize": "2.6.1",
|
|
43
|
+
"@stll/anonymize-docx": "^2.6.1",
|
|
44
|
+
"@stll/anonymize-pdf": "2.6.1",
|
|
45
45
|
"fs-native-extensions": "^1.5.0",
|
|
46
46
|
"zod": "^4.4.3"
|
|
47
47
|
},
|