node-pluginsmanager 3.0.0 → 3.1.0

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.
@@ -217,9 +217,6 @@ class PluginsManager extends node_events_1.default {
217
217
  })).then(() => {
218
218
  this.plugins = [];
219
219
  this.emit("alldestroyed", ...data);
220
- // remove all external resources
221
- }).then(() => {
222
- return (0, rmdirp_1.default)(this.externalResourcesDirectory);
223
220
  });
224
221
  }
225
222
  // add a function executed before initializing all plugins
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
 
3
3
  "name": "node-pluginsmanager",
4
- "version": "3.0.0",
4
+ "version": "3.1.0",
5
5
  "description": "A plugins manager.",
6
6
 
7
7
  "type": "commonjs",
@@ -58,7 +58,7 @@
58
58
  "express": "5.2.1",
59
59
  "husky": "9.1.7",
60
60
  "mocha": "11.7.5",
61
- "node-pluginsmanager-plugin": "6.5.0",
61
+ "node-pluginsmanager-plugin": "7.0.1",
62
62
  "nyc": "18.0.0",
63
63
  "proxyquire": "2.1.3",
64
64
  "rimraf": "6.1.3",