@readpress/wp-blog 1.0.4 → 1.0.6

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 +5 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @readpress/wp-blog
2
2
 
3
- A minimal, read-only headless WordPress blog adapter for modern web apps. Useful when you already have a web app and want to ship a fast, reliable blog from a WordPress installation.
3
+ A minimal, read-only headless WordPress blog adapter for modern web apps. Useful when you already have a web app and want to ship a fast, reliable blog using WordPress as your CMS.
4
4
 
5
5
  - Fetch posts, authors, categories, and tags; includes post search
6
6
  - Supports draft/private reads for preview flows with auth
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readpress/wp-blog",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
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",
@@ -38,8 +38,10 @@
38
38
  "keywords": [
39
39
  "wordpress",
40
40
  "headless",
41
- "adapter",
42
- "rest-api"
41
+ "nextjs",
42
+ "cms",
43
+ "rest-api",
44
+ "gutenberg"
43
45
  ],
44
46
  "author": "",
45
47
  "license": "MIT",