@plasius/ai-mcp 0.1.4 → 0.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -6,6 +6,35 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ - **Added**
10
+ - (placeholder)
11
+
12
+ - **Changed**
13
+ - (placeholder)
14
+
15
+ - **Fixed**
16
+ - (placeholder)
17
+
18
+ - **Security**
19
+ - (placeholder)
20
+
21
+ ## [0.1.6] - 2026-06-27
22
+
23
+ - **Added**
24
+ - (placeholder)
25
+
26
+ - **Changed**
27
+ - Refreshed direct dev dependency baselines for `@types/node`, `@typescript-eslint/*`, `@vitest/coverage-v8`, `eslint`, `globals`, and `vitest`.
28
+ - Regenerated `package-lock.json` from a clean Node 24 install while preserving the existing package API surface.
29
+
30
+ - **Fixed**
31
+ - (placeholder)
32
+
33
+ - **Security**
34
+ - (placeholder)
35
+
36
+ ## [0.1.5] - 2026-06-22
37
+
9
38
  - **Added**
10
39
  - (placeholder)
11
40
 
@@ -73,3 +102,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
73
102
  [0.1.1]: https://github.com/Plasius-LTD/ai-mcp/releases/tag/v0.1.1
74
103
  [0.1.3]: https://github.com/Plasius-LTD/ai-mcp/releases/tag/v0.1.3
75
104
  [0.1.4]: https://github.com/Plasius-LTD/ai-mcp/releases/tag/v0.1.4
105
+ [0.1.5]: https://github.com/Plasius-LTD/ai-mcp/releases/tag/v0.1.5
106
+ [0.1.6]: https://github.com/Plasius-LTD/ai-mcp/releases/tag/v0.1.6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasius/ai-mcp",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "MCP tool registry, per-call allowlist, and tool audit contracts for Plasius agentic AI.",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -63,16 +63,16 @@
63
63
  "homepage": "https://github.com/Plasius-LTD/ai-mcp#readme",
64
64
  "devDependencies": {
65
65
  "@eslint/js": "^10.0.1",
66
- "@types/node": "^25.7.0",
67
- "@typescript-eslint/eslint-plugin": "^8.59.3",
68
- "@typescript-eslint/parser": "^8.59.3",
69
- "@vitest/coverage-v8": "^4.1.6",
70
- "eslint": "^10.3.0",
71
- "globals": "^17.6.0",
66
+ "@types/node": "^26.0.1",
67
+ "@typescript-eslint/eslint-plugin": "^8.62.0",
68
+ "@typescript-eslint/parser": "^8.62.0",
69
+ "@vitest/coverage-v8": "^4.1.9",
70
+ "eslint": "^10.6.0",
71
+ "globals": "^17.7.0",
72
72
  "rimraf": "^6.1.3",
73
73
  "tsup": "^8.5.1",
74
74
  "typescript": "^6.0.3",
75
- "vitest": "^4.1.6"
75
+ "vitest": "^4.1.9"
76
76
  },
77
77
  "publishConfig": {
78
78
  "access": "public"