react-base-client 1.0.150 → 1.0.151

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-base-client",
3
- "version": "1.0.150",
3
+ "version": "1.0.151",
4
4
  "author": "yyc <000000@163.com>",
5
5
  "main": "src/index.ts",
6
6
  "files": [
package/src/index.ts CHANGED
@@ -26,10 +26,10 @@ export { default as TextAvatar } from './components/TextAvatar';
26
26
  //services
27
27
  export * as Common from './services/common';
28
28
  export * as Rest from './services/rest';
29
- export * as Login from './services/Login';
29
+ export * as Login from './services/login';
30
30
 
31
31
  //util
32
- export * as HostApp from './utils/HostApp';
32
+ export * as HostApp from './utils/hostapp';
33
33
  export * as androidUtil from './utils/androidUtil';
34
34
  export { default as MapUtil } from './utils/MapUtil';
35
35
  export * as Util from './utils/util';