@fto-consult/expo-ui 7.4.54 → 7.4.55

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.
@@ -396,8 +396,7 @@ const ELECTRON = {
396
396
  opts[v] = options;
397
397
  }
398
398
  });
399
- console.log("will print url ",opts);
400
- return this.createPDFWindow(options)
399
+ return this.createPDFWindow(opts)
401
400
  }
402
401
  })
403
402
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "7.4.54",
3
+ "version": "7.4.55",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "scripts": {
6
6
  "clear-npx-cache": "npx clear-npx-cache",