@k-msg/webhook 0.18.1 → 0.19.0

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.
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @k-msg/webhook
2
2
 
3
+ > Canonical docs: [k-msg.and.guide](https://k-msg.and.guide)
4
+
3
5
  Webhook delivery helpers for emitting real-time message events to HTTP endpoints.
4
6
 
5
7
  This package provides:
package/README_ko.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @k-msg/webhook
2
2
 
3
+ > 공식 문서: [k-msg.and.guide](https://k-msg.and.guide)
4
+
3
5
  HTTP 엔드포인트로 실시간 메시지 이벤트를 전달하기 위한 웹훅(Webhook) 전송 도구입니다.
4
6
 
5
7
  이 패키지는 아래 기능을 제공합니다.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@k-msg/webhook",
3
- "version": "0.18.1",
3
+ "version": "0.19.0",
4
4
  "packageManager": "bun@1.3.8",
5
5
  "description": "Webhook system for real-time message event notifications",
6
6
  "type": "module",
@@ -29,7 +29,7 @@
29
29
  "publish": "bun publish --access public"
30
30
  },
31
31
  "dependencies": {
32
- "@k-msg/core": "0.18.1",
32
+ "@k-msg/core": "0.19.0",
33
33
  "@noble/hashes": "^1.8.0",
34
34
  "zod": "^4.0.14"
35
35
  },