@fluojs/discord 1.0.1 → 1.0.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/README.ko.md CHANGED
@@ -185,7 +185,10 @@ Discord 패키지는 의도적으로 다음을 **포함하지 않습니다**:
185
185
 
186
186
  ### 핵심
187
187
 
188
+ - `Discord`
188
189
  - `DiscordModule.forRoot(options)` / `DiscordModule.forRootAsync(options)`
190
+ - `DiscordModuleOptions`
191
+ - `DiscordAsyncModuleOptions`
189
192
  - `DiscordService`
190
193
  - `DiscordChannel`
191
194
  - `DISCORD`
@@ -197,11 +200,11 @@ Discord 패키지는 의도적으로 다음을 **포함하지 않습니다**:
197
200
 
198
201
  - `DiscordMessage`
199
202
  - `NormalizedDiscordMessage`
200
- - `DiscordAsyncModuleOptions`
201
203
  - `DiscordWebhookTransportOptions`
202
204
  - `DiscordFetchLike`
203
205
  - `DiscordFetchResponse`
204
206
  - `DiscordSendResult`
207
+ - `DiscordSendOptions`
205
208
  - `DiscordSendManyOptions`
206
209
  - `DiscordSendBatchResult`
207
210
  - `DiscordSendFailure`
@@ -213,7 +216,9 @@ Discord 패키지는 의도적으로 다음을 **포함하지 않습니다**:
213
216
  - `DiscordEmbed`
214
217
  - `DiscordPoll`
215
218
  - `DiscordTransport`
219
+ - `DiscordTransportContext`
216
220
  - `DiscordTransportFactory`
221
+ - `DiscordTransportReceipt`
217
222
  - `DiscordTemplateRenderInput`
218
223
  - `DiscordTemplateRenderResult`
219
224
  - `DiscordTemplateRenderer`
@@ -223,6 +228,8 @@ Discord 패키지는 의도적으로 다음을 **포함하지 않습니다**:
223
228
 
224
229
  - `createDiscordPlatformStatusSnapshot(...)`
225
230
  - `DiscordLifecycleState`
231
+ - `DiscordPlatformStatusSnapshot`
232
+ - `DiscordStatusAdapterInput`
226
233
  - `DiscordConfigurationError`
227
234
  - `DiscordMessageValidationError`
228
235
  - `DiscordTransportError`
package/README.md CHANGED
@@ -185,7 +185,10 @@ These limitations are part of the package contract so runtime choice, provider c
185
185
 
186
186
  ### Core
187
187
 
188
+ - `Discord`
188
189
  - `DiscordModule.forRoot(options)` / `DiscordModule.forRootAsync(options)`
190
+ - `DiscordModuleOptions`
191
+ - `DiscordAsyncModuleOptions`
189
192
  - `DiscordService`
190
193
  - `DiscordChannel`
191
194
  - `DISCORD`
@@ -197,11 +200,11 @@ Compose applications through `DiscordModule` and integrate notifications through
197
200
 
198
201
  - `DiscordMessage`
199
202
  - `NormalizedDiscordMessage`
200
- - `DiscordAsyncModuleOptions`
201
203
  - `DiscordWebhookTransportOptions`
202
204
  - `DiscordFetchLike`
203
205
  - `DiscordFetchResponse`
204
206
  - `DiscordSendResult`
207
+ - `DiscordSendOptions`
205
208
  - `DiscordSendManyOptions`
206
209
  - `DiscordSendBatchResult`
207
210
  - `DiscordSendFailure`
@@ -213,7 +216,9 @@ Compose applications through `DiscordModule` and integrate notifications through
213
216
  - `DiscordEmbed`
214
217
  - `DiscordPoll`
215
218
  - `DiscordTransport`
219
+ - `DiscordTransportContext`
216
220
  - `DiscordTransportFactory`
221
+ - `DiscordTransportReceipt`
217
222
  - `DiscordTemplateRenderInput`
218
223
  - `DiscordTemplateRenderResult`
219
224
  - `DiscordTemplateRenderer`
@@ -223,6 +228,8 @@ Compose applications through `DiscordModule` and integrate notifications through
223
228
 
224
229
  - `createDiscordPlatformStatusSnapshot(...)`
225
230
  - `DiscordLifecycleState`
231
+ - `DiscordPlatformStatusSnapshot`
232
+ - `DiscordStatusAdapterInput`
226
233
  - `DiscordConfigurationError`
227
234
  - `DiscordMessageValidationError`
228
235
  - `DiscordTransportError`
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "portable",
10
10
  "fetch"
11
11
  ],
12
- "version": "1.0.1",
12
+ "version": "1.0.2",
13
13
  "private": false,
14
14
  "license": "MIT",
15
15
  "repository": {
@@ -36,10 +36,10 @@
36
36
  "dist"
37
37
  ],
38
38
  "dependencies": {
39
- "@fluojs/core": "^1.0.1",
40
- "@fluojs/di": "^1.0.1",
39
+ "@fluojs/core": "^1.0.2",
40
+ "@fluojs/di": "^1.0.2",
41
41
  "@fluojs/notifications": "^1.0.0",
42
- "@fluojs/runtime": "^1.0.1"
42
+ "@fluojs/runtime": "^1.1.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "vitest": "^3.2.4"