@payloadcms/richtext-slate
Advanced tools
Comparing version 3.0.0-beta.56 to 3.0.0-beta.57
@@ -1,2 +0,2 @@ | ||
import type { Collection, Field, PayloadRequestWithData, RichTextField } from 'payload'; | ||
import type { Collection, Field, PayloadRequest, RichTextField } from 'payload'; | ||
import type { AdapterArguments } from '../types.js'; | ||
@@ -11,3 +11,3 @@ type Arguments = { | ||
overrideAccess?: boolean; | ||
req: PayloadRequestWithData; | ||
req: PayloadRequest; | ||
showHiddenFields: boolean; | ||
@@ -14,0 +14,0 @@ }; |
@@ -1,2 +0,2 @@ | ||
import type { Field, PayloadRequestWithData } from 'payload'; | ||
import type { Field, PayloadRequest } from 'payload'; | ||
type NestedRichTextFieldsArgs = { | ||
@@ -10,3 +10,3 @@ currentDepth?: number; | ||
populationPromises: Promise<void>[]; | ||
req: PayloadRequestWithData; | ||
req: PayloadRequest; | ||
showHiddenFields: boolean; | ||
@@ -13,0 +13,0 @@ }; |
@@ -1,2 +0,2 @@ | ||
import type { PayloadRequestWithData, RichTextAdapter, RichTextField } from 'payload'; | ||
import type { PayloadRequest, RichTextAdapter, RichTextField } from 'payload'; | ||
import type { AdapterArguments } from '../types.js'; | ||
@@ -12,3 +12,3 @@ export type Args = Parameters<RichTextAdapter<any[], AdapterArguments>['graphQLPopulationPromises']>[0]; | ||
populationPromises: Promise<void>[]; | ||
req: PayloadRequestWithData; | ||
req: PayloadRequest; | ||
showHiddenFields: boolean; | ||
@@ -15,0 +15,0 @@ }; |
{ | ||
"name": "@payloadcms/richtext-slate", | ||
"version": "3.0.0-beta.56", | ||
"version": "3.0.0-beta.57", | ||
"description": "The officially supported Slate richtext adapter for Payload", | ||
@@ -39,10 +39,10 @@ "homepage": "https://payloadcms.com", | ||
"@payloadcms/eslint-config": "1.1.1", | ||
"payload": "3.0.0-beta.56", | ||
"@payloadcms/ui": "3.0.0-beta.56" | ||
"@payloadcms/ui": "3.0.0-beta.57", | ||
"payload": "3.0.0-beta.57" | ||
}, | ||
"peerDependencies": { | ||
"react": "^19.0.0 || ^19.0.0-rc-f994737d14-20240522", | ||
"@payloadcms/translations": "3.0.0-beta.56", | ||
"@payloadcms/ui": "3.0.0-beta.56", | ||
"payload": "3.0.0-beta.56" | ||
"@payloadcms/ui": "3.0.0-beta.57", | ||
"payload": "3.0.0-beta.57", | ||
"@payloadcms/translations": "3.0.0-beta.57" | ||
}, | ||
@@ -49,0 +49,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
533987