kubeview-mcp 1.7.3 → 1.7.4

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 CHANGED
@@ -7,12 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.7.4] - 2026-04-08
11
+
12
+ ### Changed
13
+ - **Upgrade dependencies including @hono/node-server, hono, and path-to-regexp for improved functionality and security.**
14
+
15
+
10
16
  ## [1.7.3] - 2026-03-27
11
17
 
12
18
  ### Changed
13
19
  - **Upgrading dependencies including brace-expansion, flatted, handlebars, picomatch, and yaml for improved functionality and security.**
14
20
 
15
-
16
21
  ## [1.7.2] - 2026-03-14
17
22
 
18
23
  ### Changed
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "1.7.3";
1
+ export declare const VERSION = "1.7.4";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // Auto-generated by scripts/build-version.js - DO NOT EDIT
2
- export const VERSION = '1.7.3';
2
+ export const VERSION = '1.7.4';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubeview-mcp",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "description": "Read-only MCP server enabling code-driven AI analysis of Kubernetes clusters",
5
5
  "homepage": "https://github.com/mikhae1/kubeview-mcp",
6
6
  "mcpName": "io.github.mikhae1/kubeview",