@fto-consult/expo-ui 8.45.0 → 8.46.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.
@@ -4,7 +4,7 @@ import { registerRootComponent } from 'expo';
4
4
  import ExpoUIProvider from "$expo-ui";
5
5
  import screens from "$screens";
6
6
  import drawerItems from "$navigation/drawerItems";
7
- import Logo from "$ecomponents/Logo";
7
+ import Logo from "$components/Logo";
8
8
  import drawerSections from "$navigation/drawerSections";
9
9
  import TableDataListScreen from "$screens/TableData/TableDataListScreen";
10
10
  import TableDataScreen from "$screens/TableData/TableDataScreen";
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "8.45.0",
3
+ "version": "8.46.0",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
- "react-native-paper-doc" : "https://github.com/callstack/react-native-paper/tree/main/docs/docs/guides",
5
+ "react-native-paper-doc": "https://github.com/callstack/react-native-paper/tree/main/docs/docs/guides",
6
6
  "scripts": {
7
7
  "clear-npx-cache": "npx clear-npx-cache",
8
8
  "publish1": "npm publish --access=public",
@@ -94,6 +94,7 @@
94
94
  "sharp-cli": "^2.1.0",
95
95
  "stream-browserify": "^3.0.0",
96
96
  "tippy.js": "^6.3.7",
97
+ "vm": "^0.1.0",
97
98
  "xlsx": "^0.18.5"
98
99
  },
99
100
  "devDependencies": {
@@ -187,5 +187,10 @@ module.exports = {
187
187
  "version": "13.6.4",
188
188
  "url": "https://github.com/react-native-webview/react-native-webview#readme",
189
189
  "license": "MIT"
190
+ },
191
+ "vm": {
192
+ "version": "0.1.0",
193
+ "url": "https://github.com/DiegoRBaquero/node-vm#readme",
194
+ "license": "MIT"
190
195
  }
191
196
  };