@eldrforge/audio-tools 0.1.3 → 0.1.5
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eldrforge/audio-tools",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Audio recording tools for voice-driven development workflows",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"author": "Calen Varek <calenvarek@gmail.com>",
|
|
40
40
|
"license": "Apache-2.0",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@eldrforge/ai-service": "^0.1.
|
|
42
|
+
"@eldrforge/ai-service": "^0.1.12",
|
|
43
43
|
"@theunwalked/unplayable": "^0.0.21"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|