geo-ai-next 0.2.0 → 0.2.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -4
package/README.md CHANGED
@@ -313,4 +313,4 @@ import {
313
313
 
314
314
  ## License
315
315
 
316
- [GPL v2](../../LICENSE)
316
+ [MIT](../../LICENSE)
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "geo-ai-next",
3
- "version": "0.2.0",
4
- "license": "GPL-2.0",
3
+ "version": "0.2.2",
4
+ "description": "Next.js integration for GEO AI — middleware, route handler and static file generation for llms.txt / llms-full.txt",
5
+ "license": "MIT",
5
6
  "homepage": "https://www.geoai.run",
6
7
  "repository": {
7
8
  "type": "git",
@@ -43,7 +44,9 @@
43
44
  "typescript"
44
45
  ],
45
46
  "files": [
46
- "dist"
47
+ "dist",
48
+ "README.md",
49
+ "CHANGELOG.md"
47
50
  ],
48
51
  "bin": {
49
52
  "geo-ai-generate": "dist/cli.mjs"
@@ -53,7 +56,7 @@
53
56
  "typecheck": "tsc --noEmit"
54
57
  },
55
58
  "dependencies": {
56
- "geo-ai-core": "^0.2.0"
59
+ "geo-ai-core": "^0.2.2"
57
60
  },
58
61
  "engines": {
59
62
  "node": ">=20"