@fto-consult/expo-ui 7.4.39 → 7.4.40

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/electron/index.js CHANGED
@@ -118,7 +118,7 @@ function createBrowserWindow (options){
118
118
  _win.setMenuBarVisibility(false)
119
119
  _win.setAutoHideMenuBar(true)
120
120
  }
121
- const url = isValidUrl(options.loadURL) ? options.loadURL : isValidUrl(pUrl) ? pUrl : undefined;
121
+ const url = isValidUrl(options.loadURL) ? options.loadURL : undefined;
122
122
  if(url){
123
123
  _win.loadURL(url);
124
124
  } else if(options.file && fs.existsSync(options.file)){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "7.4.39",
3
+ "version": "7.4.40",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "scripts": {
6
6
  "clear-npx-cache": "npx clear-npx-cache",