@ignite-agent/agent 0.5.0 → 0.5.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ignite-agent/agent",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Ignite for Next.js: App Router SDK for robots, sitemap, JSON-LD, metadata, crawl logging, hosted wiki/blog pages, and a content-inventory seed. Server-only. The front end reads JSON; MCP is for coding agents, not the browser.",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -12,7 +12,7 @@
12
12
  "node": ">=18.18.0"
13
13
  },
14
14
  "bin": {
15
- "ignite": "./dist/cli/index.js"
15
+ "ignite": "dist/cli/index.js"
16
16
  },
17
17
  "files": [
18
18
  "dist",