astro-indexnow 2.1.1 → 2.2.0

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/README.MD +1 -1
  2. package/package.json +3 -3
package/README.MD CHANGED
@@ -6,7 +6,7 @@ to **IndexNow** after each build.
6
6
  This package is designed for **modern CI/CD pipelines**, **Docker-based deployments**, and
7
7
  **large static sites**, while remaining fully deterministic and explicit.
8
8
 
9
- > **Version:** v2.1.1
9
+ > **Version:** v2.2.0
10
10
  > **Stateful by design. Changed-only submissions. Batch-safe. CI-aware.**
11
11
 
12
12
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "astro-indexnow",
3
- "version": "2.1.1",
3
+ "version": "2.2.0",
4
4
  "description": "Astro integration to submit pages to IndexNow automatically after build",
5
5
  "type": "module",
6
6
  "exports": {
@@ -23,7 +23,7 @@
23
23
  "yandex"
24
24
  ],
25
25
  "peerDependencies": {
26
- "astro": "^4.0.0 || ^5.0.0 || ^6.0.0"
26
+ "astro": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@types/node": "^25.0.3",
@@ -39,6 +39,6 @@
39
39
  },
40
40
  "license": "MIT",
41
41
  "engines": {
42
- "node": ">=18"
42
+ "node": ">=22.12.0"
43
43
  }
44
44
  }