This commit is contained in:
Dave Horton
2024-05-28 09:43:24 -04:00
parent e60a2d2ba3
commit e099bbb58f
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@jambonz/speech-utils",
"version": "0.1.0",
"version": "0.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@jambonz/speech-utils",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-polly": "^3.496.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@jambonz/speech-utils",
"version": "0.1.0",
"version": "0.1.1",
"description": "TTS-related speech utilities for jambonz",
"main": "index.js",
"author": "Dave Horton",