ssml-split
Advanced tools
Comparing version 0.1.10 to 0.1.11
{ | ||
"name": "ssml-split", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "Splits long texts with SSML tags by batches suitable for working with AWS Polly TTS and Google Cloud Text to Speech.", | ||
@@ -15,2 +15,5 @@ "main": "index.js", | ||
}, | ||
"hooks": { | ||
"after:bump": "npx auto-changelog -p" | ||
}, | ||
"repository": { | ||
@@ -39,2 +42,3 @@ "type": "git", | ||
"devDependencies": { | ||
"auto-changelog": "^1.16.2", | ||
"npm-check": "^5.9.0", | ||
@@ -41,0 +45,0 @@ "release-it": "^12.4.3", |
24270
4