@poncho-ai/cli 0.21.4 → 0.21.6

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.21.4 build /home/runner/work/poncho-ai/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.21.6 build /home/runner/work/poncho-ai/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-CXH6FTAO.js 55.30 KB
12
11
  ESM dist/index.js 857.00 B
12
+ ESM dist/run-interactive-ink-CXH6FTAO.js 55.30 KB
13
13
  ESM dist/chunk-QF6XFAQX.js 384.75 KB
14
- ESM ⚡️ Build success in 60ms
14
+ ESM ⚡️ Build success in 61ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 3757ms
16
+ DTS ⚡️ Build success in 3719ms
17
17
  DTS dist/cli.d.ts 20.00 B
18
18
  DTS dist/index.d.ts 3.59 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.21.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`28046fb`](https://github.com/cesr/poncho-ai/commit/28046fb39aea00968ac532c25db4f0d654e21876)]:
8
+ - @poncho-ai/harness@0.20.3
9
+
10
+ ## 0.21.5
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`ec7d7a8`](https://github.com/cesr/poncho-ai/commit/ec7d7a80bf84855d19454c52053375fe86815ae4)]:
15
+ - @poncho-ai/harness@0.20.2
16
+
3
17
  ## 0.21.4
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poncho-ai/cli",
3
- "version": "0.21.4",
3
+ "version": "0.21.6",
4
4
  "description": "CLI for building and deploying AI agents",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,9 +27,9 @@
27
27
  "react": "^19.2.4",
28
28
  "react-devtools-core": "^6.1.5",
29
29
  "yaml": "^2.8.1",
30
- "@poncho-ai/sdk": "1.4.0",
31
- "@poncho-ai/harness": "0.20.1",
32
- "@poncho-ai/messaging": "0.2.8"
30
+ "@poncho-ai/harness": "0.20.3",
31
+ "@poncho-ai/messaging": "0.2.8",
32
+ "@poncho-ai/sdk": "1.4.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/busboy": "^1.5.4",