@peanut-admin/admin 0.1.0-alpha.7 → 0.1.0-alpha.9

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.
@@ -2,7 +2,7 @@
2
2
  export interface ShellTabRoute {
3
3
  name: unknown
4
4
  fullPath: string
5
- query?: any
5
+ query?: unknown
6
6
  meta?: {
7
7
  locale?: string
8
8
  ignoreCache?: boolean | undefined
@@ -13,7 +13,7 @@ export interface ShellTab {
13
13
  title: string
14
14
  name: string
15
15
  fullPath: string
16
- query?: any
16
+ query?: unknown
17
17
  ignoreCache?: boolean | undefined
18
18
  }
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peanut-admin/admin",
3
- "version": "0.1.0-alpha.7",
3
+ "version": "0.1.0-alpha.9",
4
4
  "description": "Reusable Peanut Admin Web services and module contributions",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",