@discordjs/rest 3.0.0-dev.1761134503-697556fd1 → 3.0.0-djs-file-upload.1761302390-5ae769c9e

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.js CHANGED
@@ -139,7 +139,7 @@ var import_v102 = require("discord-api-types/v10");
139
139
  // src/lib/utils/constants.ts
140
140
  var import_util = require("@discordjs/util");
141
141
  var import_v10 = require("discord-api-types/v10");
142
- var DefaultUserAgent = `DiscordBot (https://discord.js.org, 3.0.0-dev.1761134503-697556fd1)`;
142
+ var DefaultUserAgent = `DiscordBot (https://discord.js.org, 3.0.0-djs-file-upload.1761302390-5ae769c9e)`;
143
143
  var DefaultUserAgentAppendix = (0, import_util.getUserAgentAppendix)();
144
144
  var DefaultRestOptions = {
145
145
  agent: null,
@@ -1540,7 +1540,7 @@ var REST = class _REST extends import_async_event_emitter.AsyncEventEmitter {
1540
1540
  };
1541
1541
 
1542
1542
  // src/shared.ts
1543
- var version = "3.0.0-dev.1761134503-697556fd1";
1543
+ var version = "3.0.0-djs-file-upload.1761302390-5ae769c9e";
1544
1544
 
1545
1545
  // src/index.ts
1546
1546
  setDefaultStrategy((0, import_util2.shouldUseGlobalFetchAndWebSocket)() ? fetch : makeRequest);