@spatulox/simplediscordbot 1.0.40 → 1.0.42

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
@@ -2524,7 +2524,7 @@ var SimpleMutex = class {
2524
2524
  // package.json
2525
2525
  var package_default = {
2526
2526
  name: "@spatulox/simplediscordbot",
2527
- version: "1.0.39",
2527
+ version: "1.0.41",
2528
2528
  author: "Spatulox",
2529
2529
  description: "Simple discord bot framework to set up a bot under 30 secondes",
2530
2530
  exports: {
@@ -2548,7 +2548,7 @@ var package_default = {
2548
2548
  },
2549
2549
  license: "MIT",
2550
2550
  dependencies: {
2551
- "@spatulox/discord-interaction-manager": "^1.0.18",
2551
+ "@spatulox/discord-interaction-manager": "^1.0.21",
2552
2552
  "discord.js": "^14.25.1"
2553
2553
  },
2554
2554
  devDependencies: {
package/dist/index.mjs CHANGED
@@ -2502,7 +2502,7 @@ var SimpleMutex = class {
2502
2502
  // package.json
2503
2503
  var package_default = {
2504
2504
  name: "@spatulox/simplediscordbot",
2505
- version: "1.0.39",
2505
+ version: "1.0.41",
2506
2506
  author: "Spatulox",
2507
2507
  description: "Simple discord bot framework to set up a bot under 30 secondes",
2508
2508
  exports: {
@@ -2526,7 +2526,7 @@ var package_default = {
2526
2526
  },
2527
2527
  license: "MIT",
2528
2528
  dependencies: {
2529
- "@spatulox/discord-interaction-manager": "^1.0.18",
2529
+ "@spatulox/discord-interaction-manager": "^1.0.21",
2530
2530
  "discord.js": "^14.25.1"
2531
2531
  },
2532
2532
  devDependencies: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spatulox/simplediscordbot",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "author": "Spatulox",
5
5
  "description": "Simple discord bot framework to set up a bot under 30 secondes",
6
6
  "exports": {
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "MIT",
26
26
  "dependencies": {
27
- "@spatulox/discord-interaction-manager": "^1.0.18",
27
+ "@spatulox/discord-interaction-manager": "^1.0.21",
28
28
  "discord.js": "^14.25.1"
29
29
  },
30
30
  "devDependencies": {