@cerema/cadriciel 1.4.5 → 1.4.6

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 +4 -0
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -243,6 +243,10 @@ checkVersion()
243
243
  loadGlobalCommands();
244
244
  processCommands(process.argv.splice(2));
245
245
  if (process.argv.length <= 2) return displayBanner();
246
+ } else {
247
+ loadGlobalCommands();
248
+ processCommands(process.argv.splice(2));
249
+ if (process.argv.length <= 2) return displayBanner();
246
250
  }
247
251
  })
248
252
  .catch((error) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cerema/cadriciel",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "npm": ">=8.0.0",