@sdata/web-vue-mcp 1.12.0 → 1.12.1

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/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5,8 +5,8 @@ import { CallToolRequestSchema, ListToolsRequestSchema } from "@modelcontextprot
5
5
  //#endregion
6
6
  //#region src/index.ts
7
7
  const data = {
8
- version: "3.23.0",
9
- generatedAt: "2026-07-29T10:00:19.003Z",
8
+ version: "3.24.0",
9
+ generatedAt: "2026-07-30T01:58:39.077Z",
10
10
  library: {
11
11
  "name": "@sdata/web-vue",
12
12
  "framework": "Vue 3",
@@ -3060,7 +3060,7 @@ const data = {
3060
3060
  {
3061
3061
  "name": "color",
3062
3062
  "type": "string",
3063
- "default": "'#1D2129'",
3063
+ "default": "''",
3064
3064
  "description": {
3065
3065
  "zh": "二维码前景色",
3066
3066
  "en": "Foreground color of QR code"
package/package.json CHANGED
@@ -62,7 +62,7 @@
62
62
  "engines": {
63
63
  "node": ">=20"
64
64
  },
65
- "version": "1.12.0",
65
+ "version": "1.12.1",
66
66
  "scripts": {
67
67
  "gen": "node ./scripts/gen-component-data.mjs",
68
68
  "build": "pnpm run gen && tsdown",