@readpress/wp-blog 1.0.6 → 1.0.8

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 +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ A minimal, read-only headless WordPress blog adapter for modern web apps. Useful
4
4
 
5
5
  - Fetch posts, authors, categories, and tags; includes post search
6
6
  - Supports draft/private reads for preview flows with auth
7
- - Framework-agnostic core with Next.js App Router examples
7
+ - Next.js App Router docs and examples, with a framework-agnostic core.
8
8
  - Read-only API (no write/update operations)
9
9
 
10
10
  ## Requirements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readpress/wp-blog",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "A minimal, read-only headless WordPress blog adapter for modern web apps",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",