@poncho-ai/messaging 0.2.5 → 0.2.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/messaging@0.2.5 build /home/runner/work/poncho-ai/poncho-ai/packages/messaging
2
+ > @poncho-ai/messaging@0.2.6 build /home/runner/work/poncho-ai/poncho-ai/packages/messaging
3
3
  > tsup src/index.ts --format esm --dts
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -8,7 +8,7 @@
8
8
  CLI Target: es2022
9
9
  ESM Build start
10
10
  ESM dist/index.js 29.35 KB
11
- ESM ⚡️ Build success in 71ms
11
+ ESM ⚡️ Build success in 52ms
12
12
  DTS Build start
13
- DTS ⚡️ Build success in 4517ms
13
+ DTS ⚡️ Build success in 4588ms
14
14
  DTS dist/index.d.ts 8.89 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @poncho-ai/messaging
2
2
 
3
+ ## 0.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`cd6ccd7`](https://github.com/cesr/poncho-ai/commit/cd6ccd7846e16fbaf17167617666796320ec29ce)]:
8
+ - @poncho-ai/sdk@1.3.0
9
+
3
10
  ## 0.2.5
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poncho-ai/messaging",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Messaging platform adapters for Poncho agents (Slack, Telegram, etc.)",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,7 +20,7 @@
20
20
  }
21
21
  },
22
22
  "dependencies": {
23
- "@poncho-ai/sdk": "1.2.0"
23
+ "@poncho-ai/sdk": "1.3.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "resend": ">=4.0.0"