@payloadcms/translations
Advanced tools
Comparing version 3.0.0-beta.127 to 3.0.0-beta.128
@@ -78,10 +78,10 @@ import type { Locale } from 'date-fns'; | ||
export type InitI18n = ((args: { | ||
config: I18nOptions; | ||
context: 'api'; | ||
language: AcceptedLanguages; | ||
}) => Promise<I18n>) | ((args: { | ||
config: I18nOptions<ClientTranslationsObject>; | ||
context: 'client'; | ||
language: AcceptedLanguages; | ||
}) => Promise<I18n<ClientTranslationsObject, ClientTranslationKeys>>) | ((args: { | ||
config: I18nOptions; | ||
context: 'api'; | ||
language: AcceptedLanguages; | ||
}) => Promise<I18n>); | ||
}) => Promise<I18n<ClientTranslationsObject, ClientTranslationKeys>>); | ||
export type LanguagePreference = { | ||
@@ -88,0 +88,0 @@ language: AcceptedLanguages; |
{ | ||
"name": "@payloadcms/translations", | ||
"version": "3.0.0-beta.127", | ||
"version": "3.0.0-beta.128", | ||
"homepage": "https://payloadcms.com", | ||
@@ -10,2 +10,11 @@ "repository": { | ||
}, | ||
"license": "MIT", | ||
"author": "Payload <dev@payloadcms.com> (https://payloadcms.com)", | ||
"maintainers": [ | ||
{ | ||
"name": "Payload", | ||
"email": "info@payloadcms.com", | ||
"url": "https://payloadcms.com" | ||
} | ||
], | ||
"type": "module", | ||
@@ -12,0 +21,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
1339955
191
0
1