@linkdesk/plugin-sdk 0.1.23 → 0.1.24

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.23",
3
+ "version": "0.1.24",
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",
@@ -3,12 +3,7 @@
3
3
  "version": 1,
4
4
  "classes": {
5
5
  "shared": [],
6
- "host": [
7
- {
8
- "name": "input",
9
- "why": "🔴 插件在用的输入框工具类(settings / serial-monitor 实测渲染 className=\"input\")"
10
- }
11
- ]
6
+ "host": []
12
7
  },
13
8
  "keyframes": [
14
9
  {