@fto-consult/expo-ui 6.15.3 → 6.15.4

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/babel.config.js +1 -1
  2. package/package.json +1 -1
package/babel.config.js CHANGED
@@ -117,7 +117,7 @@ const generateTableOrStructDataStr = (tableDataPath)=>{
117
117
  if(!indexContent || (!indexContent.includes("table") && !indexContent.includes("tableName"))){
118
118
  return;
119
119
  }
120
- getTableJSContent+=`\t\t\tif(tableName === "${tableName}"){return require("./${table}").default;}\n`;
120
+ getTableJSContent+=`\t\tif(tableName === "${tableName}"){return require("./${table}").default;}\n`;
121
121
  });
122
122
  //on génère le fichier getTable des tables data de l'application
123
123
  if(getTableJSContent){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "6.15.3",
3
+ "version": "6.15.4",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {