discord.js 15.0.0-dev.1746446720-6efdf3b90 → 15.0.0-dev.1746576824-432cdbe88

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "discord.js",
4
- "version": "15.0.0-dev.1746446720-6efdf3b90",
4
+ "version": "15.0.0-dev.1746576824-432cdbe88",
5
5
  "description": "A powerful library for interacting with the Discord API",
6
6
  "main": "./src/index.js",
7
7
  "types": "./typings/index.d.ts",
@@ -60,12 +60,12 @@
60
60
  "magic-bytes.js": "^1.10.0",
61
61
  "tslib": "^2.8.1",
62
62
  "undici": "7.8.0",
63
- "@discordjs/builders": "^1.11.1",
64
63
  "@discordjs/collection": "^2.1.1",
65
- "@discordjs/formatters": "^0.6.1",
66
64
  "@discordjs/rest": "^2.5.0",
65
+ "@discordjs/util": "^1.1.1",
66
+ "@discordjs/formatters": "^0.6.1",
67
67
  "@discordjs/ws": "^2.0.2",
68
- "@discordjs/util": "^1.1.1"
68
+ "@discordjs/builders": "^1.11.1"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@favware/cliff-jumper": "^4.1.0",
@@ -85,8 +85,8 @@
85
85
  "tslint": "6.1.3",
86
86
  "turbo": "^2.5.2",
87
87
  "typescript": "~5.8.3",
88
- "@discordjs/api-extractor": "^7.38.1",
89
88
  "@discordjs/docgen": "^0.12.1",
89
+ "@discordjs/api-extractor": "^7.38.1",
90
90
  "@discordjs/scripts": "^0.1.0"
91
91
  },
92
92
  "engines": {
@@ -441,7 +441,6 @@ class Client extends BaseClient {
441
441
  const code = resolveInviteCode(invite);
442
442
  const query = makeURLSearchParams({
443
443
  with_counts: true,
444
- with_expiration: true,
445
444
  guild_scheduled_event_id: options?.guildScheduledEventId,
446
445
  });
447
446
  const data = await this.rest.get(Routes.invite(code), { query });