create-linkdesk-plugin 0.1.11 → 0.1.12

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-linkdesk-plugin",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "LinkDesk 插件脚手架——`npm create linkdesk-plugin@latest my-cool-plugin` 一行生成你的第一个插件项目(对标 yo code)。",
5
5
  "type": "module",
6
6
  "bin": {
@@ -16,6 +16,10 @@
16
16
  "pluginId": "{{pluginName}}",
17
17
  "name": "{{displayName}}", // 显示名——标签页 / 插件详情等 UI 出现处
18
18
  "version": "0.1.0", // 语义化版本 x.y.z——市场更新比较靠它;+1 时务必同笔补 CHANGELOG.md 的新段
19
+ // ── 最低壳版本──
20
+ // 模板消费 @linkdesk/ui(组件由壳池 vendor 单实例供给)⇒ 必须声明 ≥ 重锚号 0.2.13:低于它的旧壳
21
+ // 没有组件可解析,装上即视图全崩。SDK lint 腿(check-ui-min-app-version)机械把关,漏声明判红。
22
+ "minAppVersion": "0.2.13",
19
23
  "description": "{{displayName}}——我的第一个 LinkDesk 插件", // 一句话描述(插件详情页展示)
20
24
  "author": "{{author}}", // 作者名
21
25
  "icon": "resources/icon.svg", // 图标——图标栏 / 标签页 / 市场里显示的就是它(resources/icon.svg 是占位图,换成你的)