@spatulox/simplediscordbot 1.0.32 → 1.0.34

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 CHANGED
@@ -2504,7 +2504,7 @@ var SimpleMutex = class {
2504
2504
  // package.json
2505
2505
  var package_default = {
2506
2506
  name: "@spatulox/simplediscordbot",
2507
- version: "1.0.31",
2507
+ version: "1.0.33",
2508
2508
  author: "Spatulox",
2509
2509
  description: "Simple discord bot framework to set up a bot under 30 secondes",
2510
2510
  exports: {
@@ -2522,7 +2522,7 @@ var package_default = {
2522
2522
  },
2523
2523
  license: "MIT",
2524
2524
  dependencies: {
2525
- "@spatulox/discord-interaction-manager": "^1.0.8",
2525
+ "@spatulox/discord-interaction-manager": "^1.0.14",
2526
2526
  "discord.js": "^14.25.1"
2527
2527
  },
2528
2528
  devDependencies: {
package/dist/index.mjs CHANGED
@@ -2482,7 +2482,7 @@ var SimpleMutex = class {
2482
2482
  // package.json
2483
2483
  var package_default = {
2484
2484
  name: "@spatulox/simplediscordbot",
2485
- version: "1.0.31",
2485
+ version: "1.0.33",
2486
2486
  author: "Spatulox",
2487
2487
  description: "Simple discord bot framework to set up a bot under 30 secondes",
2488
2488
  exports: {
@@ -2500,7 +2500,7 @@ var package_default = {
2500
2500
  },
2501
2501
  license: "MIT",
2502
2502
  dependencies: {
2503
- "@spatulox/discord-interaction-manager": "^1.0.8",
2503
+ "@spatulox/discord-interaction-manager": "^1.0.14",
2504
2504
  "discord.js": "^14.25.1"
2505
2505
  },
2506
2506
  devDependencies: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spatulox/simplediscordbot",
3
- "version": "1.0.32",
3
+ "version": "1.0.34",
4
4
  "author": "Spatulox",
5
5
  "description": "Simple discord bot framework to set up a bot under 30 secondes",
6
6
  "exports": {
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "@spatulox/discord-interaction-manager": "^1.0.8",
21
+ "@spatulox/discord-interaction-manager": "^1.0.14",
22
22
  "discord.js": "^14.25.1"
23
23
  },
24
24
  "devDependencies": {