@discordjs/core 3.0.0-dev.1737893060-0ab6abbcf → 3.0.0-dev.1738066740-6df42db33

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 CHANGED
@@ -23,7 +23,7 @@
23
23
 
24
24
  ## Installation
25
25
 
26
- **Node.js 20 or newer is required.**
26
+ **Node.js 22.12.0 or newer is required.**
27
27
 
28
28
  ```sh
29
29
  npm install @discordjs/core
@@ -2219,7 +2219,7 @@ declare function withFiles(files: DescriptiveRawFile[], options: APIInteractionR
2219
2219
  id: string;
2220
2220
  description: string | undefined;
2221
2221
  }[];
2222
- flags?: discord_api_types_v10.MessageFlags;
2222
+ flags?: discord_api_types_v10.MessageFlags | undefined;
2223
2223
  content?: string | undefined;
2224
2224
  tts?: boolean | undefined;
2225
2225
  embeds?: discord_api_types_v10.APIEmbed[] | undefined;
@@ -2219,7 +2219,7 @@ declare function withFiles(files: DescriptiveRawFile[], options: APIInteractionR
2219
2219
  id: string;
2220
2220
  description: string | undefined;
2221
2221
  }[];
2222
- flags?: discord_api_types_v10.MessageFlags;
2222
+ flags?: discord_api_types_v10.MessageFlags | undefined;
2223
2223
  content?: string | undefined;
2224
2224
  tts?: boolean | undefined;
2225
2225
  embeds?: discord_api_types_v10.APIEmbed[] | undefined;
package/dist/http-only.js CHANGED
@@ -3112,7 +3112,7 @@ __name(withFiles, "withFiles");
3112
3112
 
3113
3113
  // src/http-only/index.ts
3114
3114
  __reExport(http_only_exports, require("discord-api-types/v10"), module.exports);
3115
- var version = "3.0.0-dev.1737893060-0ab6abbcf";
3115
+ var version = "3.0.0-dev.1738066740-6df42db33";
3116
3116
  // Annotate the CommonJS export names for ESM import in node:
3117
3117
  0 && (module.exports = {
3118
3118
  API,