@payloadcms/translations
Advanced tools
Comparing version 3.0.0 to 3.0.1-canary.9494866
import type { Locale } from 'date-fns'; | ||
import type { clientTranslationKeys } from './clientKeys.js'; | ||
import type { enTranslations } from './languages/en.js'; | ||
@@ -47,3 +46,3 @@ import type { acceptedLanguages } from './utilities/languages.js'; | ||
export type DefaultTranslationKeys = NestedKeysStripped<DefaultTranslationsObject>; | ||
export type ClientTranslationKeys<TExtraProps = (typeof clientTranslationKeys)[number]> = TExtraProps; | ||
export type ClientTranslationKeys<TExtraProps = DefaultTranslationKeys> = TExtraProps; | ||
export type ClientTranslationsObject = GenericTranslationsObject; | ||
@@ -50,0 +49,0 @@ export type TFunction<TTranslationKeys = DefaultTranslationKeys> = (key: TTranslationKeys, options?: Record<string, any>) => string; |
{ | ||
"name": "@payloadcms/translations", | ||
"version": "3.0.0", | ||
"version": "3.0.1-canary.9494866", | ||
"homepage": "https://payloadcms.com", | ||
@@ -57,3 +57,3 @@ "repository": { | ||
"typescript": "5.6.3", | ||
"@payloadcms/eslint-config": "3.0.0-beta.112" | ||
"@payloadcms/eslint-config": "3.0.0" | ||
}, | ||
@@ -60,0 +60,0 @@ "overrides": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
1339794
17439
1