Skip to content

Commit

Permalink
Merge pull request #34 from Psychopoulet/develop
Browse files Browse the repository at this point in the history
stop removing _externalRessourcesDirectory into Orchestrator release
  • Loading branch information
Psychopoulet committed Jan 13, 2020
2 parents 9d4a991 + 1ca69a8 commit b34d05b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/components/Mediator.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
UTILS_DIRECTORY, "findPathMethodByOperationId.js"
));

// module
// module

module.exports = class Mediator extends DescriptorUser {

Expand Down
1 change: 0 additions & 1 deletion lib/components/Orchestrator.js
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ module.exports = class Orchestrator extends MediatorUser {
}).then(() => {

this._Descriptor = null;
this._externalRessourcesDirectory = "";

this.initialized = false;
this.emit("released", ...data);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-pluginsmanager-plugin",
"version": "3.2.5",
"version": "3.2.6",
"description": "An abstract parent plugin for node-pluginsmanager",
"main": "lib/main.js",
"typings": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion test/utils/DescriptorUser/Descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.2",
"info": {
"title": "node-pluginsmanager-plugin",
"version": "3.2.5",
"version": "3.2.6",
"description": "An abstract parent plugin for node-pluginsmanager",
"contact": {
"name": "Sébastien VIDAL",
Expand Down

0 comments on commit b34d05b

Please sign in to comment.