@webiny/i18n
Advanced tools
Comparing version 5.40.5 to 5.41.0-dbt.0
import { Formats, I18NDataValues, Modifier, NumberFormat, PriceFormat, Processor, ProcessorResult, Translations, Translator } from "./types"; | ||
export declare type Translated = ((values: I18NDataValues) => ProcessorResult | null) | ProcessorResult | null; | ||
export type Translated = ((values: I18NDataValues) => ProcessorResult | null) | ProcessorResult | null; | ||
/** | ||
@@ -4,0 +4,0 @@ * Main class used for all I18n needs. |
{ | ||
"name": "@webiny/i18n", | ||
"version": "5.40.5", | ||
"version": "5.41.0-dbt.0", | ||
"main": "index.js", | ||
@@ -34,8 +34,8 @@ "repository": { | ||
"@types/lodash": "4.14.191", | ||
"@webiny/cli": "5.40.5", | ||
"@webiny/project-utils": "5.40.5", | ||
"@webiny/cli": "5.41.0-dbt.0", | ||
"@webiny/project-utils": "5.41.0-dbt.0", | ||
"glob": "7.2.3", | ||
"rimraf": "5.0.5", | ||
"ttypescript": "1.5.15", | ||
"typescript": "4.7.4" | ||
"typescript": "4.9.5" | ||
}, | ||
@@ -50,3 +50,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "f67778732392ed88f28da869ddacbf08a98cdec6" | ||
"gitHead": "bbaec4dd1685579548c08bbde386aee5d96b80f8" | ||
} |
@@ -23,3 +23,3 @@ import I18N from "./I18n"; | ||
} | ||
export declare type ProcessorResult = string | ReactElement; | ||
export type ProcessorResult = string | ReactElement; | ||
/** | ||
@@ -26,0 +26,0 @@ * @description I18N Processor - used for outputting text. |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
72631
2