@fewangsit/wangsvue 1.5.229-alpha.37 → 1.5.229-alpha.38

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "metadata": {
3
- "generatedAt": "2026-01-23T12:41:15.059Z",
3
+ "generatedAt": "2026-01-23T13:14:15.503Z",
4
4
  "version": "1.0.0",
5
5
  "totalComponents": 90,
6
6
  "packagePath": "../../packages/wangsit-workspace"
@@ -1,5 +1,5 @@
1
1
  Component Data Source Summary
2
- Generated: 2026-01-23T12:41:15.059Z
2
+ Generated: 2026-01-23T13:14:15.503Z
3
3
  Version: 1.0.0
4
4
  Total Components: 90
5
5
  Package: ../../packages/wangsit-workspace
package/mcp/main.js CHANGED
@@ -92,14 +92,14 @@ function fl(t, e, n) {
92
92
  return i = i.replace(
93
93
  /\[([^\]]+)\]\(\/vue\/docs\/([^)]+)\)/g,
94
94
  (a, o, c) => {
95
- const l = qs(c);
96
- return `[${o}](${l})`;
95
+ let l = qs(c);
96
+ return n === "copilot" && (l = l.replace(/\.md$/, ".instructions.md")), `[${o}](${l})`;
97
97
  }
98
98
  ), i = i.replace(
99
99
  /\[([^\]]+)\]\(https:\/\/fewangsit\.gitbook\.io\/vue\/docs\/([^)]+)\)/g,
100
100
  (a, o, c) => {
101
101
  let l = qs(c);
102
- return l.endsWith(".md") || (l += ".md"), `[${o}](${l})`;
102
+ return !l.endsWith(".md") && !l.endsWith(".instructions.md") && (l += n === "copilot" ? ".instructions.md" : ".md"), `[${o}](${l})`;
103
103
  }
104
104
  ), s + i;
105
105
  }
package/mcp/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-mcp",
3
- "version": "1.5.229-alpha.37",
3
+ "version": "1.5.229-alpha.38",
4
4
  "description": "MCP Server for @fewangsit/wangsvue",
5
5
  "main": "main.js",
6
6
  "type": "module",
@@ -10,18 +10,18 @@
10
10
  "buildContext": {
11
11
  "package": {
12
12
  "name": "@fewangsit/wangsvue",
13
- "version": "1.5.229-alpha.37",
13
+ "version": "1.5.229-alpha.38",
14
14
  "description": "Wangsit VueJS Component Library",
15
15
  "repository": "https://github.com/fewangsit/wangsvue",
16
16
  "workspace": "wangsvue"
17
17
  },
18
18
  "build": {
19
- "timestamp": "2026-01-23T12:41:15.997Z",
19
+ "timestamp": "2026-01-23T13:14:16.440Z",
20
20
  "gitInfo": {
21
- "head": "7f833303f32ccc9700ded1e0830266f02c9151e8",
21
+ "head": "12cdc37e69cf2f4faa522b9194f301c55042569a",
22
22
  "branch": "feat/mcp",
23
23
  "repository": "https://github.com/fewangsit/wangsvue.git",
24
- "timestamp": "2026-01-23T12:41:15.801Z"
24
+ "timestamp": "2026-01-23T13:14:16.246Z"
25
25
  }
26
26
  }
27
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue",
3
- "version": "1.5.229-alpha.37",
3
+ "version": "1.5.229-alpha.38",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Wangsit VueJS Component Library",
6
6
  "type": "module",