@daocloud-proto/ghippo 0.6.9 → 0.6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/ghippo",
3
- "version":"0.6.9",
3
+ "version":"0.6.10",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -20,7 +20,6 @@ export type ProductNavCategory = {
20
20
  export type ProductMenu = {
21
21
  name?: string
22
22
  url?: string
23
- icon_name?: string
24
23
  icon_url?: string
25
24
  target?: string
26
25
  menus?: ProductMenu[]