vybekiit 0.7.13 → 0.7.14

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/bin.js +1 -1
  2. package/package.json +8 -8
package/dist/bin.js CHANGED
@@ -11354,7 +11354,7 @@ Creating your first web app at ${appPath}\u2026
11354
11354
  }
11355
11355
  let devStarted = false;
11356
11356
  if (depsInstalled && packagesBuilt) {
11357
- devStarted = deps.startDetached(appPath, pnpmBin, [...pnpmPrefix, "dev", "web"]);
11357
+ devStarted = deps.startDetached(appPath, pnpmBin, [...pnpmPrefix, "dev"]);
11358
11358
  }
11359
11359
  const claudeOpened = await deps.openClaude(appPath, SESSION_ONE_SEED_PROMPT);
11360
11360
  const welcomeUrl = sessionOneWelcomeUrl(preferences);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vybekiit",
3
- "version": "0.7.13",
3
+ "version": "0.7.14",
4
4
  "description": "Choose your services, sign in, create a VybeKiit app, and open its verified local welcome page.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -32,13 +32,13 @@
32
32
  "tsup": "8.5.1",
33
33
  "typescript": "5.7.2",
34
34
  "vitest": "3.2.6",
35
- "@vybekiit/agent-mcp": "0.7.13",
36
- "@vybekiit/core": "0.7.13",
37
- "@vybekiit/db": "0.7.13",
38
- "@vybekiit/agent-kit": "0.7.13",
39
- "@vybekiit/payments": "0.7.13",
40
- "@vybekiit/report-mode": "0.7.13",
41
- "@vybekiit/deploy": "0.7.13"
35
+ "@vybekiit/agent-mcp": "0.7.14",
36
+ "@vybekiit/db": "0.7.14",
37
+ "@vybekiit/deploy": "0.7.14",
38
+ "@vybekiit/core": "0.7.14",
39
+ "@vybekiit/agent-kit": "0.7.14",
40
+ "@vybekiit/payments": "0.7.14",
41
+ "@vybekiit/report-mode": "0.7.14"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "tsup && node scripts/bundleGlobalSkills.mjs",