@fto-consult/expo-ui 6.67.0 → 6.67.1

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.
@@ -51,7 +51,7 @@ const generateTableOrStructDataStr = (tableDataPath)=>{
51
51
  if(!indexContent || (!indexContent.includes("table") && !indexContent.includes("tableName"))){
52
52
  return;
53
53
  }
54
- getTableJSContent+=`\t\tif(tableName === "${tableName}"){return require("./${table}").default;}\n`;
54
+ getTableJSContent+=`\tif(tableName === "${tableName}"){return require("./${table}").default;}\n`;
55
55
  });
56
56
  //on génère le fichier getTable des tables data de l'application
57
57
  if(getTableJSContent){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "6.67.0",
3
+ "version": "6.67.1",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "main",
6
6
  "scripts": {