deploy-mcp 0.6.0 → 0.6.3
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 +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.6.2] - 2025-11-21
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Updated test mock implementations for Vitest 4.0 compatibility
|
|
15
|
+
- Mock constructors now use `function` keyword instead of arrow functions as required by Vitest 4.0
|
|
16
|
+
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Upgraded to Vitest 4.0.4 from 3.2.4
|
|
20
|
+
- Updated all development dependencies to latest versions
|
|
21
|
+
|
|
10
22
|
## [0.1.0] - 2025-01-15
|
|
11
23
|
|
|
12
24
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "deploy-mcp",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"description": "Universal deployment tracker for AI assistants",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"tsup": "^8.3.5",
|
|
78
78
|
"tsx": "^4.19.2",
|
|
79
79
|
"typescript": "^5.9.2",
|
|
80
|
-
"vitest": "^
|
|
80
|
+
"vitest": "^4.0.4",
|
|
81
81
|
"wrangler": "^4.27.0"
|
|
82
82
|
},
|
|
83
83
|
"engines": {
|