discord.js 15.0.0-dev.1759017751-1c5674d9b → 15.0.0-dev.1759579293-cf89260c9

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.1759017751-1c5674d9b",
4
+ "version": "15.0.0-dev.1759579293-cf89260c9",
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",
@@ -61,12 +61,12 @@
61
61
  "magic-bytes.js": "^1.12.1",
62
62
  "tslib": "^2.8.1",
63
63
  "undici": "7.11.0",
64
- "@discordjs/builders": "^2.0.0-dev.1759017751-1c5674d9b",
65
- "@discordjs/collection": "^3.0.0-dev.1759017751-1c5674d9b",
66
- "@discordjs/formatters": "^1.0.0-dev.1759017751-1c5674d9b",
67
- "@discordjs/rest": "^3.0.0-dev.1759017751-1c5674d9b",
68
- "@discordjs/ws": "^3.0.0-dev.1759017751-1c5674d9b",
69
- "@discordjs/util": "^2.0.0-dev.1759017751-1c5674d9b"
64
+ "@discordjs/collection": "^3.0.0-dev.1759579293-cf89260c9",
65
+ "@discordjs/util": "^2.0.0-dev.1759579293-cf89260c9",
66
+ "@discordjs/ws": "^3.0.0-dev.1759579293-cf89260c9",
67
+ "@discordjs/formatters": "^1.0.0-dev.1759579293-cf89260c9",
68
+ "@discordjs/rest": "^3.0.0-dev.1759579293-cf89260c9",
69
+ "@discordjs/builders": "^2.0.0-dev.1759579293-cf89260c9"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@favware/cliff-jumper": "^4.1.0",
@@ -104,7 +104,7 @@ class ModalComponentResolver {
104
104
  * Gets the value of a text input component
105
105
  *
106
106
  * @param {string} customId The custom id of the text input component
107
- * @returns {?string}
107
+ * @returns {string}
108
108
  */
109
109
  getTextInputValue(customId) {
110
110
  return this._getTypedComponent(customId, [ComponentType.TextInput]).value;