antigravity-seo-kit 1.2.1 → 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/api.js +1 -1
- package/lib/utils.js +2 -2
- package/package.json +6 -5
package/lib/api.js
CHANGED
|
@@ -16,7 +16,7 @@ function getApiUrl() {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
function getUserAgent() {
|
|
19
|
-
return `
|
|
19
|
+
return `universal-seo-kit/${PACKAGE_VERSION} node/${process.version} ${process.platform}`;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
// ─── HTTP Client ────────────────────────────────────────────────────────────
|
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,6 +1,6 @@
|
|
|
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": {
|
|
@@ -12,11 +12,12 @@
|
|
|
12
12
|
],
|
|
13
13
|
"keywords": [
|
|
14
14
|
"seo",
|
|
15
|
-
"
|
|
16
|
-
"antigravity-kit",
|
|
17
|
-
"antigravity-seo-kit",
|
|
18
|
-
"google-antigravity",
|
|
15
|
+
"universal-seo-kit",
|
|
19
16
|
"ai-agent",
|
|
17
|
+
"claude-code",
|
|
18
|
+
"cursor",
|
|
19
|
+
"gemini-cli",
|
|
20
|
+
"antigravity",
|
|
20
21
|
"seo-geo",
|
|
21
22
|
"seo-audit",
|
|
22
23
|
"seo-toolkit",
|