We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf074bb commit 7801b94Copy full SHA for 7801b94
packages/arcscord/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "arcscord",
3
- "version": "0.3.0-beta-7",
+ "version": "0.3.0-beta-8",
4
"description": "A discord.js framework, slash command first and full typescript !",
5
"author": "Arcoz0308",
6
"license": "MIT",
packages/cli/src/generators/package.ts
@@ -6,7 +6,7 @@ export type PackageJSONOptions = {
};
7
8
const dependenciesVersions = {
9
- "arcscord": "0.3.0-beta-7",
+ "arcscord": "0.3.0-beta-8",
10
"discord.js": "^14.16.3",
11
"@swc-node/core": "^1.13.3",
12
"@swc-node/register": "^1.10.9",
0 commit comments