@cerema/cadriciel 1.4.35 → 1.4.36

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/lib/cadriciel.js +2 -1
  2. package/package.json +1 -1
package/lib/cadriciel.js CHANGED
@@ -13,13 +13,14 @@ class CadricielAPI {
13
13
  token = fs.readFileSync(HomeDir + '/account', 'utf-8');
14
14
  token = token.replace(/\n/g, '');
15
15
  } catch (e) {
16
+ /*console.log(e);
16
17
  console.log(
17
18
  chalk.bold(' [AUTH] ') +
18
19
  chalk.red(
19
20
  ' Vous devez être authentifié pour utiliser cette fonctionnalité.'
20
21
  )
21
22
  );
22
- return process.exit(1);
23
+ return process.exit(1);*/
23
24
  }
24
25
  }
25
26
  this.client = axios.create({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cerema/cadriciel",
3
- "version": "1.4.35",
3
+ "version": "1.4.36",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "npm": ">=8.0.0",