@poncho-ai/cli 0.21.10 → 0.21.12

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.10 build /Users/cesar/Dev/latitude/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.21.12 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-CXH6FTAO.js 55.30 KB
13
13
  ESM dist/chunk-QF6XFAQX.js 384.75 KB
14
- ESM ⚡️ Build success in 46ms
14
+ ESM ⚡️ Build success in 37ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 2286ms
16
+ DTS ⚡️ Build success in 3191ms
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.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`0ec1f69`](https://github.com/cesr/poncho-ai/commit/0ec1f69a56b6424967d994663294adbbde1b9257)]:
8
+ - @poncho-ai/harness@0.20.8
9
+
10
+ ## 0.21.11
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`8999a47`](https://github.com/cesr/poncho-ai/commit/8999a477b6e73ffb7c942a9cc5c85e704ec158b8)]:
15
+ - @poncho-ai/harness@0.20.7
16
+
3
17
  ## 0.21.10
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.10",
3
+ "version": "0.21.12",
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.20.6",
31
- "@poncho-ai/sdk": "1.4.0",
32
- "@poncho-ai/messaging": "0.2.9"
30
+ "@poncho-ai/harness": "0.20.8",
31
+ "@poncho-ai/messaging": "0.2.9",
32
+ "@poncho-ai/sdk": "1.4.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/busboy": "^1.5.4",