@fto-consult/expo-ui 6.65.0 → 6.65.2

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/expo-ui-path.js +1 -1
  2. package/package.json +1 -1
package/expo-ui-path.js CHANGED
@@ -18,7 +18,7 @@ module.exports = function (){
18
18
  return path.resolve(__dirname,suffix).replace(sep,(sep+sep));///pour la résolution du module expo-ui en mode test
19
19
  }
20
20
  const isDevEnv = process?.env?.WEBPACK_SERVE && 'development' === process.env.NODE_ENV;
21
- const packageJSON = require(process.cwd(),"package.json");
21
+ const packageJSON = path.resolve(process.cwd(),"package.json");
22
22
  const expoUIPath = path.resolve(process.cwd(),"node_modules","@fto-consult","expo-ui");
23
23
  if(isDevEnv && fs.existsSync(packageJSON)){
24
24
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "6.65.0",
3
+ "version": "6.65.2",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "main",
6
6
  "scripts": {