@wlydfe/flutter-bridge 0.0.3 → 0.0.4

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.
@@ -6,4 +6,4 @@ import { navigateTo } from "./navigateTo";
6
6
  import { wxShare } from "./wxShare";
7
7
  import { navigateBack } from "./navigateBack";
8
8
  import { setNavigationBarTitle } from "./setNavigationBarTitle";
9
- export { chooseImage, getLocation, previewImage, login, navigateTo, wxShare, navigateBack, setNavigationBarTitle };
9
+ export { chooseImage, getLocation, previewImage, login, navigateTo as FlutterNavigateTo, wxShare, navigateBack as FlutterNavigateBack, setNavigationBarTitle };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wlydfe/flutter-bridge",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "flutter uniapp bridge",
5
5
  "main": "lib/index.umd.js",
6
6
  "module": "lib/index.js",
@@ -20,7 +20,7 @@ export default {
20
20
  contentBase: "./", // 入口 html 文件位置
21
21
  historyApiFallback: true, // 设置为 true 返回 index.html 而不是 404
22
22
  host: "0.0.0.0", //
23
- port: 8000 // 端口号
23
+ port: 9000 // 端口号
24
24
  }),
25
25
  ]
26
26
  }