dsh-plugin-updates 2026.905.3136 → 2026.905.3138
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/README.md +2 -2
- package/package.json +3 -3
- package/updates.json +1 -1
package/README.md
CHANGED
|
@@ -12,8 +12,8 @@ budget is shared per egress IP and unusable behind common proxies.
|
|
|
12
12
|
import updates from 'dsh-plugin-updates/updates.json' with { type: 'json' }
|
|
13
13
|
```
|
|
14
14
|
|
|
15
|
-
- **Entries:**
|
|
16
|
-
- **Version:** `2026.905.
|
|
15
|
+
- **Entries:** 3155
|
|
16
|
+
- **Version:** `2026.905.3138` (`YYYY.MDD.BUILD`, published only when the data changes)
|
|
17
17
|
- **Source:** <https://github.com/awesome-dsh-plugin/awesome-dsh-plugin>
|
|
18
18
|
- **License:** CC0-1.0
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-plugin-updates",
|
|
3
|
-
"version": "2026.905.
|
|
4
|
-
"description": "Per-plugin update notes for the DeepSeek Harness plugin catalog (
|
|
3
|
+
"version": "2026.905.3138",
|
|
4
|
+
"description": "Per-plugin update notes for the DeepSeek Harness plugin catalog (3155 entries) · 插件更新说明数据",
|
|
5
5
|
"homepage": "https://awesome-dsh-plugin.com",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"changelog",
|
|
17
17
|
"releases"
|
|
18
18
|
],
|
|
19
|
-
"updatesSha": "
|
|
19
|
+
"updatesSha": "9f8c3b0677b7852cafb196c3513363d6ed61c6ae0ed1a7695250502ab9d47002",
|
|
20
20
|
"exports": {
|
|
21
21
|
"./updates.json": "./updates.json"
|
|
22
22
|
},
|