@vibeprospecting/vpai 0.1.6 → 0.1.8
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/vpai.cjs +2 -1
- package/package.json +2 -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.
|
|
44420
|
+
version: "0.1.8",
|
|
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",
|
|
@@ -44435,6 +44435,7 @@ var package_default = {
|
|
|
44435
44435
|
"explorium"
|
|
44436
44436
|
],
|
|
44437
44437
|
scripts: {
|
|
44438
|
+
bump: "node scripts/bump.cjs",
|
|
44438
44439
|
build: "rm -rf dist && mkdir -p dist && node esbuild.config.cjs && chmod +x dist/vpai.cjs",
|
|
44439
44440
|
prepublishOnly: "npm run build",
|
|
44440
44441
|
call: "node dist/vpai.cjs",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibeprospecting/vpai",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
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",
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
"explorium"
|
|
19
19
|
],
|
|
20
20
|
"scripts": {
|
|
21
|
+
"bump": "node scripts/bump.cjs",
|
|
21
22
|
"build": "rm -rf dist && mkdir -p dist && node esbuild.config.cjs && chmod +x dist/vpai.cjs",
|
|
22
23
|
"prepublishOnly": "npm run build",
|
|
23
24
|
"call": "node dist/vpai.cjs",
|