@flavor-code/plugin-catalog 1.0.7 → 1.0.8

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 +14 -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:03.161Z",
4
- "contentHash": "fd0b453b1cf61ad5ce353c3a537437e5a720c3429fd6cd9dacaf6f70f977898a",
3
+ "generatedAt": "2026-08-29T10:11:59.322Z",
4
+ "contentHash": "dae63c48c0abd03b15d3b8daab95756d3662b3a0bb7c79e2fa0b1cfa1c4e13c2",
5
5
  "plugins": [
6
6
  {
7
7
  "name": "astgraph",
@@ -28,6 +28,18 @@
28
28
  "hash": "1f851fe56b704ceea0ff7d8189ee1dbbc8d055e6003ad4a6acc1b4cfcef9fb5b",
29
29
  "registry": "https://registry.npmjs.org",
30
30
  "qualityScore": 100
31
+ },
32
+ {
33
+ "name": "time-plugin",
34
+ "description": "时间插件",
35
+ "tags": [
36
+ "time"
37
+ ],
38
+ "packageName": "@flavor-code/time-plugin",
39
+ "version": "0.1.1",
40
+ "hash": "200823a4a084c4106f5b0b8026460104971f29448da333ada744750c99ad0651",
41
+ "registry": "https://registry.npmjs.org",
42
+ "qualityScore": 100
31
43
  }
32
44
  ]
33
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flavor-code/plugin-catalog",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
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": "fd0b453b1cf61ad5ce353c3a537437e5a720c3429fd6cd9dacaf6f70f977898a",
14
+ "flavorCatalogHash": "dae63c48c0abd03b15d3b8daab95756d3662b3a0bb7c79e2fa0b1cfa1c4e13c2",
15
15
  "flavorCatalogSchemaVersion": 1,
16
16
  "publishConfig": {
17
17
  "access": "public",