@fto-consult/expo-ui 7.5.27 → 7.5.28

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
@@ -15,6 +15,7 @@ const path = require("path");
15
15
  const fs = require("fs");
16
16
  const isValidUrl = require("./utils/isValidUrl");
17
17
 
18
+ throw "Before begin "+mainProjectRoot;
18
19
  const distPath = path.join("dist",'index.html');
19
20
  const processCWD = process.cwd();
20
21
  const electronProjectRoot = mainProjectRoot && typeof mainProjectRoot =='string' && fs.existsSync(mainProjectRoot) && fs.existsSync(path.resolve(mainProjectRoot,distPath)) && mainProjectRoot || null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "7.5.27",
3
+ "version": "7.5.28",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "scripts": {
6
6
  "clear-npx-cache": "npx clear-npx-cache",