@discordjs/rest 3.0.0-pr-11006.1765452229-e636950b2 → 3.0.0-pr-10758.1765463096-d081e1706

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-11006.1765452229-e636950b2)`;
106
+ var DefaultUserAgent = `DiscordBot (https://discord.js.org, 3.0.0-pr-10758.1765463096-d081e1706)`;
107
107
  var DefaultUserAgentAppendix = getUserAgentAppendix();
108
108
  var DefaultRestOptions = {
109
109
  agent: null,
@@ -1220,7 +1220,6 @@ var REST = class _REST extends AsyncEventEmitter {
1220
1220
  handlerTimer;
1221
1221
  options;
1222
1222
  constructor(options = {}) {
1223
- console.log("even rest got something new \u203C\uFE0F \u{1F5E3}\uFE0F \u{1F525}");
1224
1223
  super();
1225
1224
  this.cdn = new CDN(options);
1226
1225
  this.options = { ...DefaultRestOptions, ...options };
@@ -1505,7 +1504,7 @@ var REST = class _REST extends AsyncEventEmitter {
1505
1504
  };
1506
1505
 
1507
1506
  // src/shared.ts
1508
- var version = "3.0.0-pr-11006.1765452229-e636950b2";
1507
+ var version = "3.0.0-pr-10758.1765463096-d081e1706";
1509
1508
 
1510
1509
  // src/index.ts
1511
1510
  setDefaultStrategy(shouldUseGlobalFetchAndWebSocket() ? fetch : makeRequest);