@linxin666/dsh-client-ui-community-plugins 0.2.9 → 0.3.0

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,13 +1,12 @@
1
1
  {
2
2
  "name": "@linxin666/dsh-client-ui-community-plugins",
3
- "description": "Community plugin index card for the dsh web GUI settings page: lists community-contributed plugins with links to each contributor's own repository, gated by its own enable switch in the plugin configuration section.",
4
- "version": "0.2.9",
3
+ "description": "Community plugin index data source for the dsh web ecosystem: community.json is the single source of the Workshop store plugin list and the dsh-market.com plugin manifest.",
4
+ "version": "0.3.0",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "exports": {
8
8
  ".": "./lib/index.js",
9
- "./client": "./lib/client.js",
10
- "./src/*": "./src/*",
9
+ "./community.json": "./community.json",
11
10
  "./package.json": "./package.json"
12
11
  },
13
12
  "dsh": {
@@ -16,14 +15,6 @@
16
15
  },
17
16
  "bundle": {
18
17
  "patch": "./cordis.patch.yml"
19
- },
20
- "client": {
21
- "inject": [
22
- "@deepseek-ai/dsh-client-runtime",
23
- "@deepseek-ai/dsh-client-connection",
24
- "@deepseek-ai/dsh-client-ui-settings"
25
- ],
26
- "platform": "web"
27
18
  }
28
19
  },
29
20
  "license": "BSD-3-Clause",
@@ -55,7 +46,8 @@
55
46
  },
56
47
  "files": [
57
48
  "lib",
58
- "cordis.patch.yml"
49
+ "cordis.patch.yml",
50
+ "community.json"
59
51
  ],
60
52
  "repository": {
61
53
  "type": "git",