@cerema/cadriciel 1.3.9 → 1.3.91

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/cli.js +1 -1
  2. package/package.json +1 -1
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://api.k8-dev.cerema.fr/api';
14
+ global.CADRICIEL_URI = 'https://cadriciel.k8-dev.cerema.fr/api';
15
15
 
16
16
  var CADRICIEL_GLOBAL_COMMANDS = {};
17
17
  var CADRICIEL_COMMANDS = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cerema/cadriciel",
3
- "version": "1.3.9",
3
+ "version": "1.3.91",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "npm": ">=8.0.0",