k-msg 0.22.1 → 0.22.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.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +3 -3
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +3 -3
- package/package.json +3 -3
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:
|
|
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=
|
|
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": "
|
|
8
|
-
"debugId": "
|
|
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
|
|
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=
|
|
3
|
+
//# debugId=2CF588B98161A8C764756E2164756E21
|
|
4
4
|
//# sourceMappingURL=index.mjs.map
|
package/dist/index.mjs.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": "AAKA,
|
|
8
|
-
"debugId": "
|
|
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.
|
|
3
|
+
"version": "0.22.2",
|
|
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.
|
|
46
|
-
"@k-msg/messaging": "0.22.
|
|
45
|
+
"@k-msg/core": "0.22.2",
|
|
46
|
+
"@k-msg/messaging": "0.22.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"typescript": "^5.7.2",
|