@spatulox/simplediscordbot 1.5.1 → 1.5.2

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
@@ -2825,7 +2825,7 @@ var SimpleMutex = class {
2825
2825
  // package.json
2826
2826
  var package_default = {
2827
2827
  name: "@spatulox/simplediscordbot",
2828
- version: "1.5.0",
2828
+ version: "1.5.1",
2829
2829
  author: "Spatulox",
2830
2830
  description: "Simple discord bot framework to set up a bot under 30 secondes",
2831
2831
  exports: {
@@ -2847,7 +2847,7 @@ var package_default = {
2847
2847
  },
2848
2848
  license: "MIT",
2849
2849
  dependencies: {
2850
- "@spatulox/discord-interaction-manager": "^1.0.21",
2850
+ "@spatulox/discord-interaction-manager": "^1.0.22",
2851
2851
  "discord.js": "^14.25.1"
2852
2852
  },
2853
2853
  devDependencies: {
package/dist/index.mjs CHANGED
@@ -2819,7 +2819,7 @@ var SimpleMutex = class {
2819
2819
  // package.json
2820
2820
  var package_default = {
2821
2821
  name: "@spatulox/simplediscordbot",
2822
- version: "1.5.0",
2822
+ version: "1.5.1",
2823
2823
  author: "Spatulox",
2824
2824
  description: "Simple discord bot framework to set up a bot under 30 secondes",
2825
2825
  exports: {
@@ -2841,7 +2841,7 @@ var package_default = {
2841
2841
  },
2842
2842
  license: "MIT",
2843
2843
  dependencies: {
2844
- "@spatulox/discord-interaction-manager": "^1.0.21",
2844
+ "@spatulox/discord-interaction-manager": "^1.0.22",
2845
2845
  "discord.js": "^14.25.1"
2846
2846
  },
2847
2847
  devDependencies: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spatulox/simplediscordbot",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "author": "Spatulox",
5
5
  "description": "Simple discord bot framework to set up a bot under 30 secondes",
6
6
  "exports": {
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "license": "MIT",
24
24
  "dependencies": {
25
- "@spatulox/discord-interaction-manager": "^1.0.21",
25
+ "@spatulox/discord-interaction-manager": "^1.0.22",
26
26
  "discord.js": "^14.25.1"
27
27
  },
28
28
  "devDependencies": {