@payloadcms/plugin-redirects 3.84.0-internal.d5d6e43 → 3.84.1
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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -159,6 +159,6 @@ export async function middleware(request: NextRequest) {
|
|
|
159
159
|
|
|
160
160
|
## Links
|
|
161
161
|
|
|
162
|
-
- [Source code](https://github.com/payloadcms/payload/tree/
|
|
162
|
+
- [Source code](https://github.com/payloadcms/payload/tree/3.x/packages/plugin-redirects)
|
|
163
163
|
- [Documentation](https://payloadcms.com/docs/plugins/redirects)
|
|
164
164
|
- [Issue tracker](https://github.com/payloadcms/payload/issues)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@payloadcms/plugin-redirects",
|
|
3
|
-
"version": "3.84.
|
|
3
|
+
"version": "3.84.1",
|
|
4
4
|
"description": "Redirects plugin for Payload",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"payload",
|
|
@@ -47,14 +47,14 @@
|
|
|
47
47
|
"types.d.ts"
|
|
48
48
|
],
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"
|
|
51
|
-
"
|
|
50
|
+
"payload": "3.84.1",
|
|
51
|
+
"@payloadcms/translations": "3.84.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@payloadcms/eslint-config": "3.28.0"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"payload": "3.84.
|
|
57
|
+
"payload": "3.84.1"
|
|
58
58
|
},
|
|
59
59
|
"homepage:": "https://payloadcms.com",
|
|
60
60
|
"scripts": {
|