k-msg 0.22.1 → 0.22.3

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/dist/index.d.ts CHANGED
@@ -2,5 +2,5 @@
2
2
  * K-Message: Korean Multi-Channel Messaging Platform
3
3
  * Lightweight facade focused on basic send flow
4
4
  */
5
- export { fail, KMsgError, KMsgErrorCode, type MessageType, ok, type Provider, type Result, type SendInput, type SendOptions, type SendResult, } from "@k-msg/core";
5
+ export { ErrorUtils, fail, KMsgError, KMsgErrorCode, type MessageType, ok, type Provider, type Result, type SendInput, type SendOptions, type SendResult, } from "@k-msg/core";
6
6
  export { KMsg } from "@k-msg/messaging";
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- var{defineProperty:n,getOwnPropertyNames:p,getOwnPropertyDescriptor:i}=Object,a=Object.prototype.hasOwnProperty,M=(o,e,s)=>{for(let t of p(e))if(!a.call(o,t)&&t!=="default")n(o,t,{get:()=>e[t],enumerable:!0});if(s){for(let t of p(e))if(!a.call(s,t)&&t!=="default")n(s,t,{get:()=>e[t],enumerable:!0});return s}};var g=new WeakMap,f=(o)=>{var e=g.get(o),s;if(e)return e;if(e=n({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function")p(o).map((t)=>!a.call(e,t)&&n(e,t,{get:()=>o[t],enumerable:!(s=i(o,t))||s.enumerable}));return g.set(o,e),e};var l=(o,e)=>{for(var s in e)n(o,s,{get:e[s],enumerable:!0,configurable:!0,set:(t)=>e[s]=()=>t})};var y={};l(y,{ok:()=>r.ok,fail:()=>r.fail,KMsgErrorCode:()=>r.KMsgErrorCode,KMsgError:()=>r.KMsgError,KMsg:()=>d.KMsg});module.exports=f(y);var r=require("@k-msg/core"),d=require("@k-msg/messaging");
1
+ var{defineProperty:n,getOwnPropertyNames:p,getOwnPropertyDescriptor:d}=Object,a=Object.prototype.hasOwnProperty,M=(t,e,o)=>{for(let r of p(e))if(!a.call(t,r)&&r!=="default")n(t,r,{get:()=>e[r],enumerable:!0});if(o){for(let r of p(e))if(!a.call(o,r)&&r!=="default")n(o,r,{get:()=>e[r],enumerable:!0});return o}};var g=new WeakMap,l=(t)=>{var e=g.get(t),o;if(e)return e;if(e=n({},"__esModule",{value:!0}),t&&typeof t==="object"||typeof t==="function")p(t).map((r)=>!a.call(e,r)&&n(e,r,{get:()=>t[r],enumerable:!(o=d(t,r))||o.enumerable}));return g.set(t,e),e};var f=(t,e)=>{for(var o in e)n(t,o,{get:e[o],enumerable:!0,configurable:!0,set:(r)=>e[o]=()=>r})};var y={};f(y,{ok:()=>s.ok,fail:()=>s.fail,KMsgErrorCode:()=>s.KMsgErrorCode,KMsgError:()=>s.KMsgError,KMsg:()=>i.KMsg,ErrorUtils:()=>s.ErrorUtils});module.exports=l(y);var s=require("@k-msg/core"),i=require("@k-msg/messaging");
2
2
 
3
- //# debugId=14A6D4FC4030A1DC64756E2164756E21
3
+ //# debugId=5635F92CDEE3AED564756E2164756E21
4
4
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -2,9 +2,9 @@
2
2
  "version": 3,
3
3
  "sources": ["../src/index.ts"],
4
4
  "sourcesContent": [
5
- "/**\n * K-Message: Korean Multi-Channel Messaging Platform\n * Lightweight facade focused on basic send flow\n */\n\nexport {\n fail,\n KMsgError,\n KMsgErrorCode,\n type MessageType,\n ok,\n type Provider,\n type Result,\n type SendInput,\n type SendOptions,\n type SendResult,\n} from \"@k-msg/core\";\nexport { KMsg } from \"@k-msg/messaging\";\n"
5
+ "/**\n * K-Message: Korean Multi-Channel Messaging Platform\n * Lightweight facade focused on basic send flow\n */\n\nexport {\n ErrorUtils,\n fail,\n KMsgError,\n KMsgErrorCode,\n type MessageType,\n ok,\n type Provider,\n type Result,\n type SendInput,\n type SendOptions,\n type SendResult,\n} from \"@k-msg/core\";\nexport { KMsg } from \"@k-msg/messaging\";\n"
6
6
  ],
7
- "mappings": "4xBAgBO,IAXP,yBAYA",
8
- "debugId": "14A6D4FC4030A1DC64756E2164756E21",
7
+ "mappings": "wzBAiBO,IAZP,yBAaA",
8
+ "debugId": "5635F92CDEE3AED564756E2164756E21",
9
9
  "names": []
10
10
  }
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import{fail as o,KMsgError as s,KMsgErrorCode as r,ok as n}from"@k-msg/core";import{KMsg as a}from"@k-msg/messaging";export{n as ok,o as fail,r as KMsgErrorCode,s as KMsgError,a as KMsg};
1
+ import{ErrorUtils as t,fail as o,KMsgError as s,KMsgErrorCode as n,ok as p}from"@k-msg/core";import{KMsg as g}from"@k-msg/messaging";export{p as ok,o as fail,n as KMsgErrorCode,s as KMsgError,g as KMsg,t as ErrorUtils};
2
2
 
3
- //# debugId=D5F1288FF936F70364756E2164756E21
3
+ //# debugId=2CF588B98161A8C764756E2164756E21
4
4
  //# sourceMappingURL=index.mjs.map
@@ -2,9 +2,9 @@
2
2
  "version": 3,
3
3
  "sources": ["../src/index.ts"],
4
4
  "sourcesContent": [
5
- "/**\n * K-Message: Korean Multi-Channel Messaging Platform\n * Lightweight facade focused on basic send flow\n */\n\nexport {\n fail,\n KMsgError,\n KMsgErrorCode,\n type MessageType,\n ok,\n type Provider,\n type Result,\n type SendInput,\n type SendOptions,\n type SendResult,\n} from \"@k-msg/core\";\nexport { KMsg } from \"@k-msg/messaging\";\n"
5
+ "/**\n * K-Message: Korean Multi-Channel Messaging Platform\n * Lightweight facade focused on basic send flow\n */\n\nexport {\n ErrorUtils,\n fail,\n KMsgError,\n KMsgErrorCode,\n type MessageType,\n ok,\n type Provider,\n type Result,\n type SendInput,\n type SendOptions,\n type SendResult,\n} from \"@k-msg/core\";\nexport { KMsg } from \"@k-msg/messaging\";\n"
6
6
  ],
7
- "mappings": "AAKA,eACE,eACA,mBACA,QAEA,oBAOF,eAAS",
8
- "debugId": "D5F1288FF936F70364756E2164756E21",
7
+ "mappings": "AAKA,qBACE,UACA,eACA,mBACA,QAEA,oBAOF,eAAS",
8
+ "debugId": "2CF588B98161A8C764756E2164756E21",
9
9
  "names": []
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "k-msg",
3
- "version": "0.22.1",
3
+ "version": "0.22.3",
4
4
  "packageManager": "bun@1.3.8",
5
5
  "description": "K-Message: Korean Multi-Channel Messaging Platform - Unified Package",
6
6
  "type": "module",
@@ -42,8 +42,8 @@
42
42
  "publish": "bun publish --access public"
43
43
  },
44
44
  "dependencies": {
45
- "@k-msg/core": "0.22.1",
46
- "@k-msg/messaging": "0.22.1"
45
+ "@k-msg/core": "0.22.3",
46
+ "@k-msg/messaging": "0.22.3"
47
47
  },
48
48
  "devDependencies": {
49
49
  "typescript": "^5.7.2",