@infonomic/payload-alternative-lexical-editor 1.1.4 → 1.1.5

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
@@ -1,6 +1,6 @@
1
1
  # Payload CMS 3.0 Alternative Lexical Rich Text Editor
2
2
 
3
- An alternative adapter-based Lexical Rich Text adapter for Payload CMS.
3
+ An alternative adapter-based Lexical Rich Text editor for Payload CMS.
4
4
 
5
5
  > [!IMPORTANT]
6
6
  > Unless you have very specific needs, or a lot of experience with Lexical and custom Payload fields, you should almost certainly be using the official [Payload Lexical Rich Text editor](https://payloadcms.com/docs/lexical/overview).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infonomic/payload-alternative-lexical-editor",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",