@storyteller-platform/transliteration 3.0.1 → 3.0.3

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.
@@ -133,4 +133,4 @@ type TransliterationFunction<T> = {
133
133
  type TransliterateFunction = TransliterationFunction<OptionsTransliterate>;
134
134
  type SlugifyFunction = TransliterationFunction<OptionsSlugify>;
135
135
 
136
- export type { SlugifyFunction as S, TransliterateFunction as T };
136
+ export { Mapping as M, type SlugifyFunction as S, type TransliterateFunction as T };
@@ -1,4 +1,5 @@
1
- import { T as TransliterateFunction, S as SlugifyFunction } from '../../../index-BVy__XED.js';
1
+ import { T as TransliterateFunction, S as SlugifyFunction } from '../../../index-DZj2ef5v.js';
2
+ export { M as Mapping } from '../../../index-DZj2ef5v.js';
2
3
 
3
4
  declare const transliterate: TransliterateFunction;
4
5
  declare const slugify: SlugifyFunction;