@fto-consult/expo-ui 7.5.26 → 7.5.27

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
@@ -22,6 +22,8 @@ const projectRoot = electronProjectRoot || fs.existsSync(path.resolve(processCW
22
22
  const packageJSONPath = fs.existsSync(processCWD,"package.json")? path.resolve(processCWD,"package.json") : path.resolve(projectRoot,"package.json");
23
23
  const packageJSON = fs.existsSync(packageJSONPath) ? require(`${packageJSONPath}`) : {};
24
24
 
25
+ throw `electron project root is ${electronProjectRoot} and project root is ${projectRoot}`;
26
+
25
27
  const ObjectSize = (object)=>{
26
28
  if(!object || typeof object !=='object' || Array.isArray(object)) return false;
27
29
  for(let i in object){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "7.5.26",
3
+ "version": "7.5.27",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "scripts": {
6
6
  "clear-npx-cache": "npx clear-npx-cache",