@cms-lab/strapi 1.2.2 → 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
|
@@ -51,6 +51,9 @@ cms-lab init --cms strapi --router pages
|
|
|
51
51
|
The generated config includes collection routes, single types, and
|
|
52
52
|
`strapiRelationSlug` for relation-based URL segments.
|
|
53
53
|
|
|
54
|
+
See the public [adapter maturity matrix](https://cmslab.afaqrashid.com/docs/tested-with)
|
|
55
|
+
for current test coverage and known limits.
|
|
56
|
+
|
|
54
57
|
## Release History
|
|
55
58
|
|
|
56
59
|
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/strapi",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Strapi 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": {
|