@skyfox2000/microbase 1.2.2 → 1.3.0
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/lib/index.d.ts +0 -4
- package/package.json +2 -2
- package/src/stores/userInfo.d.ts +0 -4
package/lib/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyfox2000/microbase",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "微前端通用功能与数据类型定义",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [],
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"preview": "vite preview"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@skyfox2000/fapi": "^1.
|
|
26
|
+
"@skyfox2000/fapi": "^1.3.0",
|
|
27
27
|
"@micro-zoe/micro-app": "^1.0.0-rc.18",
|
|
28
28
|
"vue": "^3.5.13",
|
|
29
29
|
"vue-router": "^4.5.0"
|