antigravity-seo-kit 1.1.8 → 1.1.9

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/lib/utils.js +2 -2
  2. package/package.json +1 -1
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.1.8 — Professional SEO Analysis Toolkit')} ${colorize('cyan', '║')}
173
+ ${colorize('cyan', '║')} ${colorize('dim', 'v1.1.9 — 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.1.8',
289
+ PACKAGE_VERSION: '1.1.9',
290
290
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antigravity-seo-kit",
3
- "version": "1.1.8",
3
+ "version": "1.1.9",
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": {