@power-seo/tracking 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 +23 -14
package/README.md CHANGED
@@ -390,7 +390,7 @@ All 17 packages are independently installable — use only what you need.
390
390
 
391
391
  ## Keywords
392
392
 
393
- analytics · ga4 · google-analytics · microsoft-clarity · posthog · plausible · fathom · gdpr · consent-management · cookie-consent · typescript · react · nextjs · privacy · script-loader · analytics-api · tracking · seo-analytics · consent-banner · gdpr-compliance
393
+ seo · analytics · ga4 · google analytics · clarity · microsoft clarity · posthog · plausible · fathom · tracking · gdpr · consent management · cookie consent · consent · react · nextjs · privacy · script loader · gdpr compliance · typescript
394
394
 
395
395
  ---
396
396
 
package/package.json CHANGED
@@ -1,7 +1,29 @@
1
1
  {
2
2
  "name": "@power-seo/tracking",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Analytics platform integration with script builders, consent management, and React components",
5
+ "keywords": [
6
+ "seo",
7
+ "analytics",
8
+ "ga4",
9
+ "google-analytics",
10
+ "clarity",
11
+ "microsoft-clarity",
12
+ "posthog",
13
+ "plausible",
14
+ "fathom",
15
+ "tracking",
16
+ "gdpr",
17
+ "consent-management",
18
+ "cookie-consent",
19
+ "consent",
20
+ "react",
21
+ "nextjs",
22
+ "privacy",
23
+ "script-loader",
24
+ "gdpr-compliance",
25
+ "typescript"
26
+ ],
5
27
  "license": "MIT",
6
28
  "type": "module",
7
29
  "exports": {
@@ -41,19 +63,6 @@
41
63
  "typescript": "^5.7.0",
42
64
  "vitest": "^2.1.0"
43
65
  },
44
- "keywords": [
45
- "seo",
46
- "analytics",
47
- "ga4",
48
- "clarity",
49
- "posthog",
50
- "plausible",
51
- "fathom",
52
- "tracking",
53
- "consent",
54
- "react",
55
- "typescript"
56
- ],
57
66
  "sideEffects": false,
58
67
  "author": "CyberCraft Bangladesh <info@ccbd.dev>",
59
68
  "repository": {