vent-hq 0.5.6 → 0.5.7
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/dist/index.mjs +1 -1
- package/dist/{package-3V3224B6.mjs → package-EJJFBCOE.mjs} +1 -1
- package/package.json +1 -1
- package/dist/package-5FVRCQRE.mjs +0 -51
- package/dist/package-5ZDVJJY6.mjs +0 -51
- package/dist/package-7YSGSSFT.mjs +0 -51
- package/dist/package-HR5GU2N2.mjs +0 -51
- package/dist/package-HTZNLUEJ.mjs +0 -51
- package/dist/package-IANAK7J4.mjs +0 -51
- package/dist/package-LD6M7ITU.mjs +0 -51
- package/dist/package-LQLI2UW5.mjs +0 -51
- package/dist/package-OFMTOIAB.mjs +0 -51
- package/dist/package-QE6OAK7W.mjs +0 -51
- package/dist/package-U367OB7H.mjs +0 -51
- package/dist/package-ULGS3YE5.mjs +0 -51
package/dist/index.mjs
CHANGED
|
@@ -6401,7 +6401,7 @@ async function main() {
|
|
|
6401
6401
|
return 0;
|
|
6402
6402
|
}
|
|
6403
6403
|
if (command === "--version" || command === "-v") {
|
|
6404
|
-
const pkg = await import("./package-
|
|
6404
|
+
const pkg = await import("./package-EJJFBCOE.mjs");
|
|
6405
6405
|
console.log(`vent-hq ${pkg.default.version}`);
|
|
6406
6406
|
return 0;
|
|
6407
6407
|
}
|
package/package.json
CHANGED
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
import "./chunk-U4M3XDTH.mjs";
|
|
3
|
-
|
|
4
|
-
// package.json
|
|
5
|
-
var package_default = {
|
|
6
|
-
name: "vent-hq",
|
|
7
|
-
version: "0.5.4",
|
|
8
|
-
type: "module",
|
|
9
|
-
description: "Vent CLI \u2014 CI/CD for voice AI agents",
|
|
10
|
-
bin: {
|
|
11
|
-
"vent-hq": "dist/index.mjs"
|
|
12
|
-
},
|
|
13
|
-
files: [
|
|
14
|
-
"dist"
|
|
15
|
-
],
|
|
16
|
-
scripts: {
|
|
17
|
-
build: "node scripts/bundle.mjs",
|
|
18
|
-
clean: "rm -rf dist"
|
|
19
|
-
},
|
|
20
|
-
keywords: [
|
|
21
|
-
"vent",
|
|
22
|
-
"cli",
|
|
23
|
-
"voice",
|
|
24
|
-
"agent",
|
|
25
|
-
"testing",
|
|
26
|
-
"ci-cd"
|
|
27
|
-
],
|
|
28
|
-
license: "MIT",
|
|
29
|
-
publishConfig: {
|
|
30
|
-
access: "public"
|
|
31
|
-
},
|
|
32
|
-
repository: {
|
|
33
|
-
type: "git",
|
|
34
|
-
url: "https://github.com/vent-hq/vent",
|
|
35
|
-
directory: "packages/cli"
|
|
36
|
-
},
|
|
37
|
-
homepage: "https://ventmcp.dev",
|
|
38
|
-
dependencies: {
|
|
39
|
-
"@clack/prompts": "^1.1.0",
|
|
40
|
-
ws: "^8.18.0"
|
|
41
|
-
},
|
|
42
|
-
devDependencies: {
|
|
43
|
-
"@types/ws": "^8.5.0",
|
|
44
|
-
"@vent/relay-client": "workspace:*",
|
|
45
|
-
"@vent/shared": "workspace:*",
|
|
46
|
-
esbuild: "^0.24.0"
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
export {
|
|
50
|
-
package_default as default
|
|
51
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
import "./chunk-U4M3XDTH.mjs";
|
|
3
|
-
|
|
4
|
-
// package.json
|
|
5
|
-
var package_default = {
|
|
6
|
-
name: "vent-hq",
|
|
7
|
-
version: "0.5.0",
|
|
8
|
-
type: "module",
|
|
9
|
-
description: "Vent CLI \u2014 CI/CD for voice AI agents",
|
|
10
|
-
bin: {
|
|
11
|
-
"vent-hq": "dist/index.mjs"
|
|
12
|
-
},
|
|
13
|
-
files: [
|
|
14
|
-
"dist"
|
|
15
|
-
],
|
|
16
|
-
scripts: {
|
|
17
|
-
build: "node scripts/bundle.mjs",
|
|
18
|
-
clean: "rm -rf dist"
|
|
19
|
-
},
|
|
20
|
-
keywords: [
|
|
21
|
-
"vent",
|
|
22
|
-
"cli",
|
|
23
|
-
"voice",
|
|
24
|
-
"agent",
|
|
25
|
-
"testing",
|
|
26
|
-
"ci-cd"
|
|
27
|
-
],
|
|
28
|
-
license: "MIT",
|
|
29
|
-
publishConfig: {
|
|
30
|
-
access: "public"
|
|
31
|
-
},
|
|
32
|
-
repository: {
|
|
33
|
-
type: "git",
|
|
34
|
-
url: "https://github.com/vent-hq/vent",
|
|
35
|
-
directory: "packages/cli"
|
|
36
|
-
},
|
|
37
|
-
homepage: "https://ventmcp.dev",
|
|
38
|
-
dependencies: {
|
|
39
|
-
"@clack/prompts": "^1.1.0",
|
|
40
|
-
ws: "^8.18.0"
|
|
41
|
-
},
|
|
42
|
-
devDependencies: {
|
|
43
|
-
"@types/ws": "^8.5.0",
|
|
44
|
-
"@vent/relay-client": "workspace:*",
|
|
45
|
-
"@vent/shared": "workspace:*",
|
|
46
|
-
esbuild: "^0.24.0"
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
export {
|
|
50
|
-
package_default as default
|
|
51
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
import "./chunk-U4M3XDTH.mjs";
|
|
3
|
-
|
|
4
|
-
// package.json
|
|
5
|
-
var package_default = {
|
|
6
|
-
name: "vent-hq",
|
|
7
|
-
version: "0.4.5",
|
|
8
|
-
type: "module",
|
|
9
|
-
description: "Vent CLI \u2014 CI/CD for voice AI agents",
|
|
10
|
-
bin: {
|
|
11
|
-
"vent-hq": "dist/index.mjs"
|
|
12
|
-
},
|
|
13
|
-
files: [
|
|
14
|
-
"dist"
|
|
15
|
-
],
|
|
16
|
-
scripts: {
|
|
17
|
-
build: "node scripts/bundle.mjs",
|
|
18
|
-
clean: "rm -rf dist"
|
|
19
|
-
},
|
|
20
|
-
keywords: [
|
|
21
|
-
"vent",
|
|
22
|
-
"cli",
|
|
23
|
-
"voice",
|
|
24
|
-
"agent",
|
|
25
|
-
"testing",
|
|
26
|
-
"ci-cd"
|
|
27
|
-
],
|
|
28
|
-
license: "MIT",
|
|
29
|
-
publishConfig: {
|
|
30
|
-
access: "public"
|
|
31
|
-
},
|
|
32
|
-
repository: {
|
|
33
|
-
type: "git",
|
|
34
|
-
url: "https://github.com/vent-hq/vent",
|
|
35
|
-
directory: "packages/cli"
|
|
36
|
-
},
|
|
37
|
-
homepage: "https://ventmcp.dev",
|
|
38
|
-
dependencies: {
|
|
39
|
-
"@clack/prompts": "^1.1.0",
|
|
40
|
-
ws: "^8.18.0"
|
|
41
|
-
},
|
|
42
|
-
devDependencies: {
|
|
43
|
-
"@types/ws": "^8.5.0",
|
|
44
|
-
"@vent/relay-client": "workspace:*",
|
|
45
|
-
"@vent/shared": "workspace:*",
|
|
46
|
-
esbuild: "^0.24.0"
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
export {
|
|
50
|
-
package_default as default
|
|
51
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
import "./chunk-U4M3XDTH.mjs";
|
|
3
|
-
|
|
4
|
-
// package.json
|
|
5
|
-
var package_default = {
|
|
6
|
-
name: "vent-hq",
|
|
7
|
-
version: "0.3.10",
|
|
8
|
-
type: "module",
|
|
9
|
-
description: "Vent CLI \u2014 CI/CD for voice AI agents",
|
|
10
|
-
bin: {
|
|
11
|
-
"vent-hq": "dist/index.mjs"
|
|
12
|
-
},
|
|
13
|
-
files: [
|
|
14
|
-
"dist"
|
|
15
|
-
],
|
|
16
|
-
scripts: {
|
|
17
|
-
build: "node scripts/bundle.mjs",
|
|
18
|
-
clean: "rm -rf dist"
|
|
19
|
-
},
|
|
20
|
-
keywords: [
|
|
21
|
-
"vent",
|
|
22
|
-
"cli",
|
|
23
|
-
"voice",
|
|
24
|
-
"agent",
|
|
25
|
-
"testing",
|
|
26
|
-
"ci-cd"
|
|
27
|
-
],
|
|
28
|
-
license: "MIT",
|
|
29
|
-
publishConfig: {
|
|
30
|
-
access: "public"
|
|
31
|
-
},
|
|
32
|
-
repository: {
|
|
33
|
-
type: "git",
|
|
34
|
-
url: "https://github.com/vent-hq/vent",
|
|
35
|
-
directory: "packages/cli"
|
|
36
|
-
},
|
|
37
|
-
homepage: "https://ventmcp.dev",
|
|
38
|
-
dependencies: {
|
|
39
|
-
"@clack/prompts": "^1.1.0",
|
|
40
|
-
ws: "^8.18.0"
|
|
41
|
-
},
|
|
42
|
-
devDependencies: {
|
|
43
|
-
"@types/ws": "^8.5.0",
|
|
44
|
-
"@vent/relay-client": "workspace:*",
|
|
45
|
-
"@vent/shared": "workspace:*",
|
|
46
|
-
esbuild: "^0.24.0"
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
export {
|
|
50
|
-
package_default as default
|
|
51
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
import "./chunk-U4M3XDTH.mjs";
|
|
3
|
-
|
|
4
|
-
// package.json
|
|
5
|
-
var package_default = {
|
|
6
|
-
name: "vent-hq",
|
|
7
|
-
version: "0.4.4",
|
|
8
|
-
type: "module",
|
|
9
|
-
description: "Vent CLI \u2014 CI/CD for voice AI agents",
|
|
10
|
-
bin: {
|
|
11
|
-
"vent-hq": "dist/index.mjs"
|
|
12
|
-
},
|
|
13
|
-
files: [
|
|
14
|
-
"dist"
|
|
15
|
-
],
|
|
16
|
-
scripts: {
|
|
17
|
-
build: "node scripts/bundle.mjs",
|
|
18
|
-
clean: "rm -rf dist"
|
|
19
|
-
},
|
|
20
|
-
keywords: [
|
|
21
|
-
"vent",
|
|
22
|
-
"cli",
|
|
23
|
-
"voice",
|
|
24
|
-
"agent",
|
|
25
|
-
"testing",
|
|
26
|
-
"ci-cd"
|
|
27
|
-
],
|
|
28
|
-
license: "MIT",
|
|
29
|
-
publishConfig: {
|
|
30
|
-
access: "public"
|
|
31
|
-
},
|
|
32
|
-
repository: {
|
|
33
|
-
type: "git",
|
|
34
|
-
url: "https://github.com/vent-hq/vent",
|
|
35
|
-
directory: "packages/cli"
|
|
36
|
-
},
|
|
37
|
-
homepage: "https://ventmcp.dev",
|
|
38
|
-
dependencies: {
|
|
39
|
-
"@clack/prompts": "^1.1.0",
|
|
40
|
-
ws: "^8.18.0"
|
|
41
|
-
},
|
|
42
|
-
devDependencies: {
|
|
43
|
-
"@types/ws": "^8.5.0",
|
|
44
|
-
"@vent/relay-client": "workspace:*",
|
|
45
|
-
"@vent/shared": "workspace:*",
|
|
46
|
-
esbuild: "^0.24.0"
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
export {
|
|
50
|
-
package_default as default
|
|
51
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
import "./chunk-U4M3XDTH.mjs";
|
|
3
|
-
|
|
4
|
-
// package.json
|
|
5
|
-
var package_default = {
|
|
6
|
-
name: "vent-hq",
|
|
7
|
-
version: "0.5.3",
|
|
8
|
-
type: "module",
|
|
9
|
-
description: "Vent CLI \u2014 CI/CD for voice AI agents",
|
|
10
|
-
bin: {
|
|
11
|
-
"vent-hq": "dist/index.mjs"
|
|
12
|
-
},
|
|
13
|
-
files: [
|
|
14
|
-
"dist"
|
|
15
|
-
],
|
|
16
|
-
scripts: {
|
|
17
|
-
build: "node scripts/bundle.mjs",
|
|
18
|
-
clean: "rm -rf dist"
|
|
19
|
-
},
|
|
20
|
-
keywords: [
|
|
21
|
-
"vent",
|
|
22
|
-
"cli",
|
|
23
|
-
"voice",
|
|
24
|
-
"agent",
|
|
25
|
-
"testing",
|
|
26
|
-
"ci-cd"
|
|
27
|
-
],
|
|
28
|
-
license: "MIT",
|
|
29
|
-
publishConfig: {
|
|
30
|
-
access: "public"
|
|
31
|
-
},
|
|
32
|
-
repository: {
|
|
33
|
-
type: "git",
|
|
34
|
-
url: "https://github.com/vent-hq/vent",
|
|
35
|
-
directory: "packages/cli"
|
|
36
|
-
},
|
|
37
|
-
homepage: "https://ventmcp.dev",
|
|
38
|
-
dependencies: {
|
|
39
|
-
"@clack/prompts": "^1.1.0",
|
|
40
|
-
ws: "^8.18.0"
|
|
41
|
-
},
|
|
42
|
-
devDependencies: {
|
|
43
|
-
"@types/ws": "^8.5.0",
|
|
44
|
-
"@vent/relay-client": "workspace:*",
|
|
45
|
-
"@vent/shared": "workspace:*",
|
|
46
|
-
esbuild: "^0.24.0"
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
export {
|
|
50
|
-
package_default as default
|
|
51
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
import "./chunk-U4M3XDTH.mjs";
|
|
3
|
-
|
|
4
|
-
// package.json
|
|
5
|
-
var package_default = {
|
|
6
|
-
name: "vent-hq",
|
|
7
|
-
version: "0.5.5",
|
|
8
|
-
type: "module",
|
|
9
|
-
description: "Vent CLI \u2014 CI/CD for voice AI agents",
|
|
10
|
-
bin: {
|
|
11
|
-
"vent-hq": "dist/index.mjs"
|
|
12
|
-
},
|
|
13
|
-
files: [
|
|
14
|
-
"dist"
|
|
15
|
-
],
|
|
16
|
-
scripts: {
|
|
17
|
-
build: "node scripts/bundle.mjs",
|
|
18
|
-
clean: "rm -rf dist"
|
|
19
|
-
},
|
|
20
|
-
keywords: [
|
|
21
|
-
"vent",
|
|
22
|
-
"cli",
|
|
23
|
-
"voice",
|
|
24
|
-
"agent",
|
|
25
|
-
"testing",
|
|
26
|
-
"ci-cd"
|
|
27
|
-
],
|
|
28
|
-
license: "MIT",
|
|
29
|
-
publishConfig: {
|
|
30
|
-
access: "public"
|
|
31
|
-
},
|
|
32
|
-
repository: {
|
|
33
|
-
type: "git",
|
|
34
|
-
url: "https://github.com/vent-hq/vent",
|
|
35
|
-
directory: "packages/cli"
|
|
36
|
-
},
|
|
37
|
-
homepage: "https://ventmcp.dev",
|
|
38
|
-
dependencies: {
|
|
39
|
-
"@clack/prompts": "^1.1.0",
|
|
40
|
-
ws: "^8.18.0"
|
|
41
|
-
},
|
|
42
|
-
devDependencies: {
|
|
43
|
-
"@types/ws": "^8.5.0",
|
|
44
|
-
"@vent/relay-client": "workspace:*",
|
|
45
|
-
"@vent/shared": "workspace:*",
|
|
46
|
-
esbuild: "^0.24.0"
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
export {
|
|
50
|
-
package_default as default
|
|
51
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
import "./chunk-U4M3XDTH.mjs";
|
|
3
|
-
|
|
4
|
-
// package.json
|
|
5
|
-
var package_default = {
|
|
6
|
-
name: "vent-hq",
|
|
7
|
-
version: "0.4.3",
|
|
8
|
-
type: "module",
|
|
9
|
-
description: "Vent CLI \u2014 CI/CD for voice AI agents",
|
|
10
|
-
bin: {
|
|
11
|
-
"vent-hq": "dist/index.mjs"
|
|
12
|
-
},
|
|
13
|
-
files: [
|
|
14
|
-
"dist"
|
|
15
|
-
],
|
|
16
|
-
scripts: {
|
|
17
|
-
build: "node scripts/bundle.mjs",
|
|
18
|
-
clean: "rm -rf dist"
|
|
19
|
-
},
|
|
20
|
-
keywords: [
|
|
21
|
-
"vent",
|
|
22
|
-
"cli",
|
|
23
|
-
"voice",
|
|
24
|
-
"agent",
|
|
25
|
-
"testing",
|
|
26
|
-
"ci-cd"
|
|
27
|
-
],
|
|
28
|
-
license: "MIT",
|
|
29
|
-
publishConfig: {
|
|
30
|
-
access: "public"
|
|
31
|
-
},
|
|
32
|
-
repository: {
|
|
33
|
-
type: "git",
|
|
34
|
-
url: "https://github.com/vent-hq/vent",
|
|
35
|
-
directory: "packages/cli"
|
|
36
|
-
},
|
|
37
|
-
homepage: "https://ventmcp.dev",
|
|
38
|
-
dependencies: {
|
|
39
|
-
"@clack/prompts": "^1.1.0",
|
|
40
|
-
ws: "^8.18.0"
|
|
41
|
-
},
|
|
42
|
-
devDependencies: {
|
|
43
|
-
"@types/ws": "^8.5.0",
|
|
44
|
-
"@vent/relay-client": "workspace:*",
|
|
45
|
-
"@vent/shared": "workspace:*",
|
|
46
|
-
esbuild: "^0.24.0"
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
export {
|
|
50
|
-
package_default as default
|
|
51
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
import "./chunk-U4M3XDTH.mjs";
|
|
3
|
-
|
|
4
|
-
// package.json
|
|
5
|
-
var package_default = {
|
|
6
|
-
name: "vent-hq",
|
|
7
|
-
version: "0.5.1",
|
|
8
|
-
type: "module",
|
|
9
|
-
description: "Vent CLI \u2014 CI/CD for voice AI agents",
|
|
10
|
-
bin: {
|
|
11
|
-
"vent-hq": "dist/index.mjs"
|
|
12
|
-
},
|
|
13
|
-
files: [
|
|
14
|
-
"dist"
|
|
15
|
-
],
|
|
16
|
-
scripts: {
|
|
17
|
-
build: "node scripts/bundle.mjs",
|
|
18
|
-
clean: "rm -rf dist"
|
|
19
|
-
},
|
|
20
|
-
keywords: [
|
|
21
|
-
"vent",
|
|
22
|
-
"cli",
|
|
23
|
-
"voice",
|
|
24
|
-
"agent",
|
|
25
|
-
"testing",
|
|
26
|
-
"ci-cd"
|
|
27
|
-
],
|
|
28
|
-
license: "MIT",
|
|
29
|
-
publishConfig: {
|
|
30
|
-
access: "public"
|
|
31
|
-
},
|
|
32
|
-
repository: {
|
|
33
|
-
type: "git",
|
|
34
|
-
url: "https://github.com/vent-hq/vent",
|
|
35
|
-
directory: "packages/cli"
|
|
36
|
-
},
|
|
37
|
-
homepage: "https://ventmcp.dev",
|
|
38
|
-
dependencies: {
|
|
39
|
-
"@clack/prompts": "^1.1.0",
|
|
40
|
-
ws: "^8.18.0"
|
|
41
|
-
},
|
|
42
|
-
devDependencies: {
|
|
43
|
-
"@types/ws": "^8.5.0",
|
|
44
|
-
"@vent/relay-client": "workspace:*",
|
|
45
|
-
"@vent/shared": "workspace:*",
|
|
46
|
-
esbuild: "^0.24.0"
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
export {
|
|
50
|
-
package_default as default
|
|
51
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
import "./chunk-U4M3XDTH.mjs";
|
|
3
|
-
|
|
4
|
-
// package.json
|
|
5
|
-
var package_default = {
|
|
6
|
-
name: "vent-hq",
|
|
7
|
-
version: "0.5.2",
|
|
8
|
-
type: "module",
|
|
9
|
-
description: "Vent CLI \u2014 CI/CD for voice AI agents",
|
|
10
|
-
bin: {
|
|
11
|
-
"vent-hq": "dist/index.mjs"
|
|
12
|
-
},
|
|
13
|
-
files: [
|
|
14
|
-
"dist"
|
|
15
|
-
],
|
|
16
|
-
scripts: {
|
|
17
|
-
build: "node scripts/bundle.mjs",
|
|
18
|
-
clean: "rm -rf dist"
|
|
19
|
-
},
|
|
20
|
-
keywords: [
|
|
21
|
-
"vent",
|
|
22
|
-
"cli",
|
|
23
|
-
"voice",
|
|
24
|
-
"agent",
|
|
25
|
-
"testing",
|
|
26
|
-
"ci-cd"
|
|
27
|
-
],
|
|
28
|
-
license: "MIT",
|
|
29
|
-
publishConfig: {
|
|
30
|
-
access: "public"
|
|
31
|
-
},
|
|
32
|
-
repository: {
|
|
33
|
-
type: "git",
|
|
34
|
-
url: "https://github.com/vent-hq/vent",
|
|
35
|
-
directory: "packages/cli"
|
|
36
|
-
},
|
|
37
|
-
homepage: "https://ventmcp.dev",
|
|
38
|
-
dependencies: {
|
|
39
|
-
"@clack/prompts": "^1.1.0",
|
|
40
|
-
ws: "^8.18.0"
|
|
41
|
-
},
|
|
42
|
-
devDependencies: {
|
|
43
|
-
"@types/ws": "^8.5.0",
|
|
44
|
-
"@vent/relay-client": "workspace:*",
|
|
45
|
-
"@vent/shared": "workspace:*",
|
|
46
|
-
esbuild: "^0.24.0"
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
export {
|
|
50
|
-
package_default as default
|
|
51
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
import "./chunk-U4M3XDTH.mjs";
|
|
3
|
-
|
|
4
|
-
// package.json
|
|
5
|
-
var package_default = {
|
|
6
|
-
name: "vent-hq",
|
|
7
|
-
version: "0.4.1",
|
|
8
|
-
type: "module",
|
|
9
|
-
description: "Vent CLI \u2014 CI/CD for voice AI agents",
|
|
10
|
-
bin: {
|
|
11
|
-
"vent-hq": "dist/index.mjs"
|
|
12
|
-
},
|
|
13
|
-
files: [
|
|
14
|
-
"dist"
|
|
15
|
-
],
|
|
16
|
-
scripts: {
|
|
17
|
-
build: "node scripts/bundle.mjs",
|
|
18
|
-
clean: "rm -rf dist"
|
|
19
|
-
},
|
|
20
|
-
keywords: [
|
|
21
|
-
"vent",
|
|
22
|
-
"cli",
|
|
23
|
-
"voice",
|
|
24
|
-
"agent",
|
|
25
|
-
"testing",
|
|
26
|
-
"ci-cd"
|
|
27
|
-
],
|
|
28
|
-
license: "MIT",
|
|
29
|
-
publishConfig: {
|
|
30
|
-
access: "public"
|
|
31
|
-
},
|
|
32
|
-
repository: {
|
|
33
|
-
type: "git",
|
|
34
|
-
url: "https://github.com/vent-hq/vent",
|
|
35
|
-
directory: "packages/cli"
|
|
36
|
-
},
|
|
37
|
-
homepage: "https://ventmcp.dev",
|
|
38
|
-
dependencies: {
|
|
39
|
-
"@clack/prompts": "^1.1.0",
|
|
40
|
-
ws: "^8.18.0"
|
|
41
|
-
},
|
|
42
|
-
devDependencies: {
|
|
43
|
-
"@types/ws": "^8.5.0",
|
|
44
|
-
"@vent/relay-client": "workspace:*",
|
|
45
|
-
"@vent/shared": "workspace:*",
|
|
46
|
-
esbuild: "^0.24.0"
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
export {
|
|
50
|
-
package_default as default
|
|
51
|
-
};
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
#!/usr/bin/env node
|
|
2
|
-
import "./chunk-U4M3XDTH.mjs";
|
|
3
|
-
|
|
4
|
-
// package.json
|
|
5
|
-
var package_default = {
|
|
6
|
-
name: "vent-hq",
|
|
7
|
-
version: "0.4.0",
|
|
8
|
-
type: "module",
|
|
9
|
-
description: "Vent CLI \u2014 CI/CD for voice AI agents",
|
|
10
|
-
bin: {
|
|
11
|
-
"vent-hq": "dist/index.mjs"
|
|
12
|
-
},
|
|
13
|
-
files: [
|
|
14
|
-
"dist"
|
|
15
|
-
],
|
|
16
|
-
scripts: {
|
|
17
|
-
build: "node scripts/bundle.mjs",
|
|
18
|
-
clean: "rm -rf dist"
|
|
19
|
-
},
|
|
20
|
-
keywords: [
|
|
21
|
-
"vent",
|
|
22
|
-
"cli",
|
|
23
|
-
"voice",
|
|
24
|
-
"agent",
|
|
25
|
-
"testing",
|
|
26
|
-
"ci-cd"
|
|
27
|
-
],
|
|
28
|
-
license: "MIT",
|
|
29
|
-
publishConfig: {
|
|
30
|
-
access: "public"
|
|
31
|
-
},
|
|
32
|
-
repository: {
|
|
33
|
-
type: "git",
|
|
34
|
-
url: "https://github.com/vent-hq/vent",
|
|
35
|
-
directory: "packages/cli"
|
|
36
|
-
},
|
|
37
|
-
homepage: "https://ventmcp.dev",
|
|
38
|
-
dependencies: {
|
|
39
|
-
"@clack/prompts": "^1.1.0",
|
|
40
|
-
ws: "^8.18.0"
|
|
41
|
-
},
|
|
42
|
-
devDependencies: {
|
|
43
|
-
"@types/ws": "^8.5.0",
|
|
44
|
-
"@vent/relay-client": "workspace:*",
|
|
45
|
-
"@vent/shared": "workspace:*",
|
|
46
|
-
esbuild: "^0.24.0"
|
|
47
|
-
}
|
|
48
|
-
};
|
|
49
|
-
export {
|
|
50
|
-
package_default as default
|
|
51
|
-
};
|