antigravity-seo-kit 1.2.5 → 1.2.6
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 +4 -4
package/lib/utils.js
CHANGED
|
@@ -170,7 +170,7 @@ function isValidKeyFormat(key) {
|
|
|
170
170
|
const BANNER = `
|
|
171
171
|
${colorize('cyan', '╔═══════════════════════════════════════════════════════╗')}
|
|
172
172
|
${colorize('cyan', '║')} ${colorize('bold', '🔍 SEO Kit for Google Antigravity')} ${colorize('cyan', '║')}
|
|
173
|
-
${colorize('cyan', '║')} ${colorize('dim', 'v1.2.
|
|
173
|
+
${colorize('cyan', '║')} ${colorize('dim', 'v1.2.6 — Professional SEO Analysis Toolkit')} ${colorize('cyan', '║')}
|
|
174
174
|
${colorize('cyan', '╚═══════════════════════════════════════════════════════╝')}
|
|
175
175
|
`;
|
|
176
176
|
|
|
@@ -286,5 +286,5 @@ module.exports = {
|
|
|
286
286
|
writeLicenseFile,
|
|
287
287
|
removeLicenseFile,
|
|
288
288
|
LICENSE_FILE,
|
|
289
|
-
PACKAGE_VERSION: '1.2.
|
|
289
|
+
PACKAGE_VERSION: '1.2.6',
|
|
290
290
|
};
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antigravity-seo-kit",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.6",
|
|
4
4
|
"description": "Professional SEO Analysis Toolkit for Google Antigravity 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": {
|
|
7
|
-
"
|
|
7
|
+
"antigravity-seo-kit": "bin/cli.js"
|
|
8
8
|
},
|
|
9
9
|
"files": [
|
|
10
10
|
"bin/",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"technical-seo",
|
|
27
27
|
"eeat"
|
|
28
28
|
],
|
|
29
|
-
"author": "
|
|
29
|
+
"author": "Antigravity SEO Kit",
|
|
30
30
|
"license": "SEE LICENSE IN LICENSE",
|
|
31
|
-
"homepage": "https://
|
|
31
|
+
"homepage": "https://antigravityseokit.solann.io/",
|
|
32
32
|
"engines": {
|
|
33
33
|
"node": ">=18"
|
|
34
34
|
}
|