### Added

- new state variables
- voicemod connection retry logic

### Fixed
- Fix race-condition crash on init for undefined reference

### Changed
- Updated voicemod-api to a version that has `sharp` patched out
This commit is contained in:
2024-01-14 21:18:39 -05:00
parent cb429c3e72
commit 79ff3ce5a4
4 changed files with 89 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "voicemod-api",
"version": "0.1.0",
"version": "0.2.0",
"main": "main.js",
"scripts": {
"format": "prettier -w ."
@@ -12,7 +12,7 @@
},
"dependencies": {
"@companion-module/base": "~1.5.1",
"voicemod": "^0.1.6"
"voicemod": "git+https://github.com/RavenX8/voicemod-api.git#companion-module-voicemod-api"
},
"devDependencies": {
"@companion-module/tools": "^1.4.1"