@ubiquity-os/plugin-sdk 3.5.0 → 3.5.1

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.
@@ -181,6 +181,8 @@ var ConfigurationHandler = class {
181
181
  if (shouldSkipBotEvents === void 0) {
182
182
  shouldSkipBotEvents = manifest.skipBotEvents ?? true;
183
183
  }
184
+ } else {
185
+ shouldSkipBotEvents = true;
184
186
  }
185
187
  resolvedPlugins[pluginKey] = {
186
188
  ...pluginSettings,
@@ -144,6 +144,8 @@ var ConfigurationHandler = class {
144
144
  if (shouldSkipBotEvents === void 0) {
145
145
  shouldSkipBotEvents = manifest.skipBotEvents ?? true;
146
146
  }
147
+ } else {
148
+ shouldSkipBotEvents = true;
147
149
  }
148
150
  resolvedPlugins[pluginKey] = {
149
151
  ...pluginSettings,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ubiquity-os/plugin-sdk",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "description": "SDK for plugin support.",
5
5
  "author": "Ubiquity DAO",
6
6
  "license": "MIT",