@poncho-ai/cli 0.21.0 → 0.21.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.21.0 build /home/runner/work/poncho-ai/poncho-ai/packages/cli
2
+ > @poncho-ai/cli@0.21.1 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
@@ -13,6 +13,6 @@
13
13
  ESM dist/chunk-54WK2ATG.js 384.68 KB
14
14
  ESM ⚡️ Build success in 57ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 3701ms
16
+ DTS ⚡️ Build success in 3791ms
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,12 @@
1
1
  # @poncho-ai/cli
2
2
 
3
+ ## 0.21.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`deb134e`](https://github.com/cesr/poncho-ai/commit/deb134e8a6ecf38d85dc200f57998e33406eff61)]:
8
+ - @poncho-ai/messaging@0.2.8
9
+
3
10
  ## 0.21.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poncho-ai/cli",
3
- "version": "0.21.0",
3
+ "version": "0.21.1",
4
4
  "description": "CLI for building and deploying AI agents",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,8 +27,8 @@
27
27
  "react": "^19.2.4",
28
28
  "react-devtools-core": "^6.1.5",
29
29
  "yaml": "^2.8.1",
30
- "@poncho-ai/messaging": "0.2.7",
31
30
  "@poncho-ai/harness": "0.20.0",
31
+ "@poncho-ai/messaging": "0.2.8",
32
32
  "@poncho-ai/sdk": "1.4.0"
33
33
  },
34
34
  "devDependencies": {