@poncho-ai/messaging 0.8.1 → 0.8.2

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,14 +1,14 @@
1
1
 
2
- > @poncho-ai/messaging@0.8.1 build /home/runner/work/poncho-ai/poncho-ai/packages/messaging
2
+ > @poncho-ai/messaging@0.8.1 build /Users/cesar/Dev/latitude/poncho-ai/packages/messaging
3
3
  > tsup src/index.ts --format esm --dts
4
4
 
5
- CLI Building entry: src/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.5.1
8
- CLI Target: es2022
9
- ESM Build start
10
- ESM dist/index.js 53.27 KB
11
- ESM ⚡️ Build success in 60ms
12
- DTS Build start
13
- DTS ⚡️ Build success in 5292ms
14
- DTS dist/index.d.ts 11.66 KB
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.5.1
8
+ CLI Target: es2022
9
+ ESM Build start
10
+ ESM dist/index.js 53.27 KB
11
+ ESM ⚡️ Build success in 354ms
12
+ DTS Build start
13
+ DTS ⚡️ Build success in 2315ms
14
+ DTS dist/index.d.ts 11.66 KB
File without changes
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @poncho-ai/messaging
2
2
 
3
+ ## 0.8.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`83d3c5f`](https://github.com/cesr/poncho-ai/commit/83d3c5f841fe84965d1f9fec6dfc5d8832e4489a)]:
8
+ - @poncho-ai/sdk@1.8.0
9
+
3
10
  ## 0.8.1
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.8.1",
3
+ "version": "0.8.2",
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.7.1"
23
+ "@poncho-ai/sdk": "1.8.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "resend": ">=4.0.0"