@fto-consult/expo-ui 6.11.2 → 6.12.0

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 +3 -3
package/babel.config.js CHANGED
@@ -53,7 +53,7 @@ module.exports = function(api,opts) {
53
53
  if(!indexContent || (!indexContent.includes("table") && !indexContent.includes("tableName"))){
54
54
  return;
55
55
  }
56
- getTableJSContent+=`\t\tif(tableName === "${tableName}"){return require("./${table}").default;}\n`;
56
+ getTableJSContent+=`\tif(tableName === "${tableName}"){return require("./${table}").default;}\n`;
57
57
  });
58
58
  //on génère le fichier getTable des tables data de l'application
59
59
  if(getTableJSContent){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "6.11.2",
3
+ "version": "6.12.0",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -73,13 +73,13 @@
73
73
  "@react-navigation/native-stack": "^6.9.13",
74
74
  "@shopify/flash-list": "1.4.3",
75
75
  "apexcharts": "^3.41.0",
76
- "expo": "^49.0.5",
76
+ "expo": "^49.0.6",
77
77
  "expo-camera": "~13.4.2",
78
78
  "expo-clipboard": "~4.3.0",
79
79
  "expo-font": "~11.4.0",
80
80
  "expo-image-picker": "~14.3.2",
81
81
  "expo-linking": "~5.0.2",
82
- "expo-sqlite": "~11.3.1",
82
+ "expo-sqlite": "~11.3.2",
83
83
  "expo-status-bar": "~1.6.0",
84
84
  "expo-system-ui": "~2.4.0",
85
85
  "expo-web-browser": "~12.3.2",