@linkdesk/plugin-sdk 0.1.3 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linkdesk/plugin-sdk",
3
- "version": "0.1.3",
3
+ "version": "0.1.6",
4
4
  "description": "@linkdesk/plugin-sdk——LinkDesk 插件作者 SDK(对标 @types/vscode):window.linkdesk.* 类型 + 一键 build(.linkdesk-plugin) + dev 宿主 + plugin.json 验证 + eslint 门禁(E6#54d)。作者 npm i 后零壳源码依赖。",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -533,7 +533,7 @@
533
533
  "type": "string",
534
534
  "enum": ["sidebar", "panel", "auxiliarybar"],
535
535
  "default": "sidebar",
536
- "description": "容器位置——sidebar=侧栏, panel=底部面板, auxiliarybar=辅助侧栏"
536
+ "description": "容器位置——sidebar=侧栏, panel=底部面板, auxiliarybar=辅助侧栏(⚠ 壳当前未接线,声明 auxiliarybar 容器/视图不渲染——第三方交付插件请用 sidebar/panel)"
537
537
  },
538
538
  "hideIfEmpty": {
539
539
  "type": "boolean",