@power-seo/content-analysis 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 -24
package/README.md CHANGED
@@ -381,7 +381,7 @@ All 17 packages are independently installable — use only what you need.
381
381
 
382
382
  ## Keywords
383
383
 
384
- seo content analysis · yoast seo alternative · content scoring typescript · keyword density checker · react seo scoring · nextjs content analysis · seo score npm · focus keyphrase checker · meta description validator · heading seo checker · content quality gate · headless cms seo · seo readability checker · content optimization library · programmatic seo · keyphrase density analyzer · seo audit npm package · typescript seo library · content seo automation · react editor seo · ci seo check · edge runtime seo
384
+ seo content analysis · yoast seo alternative · keyword density checker · focus keyphrase · react seo · nextjs seo · meta description validator · heading seo checker · content quality gate · headless cms seo · programmatic seo · keyphrase density · seo audit · typescript seo · content seo automation · react editor seo · ci seo · edge runtime seo · seo scoring · content analysis
385
385
 
386
386
  ---
387
387
 
package/package.json CHANGED
@@ -1,7 +1,29 @@
1
1
  {
2
2
  "name": "@power-seo/content-analysis",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "Yoast-style SEO content analysis engine with scoring, checks, and React components",
5
+ "keywords": [
6
+ "seo-content-analysis",
7
+ "yoast-seo-alternative",
8
+ "keyword-density-checker",
9
+ "focus-keyphrase",
10
+ "react-seo",
11
+ "nextjs-seo",
12
+ "meta-description-validator",
13
+ "heading-seo-checker",
14
+ "content-quality-gate",
15
+ "headless-cms-seo",
16
+ "programmatic-seo",
17
+ "keyphrase-density",
18
+ "seo-audit",
19
+ "typescript-seo",
20
+ "content-seo-automation",
21
+ "react-editor-seo",
22
+ "ci-seo",
23
+ "edge-runtime-seo",
24
+ "seo-scoring",
25
+ "content-analysis"
26
+ ],
5
27
  "license": "MIT",
6
28
  "type": "module",
7
29
  "exports": {
@@ -23,7 +45,7 @@
23
45
  "dist"
24
46
  ],
25
47
  "dependencies": {
26
- "@power-seo/core": "1.0.10"
48
+ "@power-seo/core": "1.0.11"
27
49
  },
28
50
  "peerDependencies": {
29
51
  "react": "^18.0.0 || ^19.0.0"
@@ -44,28 +66,6 @@
44
66
  "typescript": "^5.7.0",
45
67
  "vitest": "^2.1.0"
46
68
  },
47
- "keywords": [
48
- "seo-content-analysis",
49
- "yoast-seo-alternative",
50
- "keyword-density-checker",
51
- "focus-keyphrase",
52
- "react-seo",
53
- "nextjs-seo",
54
- "meta-description-validator",
55
- "heading-seo-checker",
56
- "content-quality-gate",
57
- "headless-cms-seo",
58
- "programmatic-seo",
59
- "keyphrase-density",
60
- "seo-audit",
61
- "typescript-seo",
62
- "content-seo-automation",
63
- "react-editor-seo",
64
- "ci-seo",
65
- "edge-runtime-seo",
66
- "seo-scoring",
67
- "content-analysis"
68
- ],
69
69
  "sideEffects": false,
70
70
  "author": "CyberCraft Bangladesh <info@ccbd.dev>",
71
71
  "repository": {