@poncho-ai/cli 0.16.2 → 0.16.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.16.1 build /Users/cesar/Dev/latitude/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.16.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
@@ -11,8 +11,8 @@
11
11
  ESM dist/index.js 857.00 B
12
12
  ESM dist/run-interactive-ink-2JQJDP7W.js 55.30 KB
13
13
  ESM dist/chunk-XT5HPFIW.js 328.07 KB
14
- ESM ⚡️ Build success in 45ms
14
+ ESM ⚡️ Build success in 43ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 2701ms
16
+ DTS ⚡️ Build success in 3267ms
17
17
  DTS dist/cli.d.ts 20.00 B
18
18
  DTS dist/index.d.ts 3.56 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.16.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`12f2845`](https://github.com/cesr/poncho-ai/commit/12f28457c20e650640ff2a1c1dbece2a6e4a9ddd)]:
8
+ - @poncho-ai/harness@0.16.0
9
+
3
10
  ## 0.16.1
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poncho-ai/cli",
3
- "version": "0.16.2",
3
+ "version": "0.16.4",
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/harness": "0.15.1",
30
+ "@poncho-ai/sdk": "1.1.1",
31
31
  "@poncho-ai/messaging": "0.2.4",
32
- "@poncho-ai/sdk": "1.1.1"
32
+ "@poncho-ai/harness": "0.16.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/busboy": "^1.5.4",