@fto-consult/expo-ui 7.4.24 → 7.4.25

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/bin/index.js +2 -3
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -143,12 +143,11 @@ program.command('electron')
143
143
  writeFile(packagePath,JSON.stringify({...packageObj,homepage:"./"},null,"\t"));
144
144
  } catch{}
145
145
  cmd = "npx expo export:web";
146
- return exec({cmd,projectRoot}).then((e)=>{
146
+ return exec({cmd,projectRoot}).then(next).catch(reject).finally(()=>{
147
147
  try {
148
148
  writeFile(packagePath,JSON.stringify({...packageObj,homepage},null,"\t"));
149
149
  } catch{}
150
- next(e);
151
- }).catch(reject);
150
+ });
152
151
  }
153
152
  next();
154
153
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "7.4.24",
3
+ "version": "7.4.25",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "main",
6
6
  "scripts": {