@yuku123/z-frontend-common 0.2.2 → 0.2.3
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/dist/z-frontend-common.es.js +0 -2
- package/dist/z-frontend-common.umd.js +12 -12
- package/package.json +1 -1
- package/src/index.js +0 -1
|
@@ -8674,7 +8674,6 @@ function cc() {
|
|
|
8674
8674
|
)
|
|
8675
8675
|
] });
|
|
8676
8676
|
}
|
|
8677
|
-
const dc = common;
|
|
8678
8677
|
export {
|
|
8679
8678
|
Yi as AgentTeamIM,
|
|
8680
8679
|
wi as AppLayout,
|
|
@@ -8709,7 +8708,6 @@ export {
|
|
|
8709
8708
|
pr as authRequest,
|
|
8710
8709
|
ur as createRequest,
|
|
8711
8710
|
Gi as ctcRequest,
|
|
8712
|
-
dc as default,
|
|
8713
8711
|
so as defaultStatusMap,
|
|
8714
8712
|
ie as request,
|
|
8715
8713
|
rl as setupInterceptors
|