@flavor-code/plugin-catalog 1.0.8 → 1.0.10

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.
Files changed (2) hide show
  1. package/catalog.json +26 -2
  2. package/package.json +2 -2
package/catalog.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-08-29T10:11:59.322Z",
4
- "contentHash": "dae63c48c0abd03b15d3b8daab95756d3662b3a0bb7c79e2fa0b1cfa1c4e13c2",
3
+ "generatedAt": "2026-08-29T10:47:58.316Z",
4
+ "contentHash": "07d920e0b82bcbfe853d9874e58f2f3e8646e76481ea1a3901c4a91c1a74f43b",
5
5
  "plugins": [
6
6
  {
7
7
  "name": "astgraph",
@@ -17,6 +17,18 @@
17
17
  "registry": "https://registry.npmjs.org",
18
18
  "qualityScore": 100
19
19
  },
20
+ {
21
+ "name": "shell-doctor",
22
+ "description": "诊断并纠正 Shell 命令的平台错配失败(如 Windows 下误用 bash 语法),自动提示重试。",
23
+ "tags": [
24
+ "shell"
25
+ ],
26
+ "packageName": "@flavor-code/shell-doctor",
27
+ "version": "0.1.0",
28
+ "hash": "fa218737ce6018c88e2ba61316be09f20ab3b6cb6988bddc4372a9a4dd78e222",
29
+ "registry": "https://registry.npmjs.org",
30
+ "qualityScore": 100
31
+ },
20
32
  {
21
33
  "name": "superharness",
22
34
  "description": "superharness",
@@ -40,6 +52,18 @@
40
52
  "hash": "200823a4a084c4106f5b0b8026460104971f29448da333ada744750c99ad0651",
41
53
  "registry": "https://registry.npmjs.org",
42
54
  "qualityScore": 100
55
+ },
56
+ {
57
+ "name": "update-plugin",
58
+ "description": "更新插件",
59
+ "tags": [
60
+ "update"
61
+ ],
62
+ "packageName": "@flavor-code/update-plugin",
63
+ "version": "0.1.2",
64
+ "hash": "8e6b467df2a00a36c119ba1def937c622570702e637b1a3037037e754983aa2d",
65
+ "registry": "https://registry.npmjs.org",
66
+ "qualityScore": 95
43
67
  }
44
68
  ]
45
69
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flavor-code/plugin-catalog",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Approved Flavor Code plugin catalog",
5
5
  "license": "UNLICENSED",
6
6
  "files": [
@@ -11,7 +11,7 @@
11
11
  "flavor-plugin",
12
12
  "plugin-catalog"
13
13
  ],
14
- "flavorCatalogHash": "dae63c48c0abd03b15d3b8daab95756d3662b3a0bb7c79e2fa0b1cfa1c4e13c2",
14
+ "flavorCatalogHash": "07d920e0b82bcbfe853d9874e58f2f3e8646e76481ea1a3901c4a91c1a74f43b",
15
15
  "flavorCatalogSchemaVersion": 1,
16
16
  "publishConfig": {
17
17
  "access": "public",