@zaimokuza/dsh-plugin-hub 0.1.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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 zaimokuza-yoshiteru
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # @zaimokuza/dsh-plugin-hub
2
+
3
+ DSH 市场插件。原生中英文页面、多来源标签页、声明兼容检查、安装与卸载。
4
+
5
+ DSH marketplace with native bilingual UI, source tabs, declared compatibility checks, installation and removal.
6
+
7
+ 说明与示例 / Guide: https://github.com/zaimokuza-yoshiteru/dsh-plugin-hub#readme
8
+
9
+ 目录中的第三方插件不等于经过运行验证。 / Catalog inclusion does not mean third-party plugins were runtime-tested.
10
+
11
+ 默认不按 DSH 版本号拦截(包括预发行版),依赖必要宿主接口;已实测版本见 package.json 的 `dshPluginHub.testedDshVersions`。
12
+
13
+ No DSH version gate, including prereleases; required host APIs must remain available. Tested versions are recorded in package.json under `dshPluginHub.testedDshVersions`.
@@ -0,0 +1,21 @@
1
+ # 第三方声明 / Third-party notices
2
+
3
+ 本项目的 DSH 页面注册、客户端包装与 profile 集成参考了下述 MIT 项目。原始版权与许可文本保留;目录中的外部项目仅提供链接与元数据,不包含其代码。宿主 UI 组件由 DSH 提供。
4
+
5
+ The DSH settings-section registration in `src/client/index.jsx`, client module-loader wrapper in `scripts/build.mjs`, and profile CLI integration approach were adapted from or informed by dsh-market/dsh-market, commit `1f7b502c0f3a62acfbf2190052e97c16eb798267`. This is an independent catalog implementation; it does not include the full upstream marketplace UI, installer recovery system, or hot-loading implementation.
6
+
7
+ Upstream: https://github.com/dsh-market/dsh-market
8
+
9
+ MIT License
10
+
11
+ Copyright (c) 2026 fkysly and dsh-market contributors
12
+
13
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
14
+
15
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16
+
17
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18
+
19
+ Runtime dependencies semver, tar, and undici, and build dependencies esbuild and React retain their own licenses. Their precise versions are recorded in package-lock.json.
20
+
21
+ The UI consumes the host-provided `@deepseek-ai/dsh-client-ui-primitives` (Input, Button, Menu and Modal). These components and their styles are resolved from the DSH module table, not copied or bundled into this plugin.
@@ -0,0 +1,3 @@
1
+ - insert:
2
+ - id: dsh-plugin-hub
3
+ name: "@zaimokuza/dsh-plugin-hub"