@power-seo/content-analysis 1.0.2 → 1.0.4

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -242,7 +242,7 @@ function analyzeContent(
242
242
  | `ContentAnalysisInput` | Input shape for `analyzeContent()` |
243
243
  | `ContentAnalysisOutput` | Output shape from `analyzeContent()` |
244
244
 
245
- ## The @power-seo Ecosystem
245
+ ## The [@power-seo](https://www.npmjs.com/org/power-seo) Ecosystem
246
246
 
247
247
  All 17 packages are independently installable — use only what you need.
248
248
 
@@ -268,9 +268,9 @@ All 17 packages are independently installable — use only what you need.
268
268
 
269
269
  ---
270
270
 
271
- ## About CyberCraft Bangladesh
271
+ ## About [CyberCraft Bangladesh](https://ccbd.dev)
272
272
 
273
- **CyberCraft Bangladesh** is a Bangladesh-based enterprise-grade software engineering company specializing in ERP system development, AI-powered SaaS and business applications, full-stack SEO services, custom website development, and scalable eCommerce platforms. We design and develop intelligent, automation-driven SaaS and enterprise solutions that help startups, SMEs, NGOs, educational institutes, and large organizations streamline operations, enhance digital visibility, and accelerate growth through modern cloud-native technologies.
273
+ **[CyberCraft Bangladesh](https://ccbd.dev)** is a Bangladesh-based enterprise-grade software engineering company specializing in ERP system development, AI-powered SaaS and business applications, full-stack SEO services, custom website development, and scalable eCommerce platforms. We design and develop intelligent, automation-driven SaaS and enterprise solutions that help startups, SMEs, NGOs, educational institutes, and large organizations streamline operations, enhance digital visibility, and accelerate growth through modern cloud-native technologies.
274
274
 
275
275
  | | |
276
276
  | -------------------- | -------------------------------------------------------------- |
@@ -279,4 +279,4 @@ All 17 packages are independently installable — use only what you need.
279
279
  | **npm Organization** | [npmjs.com/org/power-seo](https://www.npmjs.com/org/power-seo) |
280
280
  | **Email** | [info@ccbd.dev](mailto:info@ccbd.dev) |
281
281
 
282
- © 2026 CyberCraft Bangladesh · Released under the [MIT License](../../LICENSE)
282
+ © 2026 [CyberCraft Bangladesh](https://ccbd.dev) · Released under the [MIT License](../../LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@power-seo/content-analysis",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Yoast-style SEO content analysis engine with scoring, checks, and React components",
5
5
  "license": "MIT",
6
6
  "type": "module",