@payloadcms/plugin-nested-docs 3.84.1 → 4.0.0-internal.5b1e7cd

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 +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  A plugin for [Payload](https://github.com/payloadcms/payload) to easily nest the documents of your application inside of one another.
4
4
 
5
- - [Source code](https://github.com/payloadcms/payload/tree/3.x/packages/plugin-nested-docs)
5
+ - [Source code](https://github.com/payloadcms/payload/tree/main/packages/plugin-nested-docs)
6
6
  - [Documentation](https://payloadcms.com/docs/plugins/nested-docs)
7
- - [Documentation source](https://github.com/payloadcms/payload/tree/3.x/docs/plugins/nested-docs.mdx)
7
+ - [Documentation source](https://github.com/payloadcms/payload/tree/main/docs/plugins/nested-docs.mdx)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payloadcms/plugin-nested-docs",
3
- "version": "3.84.1",
3
+ "version": "4.0.0-internal.5b1e7cd",
4
4
  "description": "The official Nested Docs plugin for Payload",
5
5
  "homepage": "https://payloadcms.com",
6
6
  "repository": {
@@ -37,11 +37,11 @@
37
37
  "dist"
38
38
  ],
39
39
  "devDependencies": {
40
- "@payloadcms/eslint-config": "3.28.0",
41
- "payload": "3.84.1"
40
+ "payload": "4.0.0-internal.5b1e7cd",
41
+ "@payloadcms/eslint-config": "3.28.0"
42
42
  },
43
43
  "peerDependencies": {
44
- "payload": "3.84.1"
44
+ "payload": "4.0.0-internal.5b1e7cd"
45
45
  },
46
46
  "publishConfig": {
47
47
  "registry": "https://registry.npmjs.org/"