@discordjs/rest 3.0.0-dev.1761523318-4c0d66777 → 3.0.0-move-client-init.1761650119-a4c0a246f
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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/web.js +2 -2
- package/dist/web.js.map +1 -1
- package/dist/web.mjs +2 -2
- package/dist/web.mjs.map +1 -1
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -98,7 +98,7 @@ import { CDNRoutes } from "discord-api-types/v10";
|
|
|
98
98
|
// src/lib/utils/constants.ts
|
|
99
99
|
import { getUserAgentAppendix } from "@discordjs/util";
|
|
100
100
|
import { APIVersion } from "discord-api-types/v10";
|
|
101
|
-
var DefaultUserAgent = `DiscordBot (https://discord.js.org, 3.0.0-
|
|
101
|
+
var DefaultUserAgent = `DiscordBot (https://discord.js.org, 3.0.0-move-client-init.1761650119-a4c0a246f)`;
|
|
102
102
|
var DefaultUserAgentAppendix = getUserAgentAppendix();
|
|
103
103
|
var DefaultRestOptions = {
|
|
104
104
|
agent: null,
|
|
@@ -1499,7 +1499,7 @@ var REST = class _REST extends AsyncEventEmitter {
|
|
|
1499
1499
|
};
|
|
1500
1500
|
|
|
1501
1501
|
// src/shared.ts
|
|
1502
|
-
var version = "3.0.0-
|
|
1502
|
+
var version = "3.0.0-move-client-init.1761650119-a4c0a246f";
|
|
1503
1503
|
|
|
1504
1504
|
// src/index.ts
|
|
1505
1505
|
setDefaultStrategy(shouldUseGlobalFetchAndWebSocket() ? fetch : makeRequest);
|