@readpress/wp-blog 1.0.0 → 1.0.2

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 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @readpress/wp-blog
2
2
 
3
- A minimal, read-only WordPress blog adapter for modern web apps.
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.
4
4
 
5
5
  - Fetch and search posts, plus authors, categories, and tags
6
6
  - Supports drafts/private posts with auth
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@readpress/wp-blog",
3
- "version": "1.0.0",
4
- "description": "Lightweight headless WordPress blog adapter for modern web apps",
3
+ "version": "1.0.2",
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",
7
7
  "types": "./dist/index.d.ts",
@@ -29,11 +29,11 @@
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",
32
- "url": "https://github.com/readpress/wp-blog.git"
32
+ "url": "https://github.com/virgiliud/readpress-wp-blog.git"
33
33
  },
34
- "homepage": "https://github.com/readpress/wp-blog#readme",
34
+ "homepage": "https://github.com/virgiliud/readpress-wp-blog#readme",
35
35
  "bugs": {
36
- "url": "https://github.com/readpress/wp-blog/issues"
36
+ "url": "https://github.com/virgiliud/readpress-wp-blog/issues"
37
37
  },
38
38
  "keywords": [
39
39
  "wordpress",