@poncho-ai/cli 0.9.0 → 0.9.2

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.9.0 build /Users/cesar/Dev/latitude/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.9.2 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
@@ -7,12 +7,12 @@
7
7
  CLI tsup v8.5.1
8
8
  CLI Target: es2022
9
9
  ESM Build start
10
+ ESM dist/run-interactive-ink-WBPOSHHC.js 18.37 KB
10
11
  ESM dist/index.js 857.00 B
11
- ESM dist/run-interactive-ink-64XY2KJD.js 18.37 KB
12
12
  ESM dist/cli.js 94.00 B
13
- ESM dist/chunk-J2MTY7EY.js 206.28 KB
14
- ESM ⚡️ Build success in 28ms
13
+ ESM dist/chunk-HYTF3H3J.js 206.86 KB
14
+ ESM ⚡️ Build success in 69ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 2457ms
16
+ DTS ⚡️ Build success in 2944ms
17
17
  DTS dist/cli.d.ts 20.00 B
18
18
  DTS dist/index.d.ts 3.36 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.9.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix Vercel tracing of `marked` by statically importing it in generated `api/index.mjs`.
8
+
9
+ This ensures `marked` is included in serverless bundles when using pnpm and avoids runtime `Cannot find module 'marked'` errors in Vercel deployments.
10
+
11
+ ## 0.9.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Fix Vercel runtime packaging for Markdown rendering in deployed agents.
16
+
17
+ When scaffolding Vercel deploy files, ensure `marked` is added as a direct project dependency and include the `marked.umd.js` file from pnpm's store path in `vercel.json` `includeFiles` so runtime resolution works in serverless builds.
18
+
3
19
  ## 0.9.0
4
20
 
5
21
  ### Minor Changes