@flavor-code/plugin-catalog 1.0.0 → 1.0.1

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 +6 -8
  2. package/package.json +2 -2
package/catalog.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-08-28T03:42:59.593Z",
4
- "contentHash": "01db37d697bd8a00fce12e504e8196342be3240cbc0139b964b9624d71125729",
3
+ "generatedAt": "2026-08-28T04:23:05.471Z",
4
+ "contentHash": "6801cee195cf1499b357ee08277b045ab9eeea62bf0e1c312ee6a53af6bcdb91",
5
5
  "plugins": [
6
6
  {
7
7
  "name": "astgraph",
@@ -19,15 +19,13 @@
19
19
  },
20
20
  {
21
21
  "name": "superharness",
22
- "description": "为 flavor-code 注入规划、调试、测试与交付工作流的工程增强插件。",
22
+ "description": "superharness",
23
23
  "tags": [
24
- "workflow",
25
- "skills",
26
- "hooks"
24
+ "superharness"
27
25
  ],
28
26
  "packageName": "@flavor-code/superharness",
29
- "version": "1.0.0",
30
- "hash": "4d330203a60ccb495b1c6f0f79ccd1d49e5876259f22b524e7c91473ebbee98b",
27
+ "version": "1.0.3",
28
+ "hash": "52b1ff765bea3833104fb94b2ed15b393e769670c54086c210836369f9651a4a",
31
29
  "registry": "https://registry.npmjs.org",
32
30
  "qualityScore": 100
33
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flavor-code/plugin-catalog",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
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": "01db37d697bd8a00fce12e504e8196342be3240cbc0139b964b9624d71125729",
14
+ "flavorCatalogHash": "6801cee195cf1499b357ee08277b045ab9eeea62bf0e1c312ee6a53af6bcdb91",
15
15
  "flavorCatalogSchemaVersion": 1,
16
16
  "publishConfig": {
17
17
  "access": "public",