@discordjs/rest 3.0.0-pr-11005.1765463668-087384722 → 3.0.0-pr-11005.1765538001-01ed3c43b

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.mjs CHANGED
@@ -103,7 +103,7 @@ import { CDNRoutes } from "discord-api-types/v10";
103
103
  // src/lib/utils/constants.ts
104
104
  import { getUserAgentAppendix } from "@discordjs/util";
105
105
  import { APIVersion } from "discord-api-types/v10";
106
- var DefaultUserAgent = `DiscordBot (https://discord.js.org, 3.0.0-pr-11005.1765463668-087384722)`;
106
+ var DefaultUserAgent = `DiscordBot (https://discord.js.org, 3.0.0-pr-11005.1765538001-01ed3c43b)`;
107
107
  var DefaultUserAgentAppendix = getUserAgentAppendix();
108
108
  var DefaultRestOptions = {
109
109
  agent: null,
@@ -1504,7 +1504,7 @@ var REST = class _REST extends AsyncEventEmitter {
1504
1504
  };
1505
1505
 
1506
1506
  // src/shared.ts
1507
- var version = "3.0.0-pr-11005.1765463668-087384722";
1507
+ var version = "3.0.0-pr-11005.1765538001-01ed3c43b";
1508
1508
 
1509
1509
  // src/index.ts
1510
1510
  setDefaultStrategy(shouldUseGlobalFetchAndWebSocket() ? fetch : makeRequest);