rita 3.0.13 → 3.0.15
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 -1
- package/dist/rita.cjs.map +1 -1
- package/dist/rita.js +1 -1
- package/dist/rita.js.map +1 -1
- package/dist/rita.min.js +2 -2
- package/dist/rita.min.js.map +1 -1
- package/package.json +2 -2
package/dist/rita.cjs
CHANGED
|
@@ -42623,7 +42623,7 @@ RiTa2.SILENT = false;
|
|
|
42623
42623
|
RiTa2.SILENCE_LTS = false;
|
|
42624
42624
|
RiTa2.CDN = "https://www.unpkg.com/rita/";
|
|
42625
42625
|
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.
|
|
42626
|
+
RiTa2.VERSION = "3.0.15";
|
|
42627
42627
|
RiTa2.HAS_LEXICON = typeof __NOLEX__ === "undefined";
|
|
42628
42628
|
RiTa2.FIRST = 1;
|
|
42629
42629
|
RiTa2.SECOND = 2;
|