@cms-lab/wordpress 1.2.1 → 1.2.3
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.
- package/README.md +3 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -27,6 +27,9 @@ UID when available, and treats scheduled, draft, pending, and private content as
|
|
|
27
27
|
Use `uidField` or `urlField` when your project stores route values in custom
|
|
28
28
|
fields. Both options read dotted paths from `document.data`.
|
|
29
29
|
|
|
30
|
+
See the public [adapter maturity matrix](https://cmslab.afaqrashid.com/docs/tested-with)
|
|
31
|
+
for current test coverage and known limits.
|
|
32
|
+
|
|
30
33
|
## Release History
|
|
31
34
|
|
|
32
35
|
See the repository [changelog](https://github.com/i-afaqrashid/cms-lab/blob/main/CHANGELOG.md)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cms-lab/wordpress",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "WordPress REST document adapter for cms-lab.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@cms-lab/core": "1.2.
|
|
38
|
+
"@cms-lab/core": "1.2.3"
|
|
39
39
|
},
|
|
40
40
|
"author": "Afaq Rashid",
|
|
41
41
|
"scripts": {
|