@poncho-ai/cli 0.25.0 → 0.25.1

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.25.0 build /Users/cesar/Dev/latitude/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.25.1 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-EALYWAUB.js 56.74 KB
11
+ ESM dist/run-interactive-ink-FTMLIBHL.js 56.74 KB
12
12
  ESM dist/index.js 857.00 B
13
- ESM dist/chunk-VPES2JRQ.js 412.40 KB
14
- ESM ⚡️ Build success in 54ms
13
+ ESM dist/chunk-WB6NYF5X.js 412.47 KB
14
+ ESM ⚡️ Build success in 113ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 4449ms
16
+ DTS ⚡️ Build success in 7869ms
17
17
  DTS dist/cli.d.ts 20.00 B
18
18
  DTS dist/index.d.ts 3.70 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.25.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`7343d7e`](https://github.com/cesr/poncho-ai/commit/7343d7e239b39d367dac09722826e3c179e7f271) Thanks [@cesr](https://github.com/cesr)! - Add Cache-Control headers to all JSON API responses to prevent Vercel CDN from caching dynamic endpoints like cron jobs.
8
+
3
9
  ## 0.25.0
4
10
 
5
11
  ### Minor Changes