rita 3.0.15 → 3.0.17
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/rita.cjs +1 -2
- package/dist/rita.cjs.map +1 -1
- package/dist/rita.js +1 -2
- package/dist/rita.js.map +1 -1
- package/dist/rita.min.js +4 -4
- package/dist/rita.min.js.map +1 -1
- package/package.json +1 -1
package/dist/rita.cjs
CHANGED
|
@@ -42621,9 +42621,8 @@ RiTa2.lexicon = new lexicon_default(RiTa2);
|
|
|
42621
42621
|
RiTa2.conjugator = new conjugator_default(RiTa2);
|
|
42622
42622
|
RiTa2.SILENT = false;
|
|
42623
42623
|
RiTa2.SILENCE_LTS = false;
|
|
42624
|
-
RiTa2.CDN = "https://www.unpkg.com/rita/";
|
|
42625
42624
|
RiTa2.PHONES = ["aa", "ae", "ah", "ao", "aw", "ay", "b", "ch", "d", "dh", "eh", "er", "ey", "f", "g", "hh", "ih", "iy", "jh", "k", "l", "m", "n", "ng", "ow", "oy", "p", "r", "s", "sh", "t", "th", "uh", "uw", "v", "w", "y", "z", "zh"];
|
|
42626
|
-
RiTa2.VERSION = "3.0.
|
|
42625
|
+
RiTa2.VERSION = "3.0.17";
|
|
42627
42626
|
RiTa2.HAS_LEXICON = typeof __NOLEX__ === "undefined";
|
|
42628
42627
|
RiTa2.FIRST = 1;
|
|
42629
42628
|
RiTa2.SECOND = 2;
|