@poncho-ai/cli 0.25.3 → 0.25.4

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.3 build /Users/cesar/Dev/latitude/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.25.4 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-SHDAT5RG.js 56.74 KB
10
11
  ESM dist/index.js 857.00 B
11
12
  ESM dist/cli.js 94.00 B
12
- ESM dist/chunk-X6E6KPIR.js 412.69 KB
13
- ESM dist/run-interactive-ink-DCK6IC6G.js 56.74 KB
14
- ESM ⚡️ Build success in 80ms
13
+ ESM dist/chunk-P52AKG7G.js 412.62 KB
14
+ ESM ⚡️ Build success in 146ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 3491ms
16
+ DTS ⚡️ Build success in 3213ms
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.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`827eb1d`](https://github.com/cesr/poncho-ai/commit/827eb1d231c9d70febfb47cfe00af74d32b3badd) Thanks [@cesr](https://github.com/cesr)! - Revert unnecessary Cache-Control headers from JSON API responses (the root cause was a missing ownerId, not edge caching).
8
+
3
9
  ## 0.25.3
4
10
 
5
11
  ### Patch Changes