@better-seo/crawl 0.0.1 → 0.0.2

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-seo/crawl",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "npm @better-seo/crawl — crawl/index helpers aligned with @better-seo/core: robots.txt and sitemap XML builders (pure strings, no network). Optional syndication depth in later roadmap waves.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -19,7 +19,7 @@
19
19
  "dist"
20
20
  ],
21
21
  "dependencies": {
22
- "@better-seo/core": "0.0.1"
22
+ "@better-seo/core": "0.0.2"
23
23
  },
24
24
  "scripts": {
25
25
  "build": "node ../../scripts/run-tsup.mjs",