i18n-keyless-core 1.7.0 → 1.7.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/dist/index.d.ts CHANGED
@@ -1 +1 @@
1
- export type { I18nConfig, Lang, PrimaryLang, Translations, TranslationStore, I18nKeylessRequestBody, I18nKeylessResponse, } from "./types";
1
+ export type { I18nConfig, Lang, PrimaryLang, Translations, TranslationStore, I18nKeylessRequestBody, I18nKeylessResponse, TranslationOptions, } from "./types";
package/dist/types.d.ts CHANGED
@@ -142,7 +142,7 @@ interface TranslationStoreState {
142
142
  _hasHydrated: boolean;
143
143
  storage: I18nConfig["storage"] | null;
144
144
  }
145
- type TranslationOptions = {
145
+ export type TranslationOptions = {
146
146
  /**
147
147
  * the context of the translation
148
148
  * useful for ambiguous translations, like "8 heures" in French could be "8 AM" or "8 hours"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "i18n-keyless-core",
3
3
  "private": false,
4
- "version": "1.7.0",
4
+ "version": "1.7.1",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",