@vibeprospecting/vpai 0.1.8 → 0.1.9

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.
Files changed (2) hide show
  1. package/dist/vpai.cjs +3 -1
  2. package/package.json +1 -1
package/dist/vpai.cjs CHANGED
@@ -44417,7 +44417,7 @@ function loadConfig() {
44417
44417
  // package.json
44418
44418
  var package_default = {
44419
44419
  name: "@vibeprospecting/vpai",
44420
- version: "0.1.8",
44420
+ version: "0.1.9",
44421
44421
  description: "Power your chat with B2B data to create lead lists, research companies, personalize your outreach, and more. Search any company or professional to access emails, phone numbers, roles, growth signals, tech stack details, business events, website changes, and more.",
44422
44422
  type: "module",
44423
44423
  license: "MIT",
@@ -44483,6 +44483,8 @@ program2.description(CLI_DESCRIPTION);
44483
44483
  program2.addHelpText(
44484
44484
  "before",
44485
44485
  `
44486
+ ${CLI_NAME} v${package_default.version}
44487
+
44486
44488
  Workflow (run in order):
44487
44489
  1. ${CLI_NAME} --help Discover available tools and descriptions
44488
44490
  2. ${CLI_NAME} <tool> --all-parameters Inspect input/output JSON schema before executing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibeprospecting/vpai",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Power your chat with B2B data to create lead lists, research companies, personalize your outreach, and more. Search any company or professional to access emails, phone numbers, roles, growth signals, tech stack details, business events, website changes, and more.",
5
5
  "type": "module",
6
6
  "license": "MIT",