@cerema/cadriciel 1.3.8 β†’ 1.3.9

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.
@@ -153,7 +153,7 @@ module.exports = (args) => {
153
153
  "arrΓͺte l'environnement."
154
154
  )}
155
155
 
156
- πŸ‘‰ https://dev.siipro.fr πŸ‘ˆ
156
+ πŸ‘‰ https://api.k8-dev.cerema.fr πŸ‘ˆ
157
157
 
158
158
  ──────────────────────────────────────────────────────────────\n`
159
159
  );
package/cli.js CHANGED
@@ -11,7 +11,7 @@ const userHomeDir = os.homedir();
11
11
  const CADRICIEL_PATH = findCadricielDir(process.cwd());
12
12
  const CADRICIEL_COMMAND =
13
13
  process.argv[1].split('/')[process.argv[1].split('/').length - 1];
14
- global.CADRICIEL_URI = 'https://dev.siipro.fr/api';
14
+ global.CADRICIEL_URI = 'https://api.k8-dev.cerema.fr/api';
15
15
 
16
16
  var CADRICIEL_GLOBAL_COMMANDS = {};
17
17
  var CADRICIEL_COMMANDS = {};
package/lib/cadriciel.js CHANGED
@@ -3,7 +3,7 @@ const chalk = require('chalk-v2');
3
3
  const fs = require('fs');
4
4
  const os = require('os');
5
5
  const HomeDir = os.homedir() + '/.cadriciel';
6
- const baseURL = 'https://dev.siipro.fr/api';
6
+ const baseURL = 'https://api.k8-dev.cerema.fr/api';
7
7
  //const baseURL = 'http://127.0.0.1:3000/api';
8
8
 
9
9
  class CadricielAPI {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cerema/cadriciel",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "npm": ">=8.0.0",