@sapphire/discord.js-utilities 7.3.3-next.6f485e71 → 7.3.3-next.75165d36
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/cjs/index.d.cts +1 -1
- package/dist/esm/index.d.mts +1 -1
- package/package.json +3 -3
package/dist/cjs/index.d.cts
CHANGED
|
@@ -643,7 +643,7 @@ type PaginatedMessagePage = ((index: number, pages: PaginatedMessagePage[], hand
|
|
|
643
643
|
* It can be either a `BaseMessageOptions` object with the `flags` property omitted,
|
|
644
644
|
* or a `WebhookMessageEditOptions` object.
|
|
645
645
|
*/
|
|
646
|
-
type PaginatedMessageResolvedPage = Omit<BaseMessageOptions, 'flags'> | WebhookMessageEditOptions
|
|
646
|
+
type PaginatedMessageResolvedPage = Omit<BaseMessageOptions, 'flags'> | Omit<WebhookMessageEditOptions, 'flags'>;
|
|
647
647
|
/**
|
|
648
648
|
* The type of the custom function that can be set for the {@link PaginatedMessage.selectMenuOptions}
|
|
649
649
|
*/
|
package/dist/esm/index.d.mts
CHANGED
|
@@ -643,7 +643,7 @@ type PaginatedMessagePage = ((index: number, pages: PaginatedMessagePage[], hand
|
|
|
643
643
|
* It can be either a `BaseMessageOptions` object with the `flags` property omitted,
|
|
644
644
|
* or a `WebhookMessageEditOptions` object.
|
|
645
645
|
*/
|
|
646
|
-
type PaginatedMessageResolvedPage = Omit<BaseMessageOptions, 'flags'> | WebhookMessageEditOptions
|
|
646
|
+
type PaginatedMessageResolvedPage = Omit<BaseMessageOptions, 'flags'> | Omit<WebhookMessageEditOptions, 'flags'>;
|
|
647
647
|
/**
|
|
648
648
|
* The type of the custom function that can be set for the {@link PaginatedMessage.selectMenuOptions}
|
|
649
649
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/discord.js-utilities",
|
|
3
|
-
"version": "7.3.3-next.
|
|
3
|
+
"version": "7.3.3-next.75165d36",
|
|
4
4
|
"description": "Discord.js specific utilities for your JavaScript/TypeScript bots",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"@favware/cliff-jumper": "^6.0.0",
|
|
71
71
|
"@favware/rollup-type-bundler": "^4.0.0",
|
|
72
72
|
"concurrently": "^9.1.2",
|
|
73
|
-
"tsup": "^8.
|
|
74
|
-
"tsx": "^4.19.
|
|
73
|
+
"tsup": "^8.4.0",
|
|
74
|
+
"tsx": "^4.19.3",
|
|
75
75
|
"typedoc": "^0.26.11",
|
|
76
76
|
"typedoc-json-parser": "^10.2.0",
|
|
77
77
|
"typescript": "~5.4.5"
|