@fto-consult/expo-ui 7.4.53 → 7.4.54

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.
@@ -390,12 +390,12 @@ const ELECTRON = {
390
390
  showOnLoad : true,
391
391
  devTools : true,
392
392
  fileName
393
- }
393
+ };
394
394
  ["width","height"].map((v)=>{
395
395
  if(v in options){
396
396
  opts[v] = options;
397
397
  }
398
- })
398
+ });
399
399
  console.log("will print url ",opts);
400
400
  return this.createPDFWindow(options)
401
401
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "7.4.53",
3
+ "version": "7.4.54",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "scripts": {
6
6
  "clear-npx-cache": "npx clear-npx-cache",