k-msg 0.27.0 → 0.27.1
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 +8 -0
- package/package.json +6 -4
- package/dist/adapters/bun/index.js.map +0 -10
- package/dist/adapters/bun/index.mjs.map +0 -10
- package/dist/adapters/cloudflare/index.js.map +0 -10
- package/dist/adapters/cloudflare/index.mjs.map +0 -10
- package/dist/adapters/node/index.js.map +0 -10
- package/dist/adapters/node/index.mjs.map +0 -10
- package/dist/core/index.js.map +0 -10
- package/dist/core/index.mjs.map +0 -10
- package/dist/index.js.map +0 -10
- package/dist/index.mjs.map +0 -10
package/README.md
CHANGED
|
@@ -14,6 +14,14 @@ Provider implementations and advanced/runtime-specific APIs should be imported d
|
|
|
14
14
|
- `@k-msg/messaging/{sender,queue}`
|
|
15
15
|
- `@k-msg/messaging/adapters/*`
|
|
16
16
|
|
|
17
|
+
For core-only utilities in bundle-sensitive apps, prefer `k-msg/core` (or `@k-msg/core`) instead of importing them from `k-msg` root.
|
|
18
|
+
|
|
19
|
+
```ts
|
|
20
|
+
import { parseErrorRetryPolicyFromJson } from "k-msg/core";
|
|
21
|
+
// or
|
|
22
|
+
import { parseErrorRetryPolicyFromJson } from "@k-msg/core";
|
|
23
|
+
```
|
|
24
|
+
|
|
17
25
|
## Installation
|
|
18
26
|
|
|
19
27
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "k-msg",
|
|
3
|
-
"version": "0.27.
|
|
3
|
+
"version": "0.27.1",
|
|
4
4
|
"packageManager": "bun@1.3.8",
|
|
5
5
|
"description": "K-Message: Korean Multi-Channel Messaging Platform - Unified Package",
|
|
6
6
|
"type": "module",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"publish": "bun publish --access public"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@k-msg/core": "0.27.
|
|
52
|
-
"@k-msg/messaging": "0.27.
|
|
51
|
+
"@k-msg/core": "0.27.1",
|
|
52
|
+
"@k-msg/messaging": "0.27.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"typescript": "^5.7.2",
|
|
@@ -65,7 +65,9 @@
|
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"files": [
|
|
68
|
-
"dist",
|
|
68
|
+
"dist/**/*.js",
|
|
69
|
+
"dist/**/*.mjs",
|
|
70
|
+
"dist/**/*.d.ts",
|
|
69
71
|
"README.md"
|
|
70
72
|
],
|
|
71
73
|
"keywords": [
|
package/dist/core/index.js.map
DELETED
package/dist/core/index.mjs.map
DELETED
package/dist/index.js.map
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../src/index.ts"],
|
|
4
|
-
"sourcesContent": [
|
|
5
|
-
"/**\n * K-Message: Korean Multi-Channel Messaging Platform\n * Lightweight facade focused on basic send flow\n */\n\nexport {\n type ActiveKidRolloutBucket,\n type ActiveKidRolloutPolicy,\n type AesGcmFieldCryptoProviderOptions,\n type AwsKmsKeyResolverClient,\n type AwsKmsKeyResolverOptions,\n assertFieldCryptoConfig,\n type CryptoEnvelope,\n createAesGcmFieldCryptoProvider,\n createAwsKmsKeyResolver,\n createDefaultMasker,\n createEnvKeyResolver,\n createNoopFieldCryptoProvider,\n createRefreshableKeyResolver,\n createRollingKeyResolver,\n createStaticKeyResolver,\n createVaultTransitKeyResolver,\n type EnvKeyResolverOptions,\n type ErrorRetryPolicyIssue,\n type ErrorRetryPolicyMode,\n type ErrorRetryPolicyNormalizeOptions,\n type ErrorRetryPolicyValidationResult,\n ErrorUtils,\n type FieldCryptoAad,\n type FieldCryptoCircuitState,\n type FieldCryptoConfig,\n type FieldCryptoControlScope,\n type FieldCryptoControlSignalEvent,\n type FieldCryptoDecryptInput,\n type FieldCryptoEncryptInput,\n FieldCryptoError,\n type FieldCryptoErrorKind,\n type FieldCryptoErrorMetadata,\n type FieldCryptoFailMode,\n type FieldCryptoHashInput,\n type FieldCryptoKeyContext,\n type FieldCryptoMaskInput,\n type FieldCryptoMetricEvent,\n type FieldCryptoMetricName,\n type FieldCryptoOpenFallback,\n type FieldCryptoPolicyOptions,\n type FieldCryptoPolicyValidationIssue,\n type FieldCryptoPolicyValidationResult,\n type FieldCryptoProvider,\n type FieldMode,\n fail,\n getPollableStatuses,\n getRolloutKnownKids,\n isKMsgDeliveryStatus,\n isKMsgMessageType,\n isKMsgTerminalStatus,\n isPollableDeliveryStatus,\n isTerminalDeliveryStatus,\n type KeyResolver,\n type KeySetState,\n type KeySetStateProvider,\n KMSG_DELIVERY_STATUSES,\n KMSG_MESSAGE_TYPES,\n KMSG_POLLABLE_STATUSES,\n KMSG_TERMINAL_STATUSES,\n KMsgError,\n KMsgErrorCode,\n type MessageType,\n type NormalizedProviderError,\n type NormalizedProviderErrorSources,\n type NormalizeProviderErrorOptions,\n normalizeErrorRetryPolicy,\n normalizePhoneForHash,\n normalizeProviderError,\n ok,\n type Provider,\n parseErrorRetryPolicyFromJson,\n type RefreshableKeyResolverOptions,\n type Result,\n resolveFieldMode,\n type SendInput,\n type SendOptions,\n type SendResult,\n type StaticKeyResolverOptions,\n selectActiveKidByRollout,\n toCiphertextEnvelopeString,\n type VaultTransitKeyResolverClient,\n type VaultTransitKeyResolverOptions,\n validateErrorRetryPolicy,\n validateFieldCryptoConfig,\n} from \"@k-msg/core\";\nexport { KMsg } from \"@k-msg/messaging\";\n"
|
|
6
|
-
],
|
|
7
|
-
"mappings": "g7EA0FO,IArFP,yBAsFA",
|
|
8
|
-
"debugId": "0938C15B9C5C12F664756E2164756E21",
|
|
9
|
-
"names": []
|
|
10
|
-
}
|
package/dist/index.mjs.map
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../src/index.ts"],
|
|
4
|
-
"sourcesContent": [
|
|
5
|
-
"/**\n * K-Message: Korean Multi-Channel Messaging Platform\n * Lightweight facade focused on basic send flow\n */\n\nexport {\n type ActiveKidRolloutBucket,\n type ActiveKidRolloutPolicy,\n type AesGcmFieldCryptoProviderOptions,\n type AwsKmsKeyResolverClient,\n type AwsKmsKeyResolverOptions,\n assertFieldCryptoConfig,\n type CryptoEnvelope,\n createAesGcmFieldCryptoProvider,\n createAwsKmsKeyResolver,\n createDefaultMasker,\n createEnvKeyResolver,\n createNoopFieldCryptoProvider,\n createRefreshableKeyResolver,\n createRollingKeyResolver,\n createStaticKeyResolver,\n createVaultTransitKeyResolver,\n type EnvKeyResolverOptions,\n type ErrorRetryPolicyIssue,\n type ErrorRetryPolicyMode,\n type ErrorRetryPolicyNormalizeOptions,\n type ErrorRetryPolicyValidationResult,\n ErrorUtils,\n type FieldCryptoAad,\n type FieldCryptoCircuitState,\n type FieldCryptoConfig,\n type FieldCryptoControlScope,\n type FieldCryptoControlSignalEvent,\n type FieldCryptoDecryptInput,\n type FieldCryptoEncryptInput,\n FieldCryptoError,\n type FieldCryptoErrorKind,\n type FieldCryptoErrorMetadata,\n type FieldCryptoFailMode,\n type FieldCryptoHashInput,\n type FieldCryptoKeyContext,\n type FieldCryptoMaskInput,\n type FieldCryptoMetricEvent,\n type FieldCryptoMetricName,\n type FieldCryptoOpenFallback,\n type FieldCryptoPolicyOptions,\n type FieldCryptoPolicyValidationIssue,\n type FieldCryptoPolicyValidationResult,\n type FieldCryptoProvider,\n type FieldMode,\n fail,\n getPollableStatuses,\n getRolloutKnownKids,\n isKMsgDeliveryStatus,\n isKMsgMessageType,\n isKMsgTerminalStatus,\n isPollableDeliveryStatus,\n isTerminalDeliveryStatus,\n type KeyResolver,\n type KeySetState,\n type KeySetStateProvider,\n KMSG_DELIVERY_STATUSES,\n KMSG_MESSAGE_TYPES,\n KMSG_POLLABLE_STATUSES,\n KMSG_TERMINAL_STATUSES,\n KMsgError,\n KMsgErrorCode,\n type MessageType,\n type NormalizedProviderError,\n type NormalizedProviderErrorSources,\n type NormalizeProviderErrorOptions,\n normalizeErrorRetryPolicy,\n normalizePhoneForHash,\n normalizeProviderError,\n ok,\n type Provider,\n parseErrorRetryPolicyFromJson,\n type RefreshableKeyResolverOptions,\n type Result,\n resolveFieldMode,\n type SendInput,\n type SendOptions,\n type SendResult,\n type StaticKeyResolverOptions,\n selectActiveKidByRollout,\n toCiphertextEnvelopeString,\n type VaultTransitKeyResolverClient,\n type VaultTransitKeyResolverOptions,\n validateErrorRetryPolicy,\n validateFieldCryptoConfig,\n} from \"@k-msg/core\";\nexport { KMsg } from \"@k-msg/messaging\";\n"
|
|
6
|
-
],
|
|
7
|
-
"mappings": "AAKA,kCAME,qCAEA,6BACA,yBACA,0BACA,mCACA,kCACA,8BACA,6BACA,mCACA,gBAMA,sBAQA,UAeA,yBACA,yBACA,0BACA,uBACA,0BACA,8BACA,8BACA,4BAIA,wBACA,4BACA,4BACA,eACA,mBACA,+BAKA,2BACA,4BACA,QACA,mCAEA,sBAGA,8BAKA,gCACA,8BAGA,+BACA,oBAEF,eAAS",
|
|
8
|
-
"debugId": "AAD9DC9FE8FEA0BD64756E2164756E21",
|
|
9
|
-
"names": []
|
|
10
|
-
}
|