af-mobile-client-vue3 1.3.32 → 1.3.33

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.
@@ -3,8 +3,9 @@
3
3
  "allow": [
4
4
  "Bash(pnpm typecheck:*)",
5
5
  "Bash(pnpm lint:*)",
6
- "mcp__ide__getDiagnostics"
6
+ "mcp__ide__getDiagnostics",
7
+ "WebFetch(domain:github.com)"
7
8
  ],
8
9
  "deny": []
9
10
  }
10
- }
11
+ }
package/package.json CHANGED
@@ -1,30 +1,9 @@
1
1
  {
2
2
  "name": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.3.32",
4
+ "version": "1.3.33",
5
5
  "packageManager": "pnpm@10.13.1",
6
6
  "description": "Vue + Vite component lib",
7
- "main": "./src/index.ts",
8
- "module": "./src/index.ts",
9
- "types": "./src/index.ts",
10
- "exports": {
11
- ".": {
12
- "types": "./src/index.ts",
13
- "import": "./src/index.ts"
14
- },
15
- "./types/auth": {
16
- "types": "./src/types/auth.ts",
17
- "import": "./src/types/auth.ts"
18
- },
19
- "./types/platform": {
20
- "types": "./src/types/platform.ts",
21
- "import": "./src/types/platform.ts"
22
- },
23
- "./types/settings": {
24
- "types": "./src/types/settings.ts",
25
- "import": "./src/types/settings.ts"
26
- }
27
- },
28
7
  "engines": {
29
8
  "node": ">=20.19.0"
30
9
  },
package/src/types/auth.ts CHANGED
@@ -83,3 +83,7 @@ export interface LoginResponse {
83
83
  /** 资源权限 */
84
84
  resources?: any
85
85
  }
86
+
87
+ export default {
88
+ UserType,
89
+ }
package/src/index.ts DELETED
@@ -1,4 +0,0 @@
1
- // Main entry point for af-mobile-client-vue3
2
- export * from './types/auth'
3
- export * from './types/platform'
4
- export * from './types/settings'