verbalcoding 0.2.5 → 0.2.6
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.
|
@@ -19,7 +19,8 @@ test('package exposes a short vc shell command', () => {
|
|
|
19
19
|
assert.ok(pkg.files.includes('app-node/'));
|
|
20
20
|
assert.ok(pkg.files.includes('scripts/*.mjs'));
|
|
21
21
|
assert.ok(pkg.files.includes('scripts/*.sh'));
|
|
22
|
-
assert.ok(pkg.files.includes('integrations/openvoice
|
|
22
|
+
assert.ok(pkg.files.includes('integrations/openvoice/*.py'));
|
|
23
|
+
assert.ok(!pkg.files.includes('integrations/openvoice/'));
|
|
23
24
|
assert.ok(!pkg.files.includes('scripts/*.py'));
|
|
24
25
|
assert.ok(pkg.files.includes('run.sh'));
|
|
25
26
|
assert.ok(pkg.files.includes('LICENSE'));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "verbalcoding",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "Discord voice bridge for CLI coding agents.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"docs/",
|
|
35
35
|
"scripts/*.mjs",
|
|
36
36
|
"scripts/*.sh",
|
|
37
|
-
"integrations/openvoice
|
|
37
|
+
"integrations/openvoice/*.py",
|
|
38
38
|
"run.sh",
|
|
39
39
|
".env.example",
|
|
40
40
|
"README.md",
|
|
Binary file
|