@daften/fireflyiii-mcp 0.4.5 → 0.4.6
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 +16 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.4.6] - 2026-09-11
|
|
11
|
+
|
|
12
|
+
### Security
|
|
13
|
+
|
|
14
|
+
- chore(deps): update Vitest to patched 4.1.11 and fix CI install retries (automated security release)
|
|
15
|
+
|
|
16
|
+
### Security
|
|
17
|
+
|
|
18
|
+
- Update Vitest and its coverage plugin to 4.1.11 to pick up the patched mocker while retaining Node 20 support.
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
|
|
22
|
+
- Fail CI and nightly dependency installation when all retries fail, instead of continuing without the required tools.
|
|
23
|
+
|
|
10
24
|
## [0.4.5] - 2026-09-11
|
|
11
25
|
|
|
12
26
|
### Security
|
|
@@ -165,7 +179,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
165
179
|
- npm publish provenance via GitHub OIDC.
|
|
166
180
|
- GitHub Release auto-created from the tag annotation on each `v*` tag push.
|
|
167
181
|
|
|
168
|
-
[Unreleased]: https://github.com/daften/fireflyiii-mcp/compare/v0.4.
|
|
182
|
+
[Unreleased]: https://github.com/daften/fireflyiii-mcp/compare/v0.4.6...HEAD
|
|
183
|
+
[0.4.6]: https://github.com/daften/fireflyiii-mcp/compare/v0.4.5...v0.4.6
|
|
169
184
|
[0.4.5]: https://github.com/daften/fireflyiii-mcp/compare/v0.4.4...v0.4.5
|
|
170
185
|
[0.4.4]: https://github.com/daften/fireflyiii-mcp/compare/v0.4.3...v0.4.4
|
|
171
186
|
[0.4.3]: https://github.com/daften/fireflyiii-mcp/compare/v0.4.2...v0.4.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daften/fireflyiii-mcp",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6",
|
|
4
4
|
"description": "MCP server for Firefly III personal finance manager",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@biomejs/biome": "2.5.6",
|
|
65
65
|
"@types/node": "^26.0.0",
|
|
66
|
-
"@vitest/coverage-v8": "^4.1.
|
|
66
|
+
"@vitest/coverage-v8": "^4.1.11",
|
|
67
67
|
"dotenv-cli": "^11.0.0",
|
|
68
68
|
"simple-git-hooks": "^2.13.1",
|
|
69
69
|
"tsx": "^4.22.3",
|
|
70
70
|
"typescript": "^7.0.2",
|
|
71
71
|
"vitepress": "2.0.0-alpha.18",
|
|
72
|
-
"vitest": "^4.1.
|
|
72
|
+
"vitest": "^4.1.11"
|
|
73
73
|
},
|
|
74
74
|
"engines": {
|
|
75
75
|
"node": ">=20"
|