@poncho-ai/cli 0.8.3 → 0.9.0

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @poncho-ai/cli@0.8.3 build /Users/cesar/Dev/latitude/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.9.0 build /Users/cesar/Dev/latitude/poncho-ai/packages/cli
3
3
  > tsup src/index.ts src/cli.ts --format esm --dts
4
4
 
5
5
  CLI Building entry: src/cli.ts, src/index.ts
@@ -8,11 +8,11 @@
8
8
  CLI Target: es2022
9
9
  ESM Build start
10
10
  ESM dist/index.js 857.00 B
11
- ESM dist/run-interactive-ink-XEK5ZPSU.js 18.37 KB
11
+ ESM dist/run-interactive-ink-64XY2KJD.js 18.37 KB
12
12
  ESM dist/cli.js 94.00 B
13
- ESM dist/chunk-74HD63WM.js 205.80 KB
14
- ESM ⚡️ Build success in 101ms
13
+ ESM dist/chunk-J2MTY7EY.js 206.28 KB
14
+ ESM ⚡️ Build success in 28ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 2569ms
16
+ DTS ⚡️ Build success in 2457ms
17
17
  DTS dist/cli.d.ts 20.00 B
18
- DTS dist/index.d.ts 3.32 KB
18
+ DTS dist/index.d.ts 3.36 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.9.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Improve deployment scaffolding and init onboarding for production targets.
8
+
9
+ The CLI now scaffolds deployment files directly in project roots (including Vercel `api/index.mjs` + `vercel.json`), adds safer overwrite behavior with `--force`, and normalizes runtime dependencies for deployable projects. Onboarding now captures `deploy.target` so new projects can scaffold the selected platform during `poncho init`.
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies []:
14
+ - @poncho-ai/sdk@0.5.0
15
+ - @poncho-ai/harness@0.10.1
16
+
3
17
  ## 0.8.3
4
18
 
5
19
  ### Patch Changes