@hanna84/mcp-writing 1.11.7 → 1.11.8
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/CHANGELOG.md +10 -0
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,11 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
|
4
4
|
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
6
|
|
|
7
|
+
#### [v1.11.8](https://github.com/hannasdev/mcp-writing.git
|
|
8
|
+
/compare/v1.11.7...v1.11.8)
|
|
9
|
+
|
|
10
|
+
- chore(deps): remove unused fast-xml-parser and bump @xmldom/xmldom [`#67`](https://github.com/hannasdev/mcp-writing.git
|
|
11
|
+
/pull/67)
|
|
12
|
+
|
|
7
13
|
#### [v1.11.7](https://github.com/hannasdev/mcp-writing.git
|
|
8
14
|
/compare/v1.11.6...v1.11.7)
|
|
9
15
|
|
|
16
|
+
> 24 April 2026
|
|
17
|
+
|
|
10
18
|
- refactor: consolidate merge_scrivener_project_beta to async-only [`#66`](https://github.com/hannasdev/mcp-writing.git
|
|
11
19
|
/pull/66)
|
|
20
|
+
- Release 1.11.7 [`9e5e236`](https://github.com/hannasdev/mcp-writing.git
|
|
21
|
+
/commit/9e5e236c576d5d4f4beba1845ea41ffa1d7c6950)
|
|
12
22
|
|
|
13
23
|
#### [v1.11.6](https://github.com/hannasdev/mcp-writing.git
|
|
14
24
|
/compare/v1.11.5...v1.11.6)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hanna84/mcp-writing",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.8",
|
|
4
4
|
"description": "MCP service for AI-assisted reasoning and editing on long-form fiction projects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -51,8 +51,7 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
54
|
-
"@xmldom/xmldom": "^0.9.
|
|
55
|
-
"fast-xml-parser": "^5.6.0",
|
|
54
|
+
"@xmldom/xmldom": "^0.9.10",
|
|
56
55
|
"gray-matter": "^4.0.3",
|
|
57
56
|
"js-yaml": "^4.1.1",
|
|
58
57
|
"zod": "^4.3.6"
|