indxel-cli 0.4.0 → 0.4.1

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.
package/dist/bin.js CHANGED
@@ -3467,7 +3467,7 @@ async function syncIndexNowKey(cwd, apiUrl, apiKey, projectId) {
3467
3467
  }
3468
3468
 
3469
3469
  // src/index.ts
3470
- var cliVersion = true ? "0.4.0" : "0.3.1";
3470
+ var cliVersion = true ? "0.4.1" : "0.3.1";
3471
3471
  function createProgram() {
3472
3472
  const program2 = new Command8();
3473
3473
  program2.name("indxel").description("Infrastructure SEO developer-first. ESLint pour le SEO.").version(cliVersion);
package/dist/index.js CHANGED
@@ -3465,7 +3465,7 @@ async function syncIndexNowKey(cwd, apiUrl, apiKey, projectId) {
3465
3465
  }
3466
3466
 
3467
3467
  // src/index.ts
3468
- var cliVersion = true ? "0.4.0" : "0.3.1";
3468
+ var cliVersion = true ? "0.4.1" : "0.3.1";
3469
3469
  function createProgram() {
3470
3470
  const program = new Command8();
3471
3471
  program.name("indxel").description("Infrastructure SEO developer-first. ESLint pour le SEO.").version(cliVersion);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "indxel-cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "CLI for SEO validation. Supports Next.js, Nuxt, Remix, Astro, SvelteKit. Init, check, crawl, CI/CD mode.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -61,7 +61,7 @@
61
61
  "chalk": "^5.4.0",
62
62
  "commander": "^13.0.0",
63
63
  "glob": "^11.0.0",
64
- "indxel": "^0.2.0",
64
+ "indxel": "^0.2.2",
65
65
  "ora": "^8.0.0"
66
66
  },
67
67
  "devDependencies": {