ssml-split
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -7,6 +7,13 @@ ### Changelog | ||
#### [v0.3.1](https://github.com/jvandenaardweg/ssml-split/compare/0.3.0...v0.3.1) | ||
#### [v0.3.2](https://github.com/jvandenaardweg/ssml-split/compare/0.3.1...v0.3.2) | ||
> 4 January 2020 | ||
- Update dist build docs [`99f4f96`](https://github.com/jvandenaardweg/ssml-split/commit/99f4f969c97b5e1d3683039e689e6983194ed832) | ||
- Set correct default softLimit in docs [`da7c2e8`](https://github.com/jvandenaardweg/ssml-split/commit/da7c2e803b4cf3f9aaac98668c917c936f7d9cbd) | ||
#### [0.3.1](https://github.com/jvandenaardweg/ssml-split/compare/0.3.0...0.3.1) | ||
> 4 January 2020 | ||
- New build result [`21d917d`](https://github.com/jvandenaardweg/ssml-split/commit/21d917dcac8e52a992d96ebba1b3a58adba08720) | ||
@@ -13,0 +20,0 @@ - Keep documentation in types on build [`f056c36`](https://github.com/jvandenaardweg/ssml-split/commit/f056c368766912364e1eb9253935cc5952fbc099) |
interface OptionsInput { | ||
/** | ||
* Default: `2000` | ||
* Default: `1500` | ||
* | ||
@@ -5,0 +5,0 @@ * The amount of characters the script will start trying to break-up your SSML in multiple parts. |
{ | ||
"name": "ssml-split", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Splits long texts with SSML tags by batches suitable for working with AWS Polly TTS and Google Cloud Text to Speech.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -7,3 +7,3 @@ import pollyTextSplit from 'polly-text-split'; | ||
/** | ||
* Default: `2000` | ||
* Default: `1500` | ||
* | ||
@@ -10,0 +10,0 @@ * The amount of characters the script will start trying to break-up your SSML in multiple parts. |
346997