antigravity-seo-kit 2.5.1 → 2.6.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.
- package/lib/utils.js +2 -2
- package/package.json +1 -1
package/lib/utils.js
CHANGED
|
@@ -290,7 +290,7 @@ function isValidKeyFormat(key) {
|
|
|
290
290
|
const BANNER = `
|
|
291
291
|
${colorize('cyan', '╔═══════════════════════════════════════════════════════╗')}
|
|
292
292
|
${colorize('cyan', '║')} ${colorize('bold', '🔍 SEO Kit for Google Antigravity')} ${colorize('cyan', '║')}
|
|
293
|
-
${colorize('cyan', '║')} ${colorize('dim', 'v2.
|
|
293
|
+
${colorize('cyan', '║')} ${colorize('dim', 'v2.6.0 — Professional Agentic SEO Platform')} ${colorize('cyan', '║')}
|
|
294
294
|
${colorize('cyan', '╚═══════════════════════════════════════════════════════╝')}
|
|
295
295
|
`;
|
|
296
296
|
|
|
@@ -418,7 +418,7 @@ module.exports = {
|
|
|
418
418
|
writeLicenseFile,
|
|
419
419
|
removeLicenseFile,
|
|
420
420
|
LICENSE_FILE,
|
|
421
|
-
PACKAGE_VERSION: '2.
|
|
421
|
+
PACKAGE_VERSION: '2.6.0',
|
|
422
422
|
deepMergeJson,
|
|
423
423
|
smartMergeJsonFile,
|
|
424
424
|
isJsonWithApiKey,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antigravity-seo-kit",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.6.0",
|
|
4
4
|
"description": "Professional Agentic SEO Platform for Google Antigravity 2 AI Agent — 44 specialized skills covering technical audit, E-E-A-T, schema, GEO, local SEO & more",
|
|
5
5
|
"main": "lib/installer.js",
|
|
6
6
|
"bin": {
|