@base44-preview/cli 0.0.17-pr.111.1ac2475 → 0.0.17-pr.111.e15ffa8

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/index.js +5 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -38192,7 +38192,11 @@ async function executeCreate({ template, name: rawName, description, projectPath
38192
38192
  "-y",
38193
38193
  "add-skill",
38194
38194
  "base44/skills",
38195
- "-y"
38195
+ "-y",
38196
+ "-s",
38197
+ "base44-cli",
38198
+ "-s",
38199
+ "base44-sdk"
38196
38200
  ], {
38197
38201
  cwd: resolvedPath,
38198
38202
  stdio: "inherit"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/cli",
3
- "version": "0.0.17-pr.111.1ac2475",
3
+ "version": "0.0.17-pr.111.e15ffa8",
4
4
  "description": "Base44 CLI - Unified interface for managing Base44 applications",
5
5
  "type": "module",
6
6
  "bin": {