@power-seo/search-console 1.0.10 → 1.0.11

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 +24 -9
package/README.md CHANGED
@@ -388,7 +388,7 @@ All 17 packages are independently installable — use only what you need.
388
388
 
389
389
  ## Keywords
390
390
 
391
- seo · google-search-console · gsc · search-analytics · url-inspection · sitemap · oauth2 · service-account · typescript · nextjs · analytics · keyword-tracking · click-through-rate · impressions · ctr · position · auto-pagination · seo-automation · ci-cd · ranking-data
391
+ seo · google search console · gsc · search analytics · url inspection · sitemap submission · oauth2 · service account · keyword tracking · click through rate · impressions · position tracking · auto pagination · seo automation · ci cd · ranking data · search performance · nextjs · typescript · api
392
392
 
393
393
  ---
394
394
 
package/package.json CHANGED
@@ -1,7 +1,29 @@
1
1
  {
2
2
  "name": "@power-seo/search-console",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Google Search Console API client with OAuth2/service account auth, rate limiting, and retry",
5
+ "keywords": [
6
+ "seo",
7
+ "google-search-console",
8
+ "gsc",
9
+ "search-analytics",
10
+ "url-inspection",
11
+ "sitemap-submission",
12
+ "oauth2",
13
+ "service-account",
14
+ "keyword-tracking",
15
+ "click-through-rate",
16
+ "impressions",
17
+ "position-tracking",
18
+ "auto-pagination",
19
+ "seo-automation",
20
+ "ci-cd",
21
+ "ranking-data",
22
+ "search-performance",
23
+ "nextjs",
24
+ "typescript",
25
+ "api"
26
+ ],
5
27
  "license": "MIT",
6
28
  "type": "module",
7
29
  "exports": {
@@ -18,7 +40,7 @@
18
40
  "dist"
19
41
  ],
20
42
  "dependencies": {
21
- "@power-seo/core": "1.0.10"
43
+ "@power-seo/core": "1.0.11"
22
44
  },
23
45
  "devDependencies": {
24
46
  "rimraf": "^6.1.3",
@@ -26,13 +48,6 @@
26
48
  "typescript": "^5.7.0",
27
49
  "vitest": "^2.1.0"
28
50
  },
29
- "keywords": [
30
- "seo",
31
- "google-search-console",
32
- "gsc",
33
- "api",
34
- "typescript"
35
- ],
36
51
  "sideEffects": false,
37
52
  "author": "CyberCraft Bangladesh <info@ccbd.dev>",
38
53
  "repository": {