@discordjs/next 1.0.0-pr-11006.1765450224-e636950b2 → 1.0.0-pr-11006.1765450794-e636950b2
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -23,7 +23,7 @@ __export(index_exports, {
|
|
|
23
23
|
version: () => version
|
|
24
24
|
});
|
|
25
25
|
module.exports = __toCommonJS(index_exports);
|
|
26
|
-
var version = "1.0.0-pr-11006.
|
|
26
|
+
var version = "1.0.0-pr-11006.1765450794-e636950b2";
|
|
27
27
|
// Annotate the CommonJS export names for ESM import in node:
|
|
28
28
|
0 && (module.exports = {
|
|
29
29
|
version
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["/**\n * The {@link https://github.com/discordjs/discord.js/blob/main/packages/next#readme | @discordjs/next} version\n * that you are currently using.\n */\n// This needs to explicitly be `string` so it is not typed as a \"const string\" that gets injected by esbuild\nexport const version = '1.0.0-pr-11006.
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["/**\n * The {@link https://github.com/discordjs/discord.js/blob/main/packages/next#readme | @discordjs/next} version\n * that you are currently using.\n */\n// This needs to explicitly be `string` so it is not typed as a \"const string\" that gets injected by esbuild\nexport const version = '1.0.0-pr-11006.1765450794-e636950b2' as string;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAKO,IAAM,UAAU;","names":[]}
|
package/dist/index.mjs
CHANGED
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["/**\n * The {@link https://github.com/discordjs/discord.js/blob/main/packages/next#readme | @discordjs/next} version\n * that you are currently using.\n */\n// This needs to explicitly be `string` so it is not typed as a \"const string\" that gets injected by esbuild\nexport const version = '1.0.0-pr-11006.
|
|
1
|
+
{"version":3,"sources":["../src/index.ts"],"sourcesContent":["/**\n * The {@link https://github.com/discordjs/discord.js/blob/main/packages/next#readme | @discordjs/next} version\n * that you are currently using.\n */\n// This needs to explicitly be `string` so it is not typed as a \"const string\" that gets injected by esbuild\nexport const version = '1.0.0-pr-11006.1765450794-e636950b2' as string;\n"],"mappings":";AAKO,IAAM,UAAU;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@discordjs/next",
|
|
4
|
-
"version": "1.0.0-pr-11006.
|
|
4
|
+
"version": "1.0.0-pr-11006.1765450794-e636950b2",
|
|
5
5
|
"description": "A powerful TypeScript library for interacting with the Discord API",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
"funding": "https://github.com/discordjs/discord.js?sponsor",
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"discord-api-types": "^0.38.36",
|
|
58
|
-
"@discordjs/builders": "2.0.0-pr-11006.
|
|
59
|
-
"@discordjs/
|
|
60
|
-
"@discordjs/
|
|
61
|
-
"@discordjs/
|
|
62
|
-
"@discordjs/rest": "3.0.0-pr-11006.
|
|
63
|
-
"@discordjs/
|
|
64
|
-
"@discordjs/
|
|
58
|
+
"@discordjs/builders": "2.0.0-pr-11006.1765450794-e636950b2",
|
|
59
|
+
"@discordjs/core": "3.0.0-pr-11006.1765450794-e636950b2",
|
|
60
|
+
"@discordjs/collection": "3.0.0-pr-11006.1765450794-e636950b2",
|
|
61
|
+
"@discordjs/formatters": "1.0.0-pr-11006.1765450794-e636950b2",
|
|
62
|
+
"@discordjs/rest": "3.0.0-pr-11006.1765450794-e636950b2",
|
|
63
|
+
"@discordjs/ws": "3.0.0-pr-11006.1765450794-e636950b2",
|
|
64
|
+
"@discordjs/util": "2.0.0-pr-11006.1765450794-e636950b2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@favware/cliff-jumper": "^6.0.0",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"turbo": "^2.6.3",
|
|
79
79
|
"typescript": "~5.9.3",
|
|
80
80
|
"vitest": "^4.0.15",
|
|
81
|
-
"@discordjs/
|
|
82
|
-
"@discordjs/
|
|
81
|
+
"@discordjs/scripts": "0.1.0",
|
|
82
|
+
"@discordjs/api-extractor": "7.52.7"
|
|
83
83
|
},
|
|
84
84
|
"engines": {
|
|
85
85
|
"node": ">=22.12.0"
|