@poncho-ai/cli 0.9.1 → 0.9.3

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.1 build /Users/cesar/Dev/latitude/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.9.3 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/cli.js 94.00 B
11
+ ESM dist/run-interactive-ink-WBPOSHHC.js 18.37 KB
12
+ ESM dist/chunk-HYTF3H3J.js 206.86 KB
11
13
  ESM dist/index.js 857.00 B
12
- ESM dist/chunk-DFV5DGX4.js 206.84 KB
13
- ESM dist/run-interactive-ink-DFIJTWMT.js 18.37 KB
14
- ESM ⚡️ Build success in 102ms
14
+ ESM ⚡️ Build success in 33ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 2857ms
16
+ DTS ⚡️ Build success in 3565ms
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,24 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.9.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Improve runtime loading of `poncho.config.js` in serverless environments.
8
+
9
+ The harness now falls back to `jiti` when native ESM import of `poncho.config.js` fails, allowing deploys where bundlers/runtime packaging treat project `.js` files as CommonJS. The CLI patch picks up the updated harness runtime.
10
+
11
+ - Updated dependencies []:
12
+ - @poncho-ai/harness@0.10.2
13
+
14
+ ## 0.9.2
15
+
16
+ ### Patch Changes
17
+
18
+ - Fix Vercel tracing of `marked` by statically importing it in generated `api/index.mjs`.
19
+
20
+ This ensures `marked` is included in serverless bundles when using pnpm and avoids runtime `Cannot find module 'marked'` errors in Vercel deployments.
21
+
3
22
  ## 0.9.1
4
23
 
5
24
  ### Patch Changes