@juicesharp/rpiv-voice 1.10.0 → 1.10.2

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/CHANGELOG.md CHANGED
@@ -5,6 +5,13 @@ All notable changes to `@juicesharp/rpiv-voice` are documented here.
5
5
  Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6
6
  Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.10.2] - 2026-05-20
9
+
10
+ ### Changed
11
+ - Refresh npm cover (`docs/cover.{svg,png}`): align with the unified card layout used across the `@juicesharp/rpiv-*` family and push the status row below the equalizer so the recording dot, timer, and hotkey hints no longer overlap the audio bars.
12
+
13
+ ## [1.10.1] - 2026-05-19
14
+
8
15
  ## [1.10.0] - 2026-05-19
9
16
 
10
17
  ## [1.9.2] - 2026-05-19
package/docs/cover.png CHANGED
Binary file
package/docs/cover.svg CHANGED
@@ -2,172 +2,161 @@
2
2
  <title>rpiv-voice — Local voice dictation overlay for Pi</title>
3
3
  <defs>
4
4
  <style>
5
- .mono { font-family: 'JetBrains Mono', 'Fira Code', 'SFMono-Regular', ui-monospace, Menlo, Consolas, monospace; }
6
- .ink { fill: #F4EFE6; }
7
- .muted { fill: #8C8678; }
8
- .dim { fill: #4F4A41; }
9
- .fade { fill: #6A645A; }
10
- .accent { fill: #FF7A3D; }
11
- .mint { fill: #6FD0B8; }
12
- .rec { fill: #E5594E; }
5
+ .mono { font-family: 'JetBrains Mono', 'Fira Code', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
6
+ .serif { font-family: 'Iowan Old Style', 'Hoefler Text', Charter, 'Source Serif Pro', Georgia, serif; }
7
+ .ink { fill: #ede6d3; }
8
+ .text-quiet { fill: #a8a29e; }
9
+ .text-distant { fill: #9c968d; }
10
+ .ochre { fill: #a8896c; }
11
+ .sage { fill: #8a9580; }
12
+ .alert { fill: #b04a3a; }
13
+ .fade { fill: #6b6560; }
13
14
  </style>
14
- <filter id="grain" x="0" y="0" width="100%" height="100%">
15
- <feTurbulence type="fractalNoise" baseFrequency="1.4" numOctaves="2" seed="31"/>
16
- <feColorMatrix values="0 0 0 0 0.96 0 0 0 0 0.94 0 0 0 0 0.88 0 0 0 0.04 0"/>
17
- </filter>
18
- <radialGradient id="vignette" cx="50%" cy="50%" r="70%">
19
- <stop offset="55%" stop-color="#070605" stop-opacity="0"/>
20
- <stop offset="100%" stop-color="#000" stop-opacity="0.7"/>
15
+ <radialGradient id="wash-ochre" cx="25%" cy="10%" r="65%">
16
+ <stop offset="0%" stop-color="#a8896c" stop-opacity="0.10"/>
17
+ <stop offset="100%" stop-color="#a8896c" stop-opacity="0"/>
21
18
  </radialGradient>
22
- <linearGradient id="titleGrad" x1="0" y1="0" x2="0" y2="1">
23
- <stop offset="0%" stop-color="#1C1813"/>
24
- <stop offset="100%" stop-color="#14110D"/>
25
- </linearGradient>
26
- <filter id="winShadow" x="-10%" y="-10%" width="120%" height="130%">
27
- <feDropShadow dx="0" dy="14" stdDeviation="22" flood-color="#000" flood-opacity="0.6"/>
28
- </filter>
29
- <clipPath id="wclip"><rect x="64" y="56" width="1152" height="688" rx="12"/></clipPath>
19
+ <radialGradient id="wash-sage" cx="85%" cy="90%" r="55%">
20
+ <stop offset="0%" stop-color="#8a9580" stop-opacity="0.07"/>
21
+ <stop offset="100%" stop-color="#8a9580" stop-opacity="0"/>
22
+ </radialGradient>
23
+
30
24
  <linearGradient id="eqFade" x1="0" x2="1" y1="0" y2="0">
31
- <stop offset="0%" stop-color="#6FD0B8" stop-opacity="0.05"/>
32
- <stop offset="50%" stop-color="#6FD0B8" stop-opacity="0.95"/>
33
- <stop offset="100%" stop-color="#6FD0B8" stop-opacity="0.05"/>
25
+ <stop offset="0%" stop-color="#8a9580" stop-opacity="0.05"/>
26
+ <stop offset="50%" stop-color="#8a9580" stop-opacity="0.90"/>
27
+ <stop offset="100%" stop-color="#8a9580" stop-opacity="0.05"/>
34
28
  </linearGradient>
35
29
  <radialGradient id="recPulse" cx="50%" cy="50%" r="50%">
36
- <stop offset="0%" stop-color="#E5594E" stop-opacity="0.45"/>
37
- <stop offset="100%" stop-color="#E5594E" stop-opacity="0"/>
30
+ <stop offset="0%" stop-color="#b04a3a" stop-opacity="0.40"/>
31
+ <stop offset="100%" stop-color="#b04a3a" stop-opacity="0"/>
38
32
  </radialGradient>
39
33
  </defs>
40
34
 
41
- <rect width="1280" height="800" fill="#070605"/>
42
- <rect width="1280" height="800" filter="url(#grain)" opacity="0.45"/>
43
- <rect width="1280" height="800" fill="url(#vignette)"/>
35
+ <rect width="1280" height="800" fill="#1c1a17"/>
36
+ <rect width="1280" height="800" fill="url(#wash-ochre)"/>
37
+ <rect width="1280" height="800" fill="url(#wash-sage)"/>
44
38
 
45
- <rect x="64" y="56" width="1152" height="688" rx="12" fill="#0E0D0B" filter="url(#winShadow)"/>
39
+ <g fill="none" stroke="#8a9580" stroke-linecap="round" opacity="0.45">
40
+ <path d="M1120 60 q36 -52 88 -60 q40 -5 68 14" stroke-width="1.1"/>
41
+ <path d="M1140 80 q28 -18 60 -14 q24 3 42 14" stroke-width="0.7" opacity="0.6"/>
42
+ <circle cx="1210" cy="32" r="2" opacity="0.5"/>
43
+ <circle cx="1160" cy="60" r="1.4" opacity="0.4"/>
44
+ </g>
46
45
 
47
- <g clip-path="url(#wclip)">
48
- <rect x="64" y="56" width="1152" height="44" fill="url(#titleGrad)"/>
49
- <line x1="64" y1="100" x2="1216" y2="100" stroke="#2A2620"/>
50
- <line x1="64" y1="57" x2="1216" y2="57" stroke="#3A352D" stroke-opacity="0.6"/>
51
- <circle cx="92" cy="78" r="7" fill="#FF5F57"/>
52
- <circle cx="120" cy="78" r="7" fill="#FFBD2E"/>
53
- <circle cx="148" cy="78" r="7" fill="#28C840"/>
54
- <text class="mono muted" x="640" y="84" font-size="14" letter-spacing="1.4" text-anchor="middle">~/rpiv-mono &#8212; pi &#8212; rpiv-voice</text>
46
+ <text class="mono text-distant" x="80" y="64" font-size="11" letter-spacing="0.18em">PI AGENT EXTENSION</text>
55
47
 
56
- <!-- Section label -->
57
- <text class="mono dim" x="120" y="156" font-size="12" letter-spacing="2.4">/VOICE &#8212; LIVE TRANSCRIPT</text>
48
+ <text class="serif ink" x="80" y="152" font-size="80" font-weight="700" letter-spacing="-2.5">rpiv<tspan class="ochre">-</tspan>voice</text>
49
+ <text class="mono text-quiet" x="80" y="196" font-size="19" letter-spacing="0.2">Local voice dictation overlay for Pi.</text>
58
50
 
59
- <!-- Live transcript: committed lines + dim rolling partial -->
60
- <text class="mono ink" x="120" y="218" font-size="32">Refactor the splash runner so download progress shows</text>
61
- <text class="mono ink" x="120" y="262" font-size="32">percent and bytes on a single line, then keep the same</text>
62
- <text class="mono ink" x="120" y="306" font-size="32">format for extracting and verifying.</text>
63
- <text class="mono fade" x="120" y="350" font-size="32">Add a unit test that asserts the whisper hallucination&#8230;</text>
51
+ <line x1="80" y1="228" x2="1200" y2="228" stroke="#2e2b27" stroke-width="1"/>
64
52
 
65
- <!-- Mint divider (matches rpiv-voice overlay) -->
66
- <line x1="120" y1="392" x2="1160" y2="392" stroke="#6FD0B8" stroke-opacity="0.65" stroke-width="1.25"/>
53
+ <rect x="80" y="264" width="1120" height="440" rx="3" fill="#1c1a17" stroke="#3a3631" stroke-width="1"/>
67
54
 
68
- <!-- Equalizer strip — live VAD waveform feel -->
69
- <g transform="translate(120 416)" fill="url(#eqFade)">
70
- <rect x="0" y="36" rx="3" width="10" height="6"/>
71
- <rect x="16" y="32" rx="3" width="10" height="14"/>
72
- <rect x="32" y="20" rx="3" width="10" height="38"/>
73
- <rect x="48" y="26" rx="3" width="10" height="26"/>
74
- <rect x="64" y="14" rx="3" width="10" height="50"/>
75
- <rect x="80" y="22" rx="3" width="10" height="34"/>
76
- <rect x="96" y="8" rx="3" width="10" height="62"/>
77
- <rect x="112" y="18" rx="3" width="10" height="42"/>
78
- <rect x="128" y="4" rx="3" width="10" height="70"/>
79
- <rect x="144" y="14" rx="3" width="10" height="50"/>
80
- <rect x="160" y="22" rx="3" width="10" height="34"/>
81
- <rect x="176" y="10" rx="3" width="10" height="58"/>
82
- <rect x="192" y="20" rx="3" width="10" height="38"/>
83
- <rect x="208" y="6" rx="3" width="10" height="66"/>
84
- <rect x="224" y="16" rx="3" width="10" height="46"/>
85
- <rect x="240" y="0" rx="3" width="10" height="78"/>
86
- <rect x="256" y="12" rx="3" width="10" height="54"/>
87
- <rect x="272" y="22" rx="3" width="10" height="34"/>
88
- <rect x="288" y="8" rx="3" width="10" height="62"/>
89
- <rect x="304" y="18" rx="3" width="10" height="42"/>
90
- <rect x="320" y="2" rx="3" width="10" height="74"/>
91
- <rect x="336" y="14" rx="3" width="10" height="50"/>
92
- <rect x="352" y="24" rx="3" width="10" height="30"/>
93
- <rect x="368" y="10" rx="3" width="10" height="58"/>
94
- <rect x="384" y="20" rx="3" width="10" height="38"/>
95
- <rect x="400" y="6" rx="3" width="10" height="66"/>
96
- <rect x="416" y="16" rx="3" width="10" height="46"/>
97
- <rect x="432" y="22" rx="3" width="10" height="34"/>
98
- <rect x="448" y="12" rx="3" width="10" height="54"/>
99
- <rect x="464" y="26" rx="3" width="10" height="26"/>
100
- <rect x="480" y="18" rx="3" width="10" height="42"/>
101
- <rect x="496" y="10" rx="3" width="10" height="58"/>
102
- <rect x="512" y="22" rx="3" width="10" height="34"/>
103
- <rect x="528" y="14" rx="3" width="10" height="50"/>
104
- <rect x="544" y="28" rx="3" width="10" height="22"/>
105
- <rect x="560" y="20" rx="3" width="10" height="38"/>
106
- <rect x="576" y="12" rx="3" width="10" height="54"/>
107
- <rect x="592" y="24" rx="3" width="10" height="30"/>
108
- <rect x="608" y="18" rx="3" width="10" height="42"/>
109
- <rect x="624" y="30" rx="3" width="10" height="18"/>
110
- <rect x="640" y="22" rx="3" width="10" height="34"/>
111
- <rect x="656" y="14" rx="3" width="10" height="50"/>
112
- <rect x="672" y="26" rx="3" width="10" height="26"/>
113
- <rect x="688" y="34" rx="3" width="10" height="10"/>
114
- <rect x="704" y="20" rx="3" width="10" height="38"/>
115
- <rect x="720" y="32" rx="3" width="10" height="14"/>
116
- <rect x="736" y="24" rx="3" width="10" height="30"/>
117
- <rect x="752" y="36" rx="3" width="10" height="6"/>
118
- <rect x="768" y="28" rx="3" width="10" height="22"/>
119
- <rect x="784" y="38" rx="3" width="10" height="4"/>
120
- <rect x="800" y="34" rx="3" width="10" height="10"/>
121
- <rect x="816" y="38" rx="3" width="10" height="4"/>
122
- <rect x="832" y="36" rx="3" width="10" height="6"/>
123
- <rect x="848" y="38" rx="3" width="10" height="4"/>
124
- <rect x="864" y="38" rx="3" width="10" height="4"/>
125
- <rect x="880" y="38" rx="3" width="10" height="4"/>
126
- <rect x="896" y="38" rx="3" width="10" height="4"/>
127
- <rect x="912" y="38" rx="3" width="10" height="4"/>
128
- <rect x="928" y="38" rx="3" width="10" height="4"/>
129
- <rect x="944" y="38" rx="3" width="10" height="4"/>
130
- <rect x="960" y="38" rx="3" width="10" height="4"/>
131
- <rect x="976" y="38" rx="3" width="10" height="4"/>
132
- <rect x="992" y="38" rx="3" width="10" height="4"/>
133
- <rect x="1008" y="38" rx="3" width="10" height="4"/>
134
- <rect x="1024" y="38" rx="3" width="10" height="4"/>
135
- </g>
55
+ <!-- Section label -->
56
+ <text class="mono text-distant" x="120" y="300" font-size="12" letter-spacing="0.2em">/VOICE &#8212; LIVE TRANSCRIPT</text>
136
57
 
137
- <!-- Status bar row: red glyph, timer, footer hints -->
138
- <circle cx="138" cy="568" r="20" fill="url(#recPulse)"/>
139
- <text class="rec mono" x="118" y="576" font-size="26">&#9679;</text>
140
- <text class="mono" font-size="20" y="574">
141
- <tspan x="158" class="muted" font-weight="700">0:14</tspan>
142
- <tspan dx="14" class="dim">&#183;</tspan>
143
- <tspan dx="14" class="ink" font-weight="700">Enter</tspan>
144
- <tspan dx="8" class="muted">to paste</tspan>
145
- <tspan dx="14" class="dim">&#183;</tspan>
146
- <tspan dx="14" class="ink" font-weight="700">Space</tspan>
147
- <tspan dx="8" class="muted">to pause</tspan>
148
- <tspan dx="14" class="dim">&#183;</tspan>
149
- <tspan dx="14" class="ink" font-weight="700">Tab</tspan>
150
- <tspan dx="8" class="muted">for settings</tspan>
151
- <tspan dx="14" class="dim">&#183;</tspan>
152
- <tspan dx="14" class="ink" font-weight="700">Esc</tspan>
153
- <tspan dx="8" class="muted">to cancel</tspan>
154
- </text>
58
+ <!-- Live transcript -->
59
+ <text class="mono ink" x="120" y="356" font-size="28">Refactor the splash runner so download progress shows</text>
60
+ <text class="mono ink" x="120" y="396" font-size="28">percent and bytes on a single line, then keep the same</text>
61
+ <text class="mono ink" x="120" y="436" font-size="28">format for extracting and verifying.</text>
62
+ <text class="mono fade" x="120" y="476" font-size="28">Add a unit test that asserts the whisper hallucination&#8230;</text>
155
63
 
156
- <text class="mono muted" x="120" y="640" font-size="13" letter-spacing="2.4">100% ON-DEVICE &#183; WHISPER MULTILINGUAL &#183; ~99 LANGUAGES &#183; NO CLOUD &#183; NO API KEYS</text>
64
+ <line x1="120" y1="508" x2="1160" y2="508" stroke="#8a9580" stroke-opacity="0.55" stroke-width="1"/>
157
65
 
158
- <!-- Footer chrome -->
159
- <rect x="64" y="708" width="1152" height="36" fill="url(#titleGrad)"/>
160
- <line x1="64" y1="708" x2="1216" y2="708" stroke="#2A2620"/>
161
- <text class="mono" font-size="14" y="731" letter-spacing="1">
162
- <tspan x="92" class="accent" font-weight="700">&#9612; rpiv-voice</tspan>
163
- <tspan dx="14" class="dim">&#9474;</tspan>
164
- <tspan dx="14" class="mint">on-device STT</tspan>
165
- <tspan dx="14" class="dim">&#9474;</tspan>
166
- <tspan dx="14" class="muted">whisper-base int8</tspan>
167
- <tspan dx="14" class="dim">&#9474;</tspan>
168
- <tspan dx="14" class="muted">npm:@juicesharp/rpiv-voice</tspan>
169
- </text>
66
+ <!-- Equalizer -->
67
+ <g transform="translate(120 530)" fill="url(#eqFade)">
68
+ <rect x="0" y="34" rx="2" width="8" height="6"/>
69
+ <rect x="14" y="30" rx="2" width="8" height="14"/>
70
+ <rect x="28" y="20" rx="2" width="8" height="34"/>
71
+ <rect x="42" y="26" rx="2" width="8" height="22"/>
72
+ <rect x="56" y="16" rx="2" width="8" height="42"/>
73
+ <rect x="70" y="22" rx="2" width="8" height="30"/>
74
+ <rect x="84" y="10" rx="2" width="8" height="54"/>
75
+ <rect x="98" y="18" rx="2" width="8" height="38"/>
76
+ <rect x="112" y="6" rx="2" width="8" height="62"/>
77
+ <rect x="126" y="14" rx="2" width="8" height="46"/>
78
+ <rect x="140" y="20" rx="2" width="8" height="34"/>
79
+ <rect x="154" y="12" rx="2" width="8" height="50"/>
80
+ <rect x="168" y="18" rx="2" width="8" height="38"/>
81
+ <rect x="182" y="8" rx="2" width="8" height="58"/>
82
+ <rect x="196" y="14" rx="2" width="8" height="46"/>
83
+ <rect x="210" y="4" rx="2" width="8" height="66"/>
84
+ <rect x="224" y="12" rx="2" width="8" height="50"/>
85
+ <rect x="238" y="20" rx="2" width="8" height="34"/>
86
+ <rect x="252" y="10" rx="2" width="8" height="54"/>
87
+ <rect x="266" y="16" rx="2" width="8" height="42"/>
88
+ <rect x="280" y="4" rx="2" width="8" height="66"/>
89
+ <rect x="294" y="14" rx="2" width="8" height="46"/>
90
+ <rect x="308" y="22" rx="2" width="8" height="30"/>
91
+ <rect x="322" y="12" rx="2" width="8" height="50"/>
92
+ <rect x="336" y="18" rx="2" width="8" height="38"/>
93
+ <rect x="350" y="8" rx="2" width="8" height="58"/>
94
+ <rect x="364" y="14" rx="2" width="8" height="46"/>
95
+ <rect x="378" y="20" rx="2" width="8" height="34"/>
96
+ <rect x="392" y="12" rx="2" width="8" height="50"/>
97
+ <rect x="406" y="24" rx="2" width="8" height="26"/>
98
+ <rect x="420" y="18" rx="2" width="8" height="38"/>
99
+ <rect x="434" y="12" rx="2" width="8" height="50"/>
100
+ <rect x="448" y="22" rx="2" width="8" height="30"/>
101
+ <rect x="462" y="16" rx="2" width="8" height="42"/>
102
+ <rect x="476" y="26" rx="2" width="8" height="22"/>
103
+ <rect x="490" y="20" rx="2" width="8" height="34"/>
104
+ <rect x="504" y="14" rx="2" width="8" height="46"/>
105
+ <rect x="518" y="24" rx="2" width="8" height="26"/>
106
+ <rect x="532" y="18" rx="2" width="8" height="38"/>
107
+ <rect x="546" y="28" rx="2" width="8" height="18"/>
108
+ <rect x="560" y="22" rx="2" width="8" height="30"/>
109
+ <rect x="574" y="32" rx="2" width="8" height="10"/>
110
+ <rect x="588" y="24" rx="2" width="8" height="26"/>
111
+ <rect x="602" y="34" rx="2" width="8" height="6"/>
112
+ <rect x="616" y="28" rx="2" width="8" height="18"/>
113
+ <rect x="630" y="36" rx="2" width="8" height="4"/>
114
+ <rect x="644" y="32" rx="2" width="8" height="10"/>
115
+ <rect x="658" y="36" rx="2" width="8" height="4"/>
116
+ <rect x="672" y="34" rx="2" width="8" height="6"/>
117
+ <rect x="686" y="36" rx="2" width="8" height="4"/>
118
+ <rect x="700" y="36" rx="2" width="8" height="4"/>
119
+ <rect x="714" y="36" rx="2" width="8" height="4"/>
120
+ <rect x="728" y="36" rx="2" width="8" height="4"/>
121
+ <rect x="742" y="36" rx="2" width="8" height="4"/>
122
+ <rect x="756" y="36" rx="2" width="8" height="4"/>
123
+ <rect x="770" y="36" rx="2" width="8" height="4"/>
124
+ <rect x="784" y="36" rx="2" width="8" height="4"/>
125
+ <rect x="798" y="36" rx="2" width="8" height="4"/>
126
+ <rect x="812" y="36" rx="2" width="8" height="4"/>
127
+ <rect x="826" y="36" rx="2" width="8" height="4"/>
128
+ <rect x="840" y="36" rx="2" width="8" height="4"/>
129
+ <rect x="854" y="36" rx="2" width="8" height="4"/>
170
130
  </g>
171
131
 
172
- <rect x="64" y="56" width="1152" height="688" rx="12" fill="none" stroke="#3A352D" stroke-width="1"/>
173
- </svg>
132
+ <!-- Status row -->
133
+ <circle cx="138" cy="640" r="18" fill="url(#recPulse)"/>
134
+ <text class="alert mono" x="122" y="646" font-size="22">&#9679;</text>
135
+ <text class="mono" font-size="18" y="644">
136
+ <tspan x="158" class="text-quiet" font-weight="700">0:14</tspan>
137
+ <tspan dx="12" class="text-distant">&#183;</tspan>
138
+ <tspan dx="12" class="ink" font-weight="700">Enter</tspan>
139
+ <tspan dx="8" class="text-quiet">to paste</tspan>
140
+ <tspan dx="12" class="text-distant">&#183;</tspan>
141
+ <tspan dx="12" class="ink" font-weight="700">Space</tspan>
142
+ <tspan dx="8" class="text-quiet">to pause</tspan>
143
+ <tspan dx="12" class="text-distant">&#183;</tspan>
144
+ <tspan dx="12" class="ink" font-weight="700">Tab</tspan>
145
+ <tspan dx="8" class="text-quiet">for settings</tspan>
146
+ <tspan dx="12" class="text-distant">&#183;</tspan>
147
+ <tspan dx="12" class="ink" font-weight="700">Esc</tspan>
148
+ <tspan dx="8" class="text-quiet">to cancel</tspan>
149
+ </text>
150
+
151
+ <text class="mono text-distant" x="120" y="688" font-size="12" letter-spacing="0.15em">100% ON-DEVICE &#183; WHISPER MULTILINGUAL &#183; ~99 LANGUAGES &#183; NO CLOUD</text>
152
+
153
+ <line x1="80" y1="740" x2="1200" y2="740" stroke="#2e2b27" stroke-width="1"/>
154
+
155
+ <text class="mono text-distant" x="80" y="776" font-size="12" letter-spacing="0.12em">
156
+ <tspan class="ochre" font-weight="700">&#9612; rpiv-voice</tspan>
157
+ <tspan dx="12">&#9474;</tspan>
158
+ <tspan dx="12" class="sage">on-device STT</tspan>
159
+ <tspan dx="12">&#9474;</tspan>
160
+ <tspan dx="12">npm:@juicesharp/rpiv-voice</tspan>
161
+ </text>
162
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juicesharp/rpiv-voice",
3
- "version": "1.10.0",
3
+ "version": "1.10.2",
4
4
  "private": false,
5
5
  "description": "Pi extension. Voice dictation via /voice — local on-device STT with sherpa-onnx Whisper (base multilingual int8), microphone capture via decibri.",
6
6
  "keywords": [
@@ -78,7 +78,7 @@
78
78
  ]
79
79
  },
80
80
  "dependencies": {
81
- "@juicesharp/rpiv-config": "^1.10.0",
81
+ "@juicesharp/rpiv-config": "^1.10.2",
82
82
  "sherpa-onnx-node": "^1.13.0",
83
83
  "decibri": "^3.4.0"
84
84
  },