@discordjs/builders 2.0.0-dev.1750873775-d7e63ce29 → 2.0.0-dev.1751293691-536a54651
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/README.md +1 -1
- 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/package.json +3 -3
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<a href="https://discord.gg/djs"><img src="https://img.shields.io/discord/222078108977594368?color=5865F2&logo=discord&logoColor=white" alt="Discord server" /></a>
|
|
9
9
|
<a href="https://www.npmjs.com/package/@discordjs/builders"><img src="https://img.shields.io/npm/v/@discordjs/builders.svg?maxAge=3600" alt="npm version" /></a>
|
|
10
10
|
<a href="https://www.npmjs.com/package/@discordjs/builders"><img src="https://img.shields.io/npm/dt/@discordjs/builders.svg?maxAge=3600" alt="npm downloads" /></a>
|
|
11
|
-
<a href="https://github.com/discordjs/discord.js/actions"><img src="https://github.com/discordjs/discord.js/actions/workflows/
|
|
11
|
+
<a href="https://github.com/discordjs/discord.js/actions"><img src="https://github.com/discordjs/discord.js/actions/workflows/tests.yml/badge.svg" alt="Build status" /></a>
|
|
12
12
|
<a href="https://github.com/discordjs/discord.js/commits/main/packages/builders"><img alt="Last commit." src="https://img.shields.io/github/last-commit/discordjs/discord.js?logo=github&logoColor=ffffff&path=packages%2Fbuilders" /></a>
|
|
13
13
|
<a href="https://codecov.io/gh/discordjs/discord.js"><img src="https://codecov.io/gh/discordjs/discord.js/branch/main/graph/badge.svg?precision=2&flag=builders" alt="Code coverage" /></a>
|
|
14
14
|
</p>
|
package/dist/index.js
CHANGED
|
@@ -1363,7 +1363,7 @@ var containerPredicate = import_zod4.z.object({
|
|
|
1363
1363
|
separatorPredicate,
|
|
1364
1364
|
textDisplayPredicate
|
|
1365
1365
|
])
|
|
1366
|
-
).min(1)
|
|
1366
|
+
).min(1),
|
|
1367
1367
|
spoiler: import_zod4.z.boolean().optional(),
|
|
1368
1368
|
accent_color: import_zod4.z.number().int().min(0).max(16777215).nullish()
|
|
1369
1369
|
});
|
|
@@ -5420,7 +5420,7 @@ var MessageBuilder = class {
|
|
|
5420
5420
|
};
|
|
5421
5421
|
|
|
5422
5422
|
// src/index.ts
|
|
5423
|
-
var version = "2.0.0-dev.
|
|
5423
|
+
var version = "2.0.0-dev.1751293691-536a54651";
|
|
5424
5424
|
// Annotate the CommonJS export names for ESM import in node:
|
|
5425
5425
|
0 && (module.exports = {
|
|
5426
5426
|
ActionRowBuilder,
|