@maz-ui/mcp 4.3.0 → 4.3.1-beta.0

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/dist/mcp.mjs CHANGED
@@ -7,7 +7,7 @@ import { existsSync, readFileSync, readdirSync } from 'node:fs';
7
7
  import { resolve, dirname, join } from 'node:path';
8
8
  import { fileURLToPath } from 'node:url';
9
9
 
10
- const version = "4.3.0-rc.0";
10
+ const version = "4.3.0";
11
11
 
12
12
  const _dirname = dirname(fileURLToPath(import.meta.url));
13
13
  class DocumentationService {
@@ -10,7 +10,7 @@ head:
10
10
  content: vue ui library, vue components, nuxt ui, maz-ui v4, tree-shaking, theming, typescript, performance
11
11
  ---
12
12
 
13
- <img src="./../public/img/post-layer.png" alt="Maz-UI v4.0.0" class="maz-rounded maz-w-full maz-mb-12" />
13
+ <img src="/img/post-layer.png" alt="Maz-UI v4.0.0" class="maz-rounded maz-w-full maz-mb-12" />
14
14
 
15
15
  # Maz-UI v4.0.0 - The Complete Rebuild
16
16
 
@@ -0,0 +1,7 @@
1
+ ---
2
+ title: Changelog
3
+ description: Latest changes in Maz-UI and its ecosystem.
4
+ sidebar: false
5
+ ---
6
+
7
+ <!--@include: ./../../../CHANGELOG.md-->
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maz-ui/mcp",
3
3
  "type": "module",
4
- "version": "4.3.0",
4
+ "version": "4.3.1-beta.0",
5
5
  "description": "Maz-UI ModelContextProtocol Client",
6
6
  "author": "Louis Mazel <me@loicmazuel.com>",
7
7
  "license": "MIT",
@@ -41,20 +41,20 @@
41
41
  "docs"
42
42
  ],
43
43
  "dependencies": {
44
- "@modelcontextprotocol/sdk": "^1.21.0",
44
+ "@modelcontextprotocol/sdk": "^1.22.0",
45
45
  "@maz-ui/utils": "4.3.0",
46
- "@maz-ui/node": "4.2.1"
46
+ "@maz-ui/node": "4.3.1-beta.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@modelcontextprotocol/inspector": "^0.17.2",
50
- "@swc/core": "1.14.0",
50
+ "@swc/core": "1.15.1",
51
51
  "eslint": "^9.39.1",
52
52
  "lint-staged": "^16.2.6",
53
53
  "prettier": "^3.5.3",
54
54
  "ts-node-maintained": "^10.9.5",
55
55
  "tsx": "^4.20.6",
56
56
  "unbuild": "^3.6.1",
57
- "@maz-ui/eslint-config": "4.3.0"
57
+ "@maz-ui/eslint-config": "4.3.1-beta.0"
58
58
  },
59
59
  "lint-staged": {
60
60
  "*.{js,ts,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix"