Skip to content

Commit

Permalink
Merge pull request #33 from Psychopoulet/develop
Browse files Browse the repository at this point in the history
stop removing _externalRessourcesDirectory into Mediator release
  • Loading branch information
Psychopoulet committed Jan 13, 2020
2 parents 9fa67c1 + 27dc020 commit 9d4a991
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
5 changes: 4 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
@TODO

* 3.2.0
* 3.3.0
- "enum" limits (string, integer, number)

* 3.4.0
- automaticly check request format (error 406 ?)
- automaticly check returned data & response format
2 changes: 0 additions & 2 deletions lib/components/Mediator.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ module.exports = class Mediator extends DescriptorUser {
this.initialized = false;
this.emit("released", ...data);

this._externalRessourcesDirectory = "";

}).then(() => {

this.removeAllListeners();
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-pluginsmanager-plugin",
"version": "3.2.4",
"version": "3.2.5",
"description": "An abstract parent plugin for node-pluginsmanager",
"main": "lib/main.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -36,19 +36,19 @@
},
"dependencies": {},
"devDependencies": {
"@types/node": "12.12.14",
"@types/node": "13.1.6",
"@types/ws": "6.0.4",
"@types/socket.io": "2.1.4",
"check-version-modules": "1.3.0",
"coveralls": "3.0.9",
"colors": "1.4.0",
"eslint": "6.7.2",
"eslint": "6.8.0",
"express": "4.17.1",
"husky": "3.1.0",
"mocha": "6.2.2",
"nyc": "14.1.1",
"husky": "4.0.7",
"mocha": "7.0.0",
"nyc": "15.0.0",
"socket.io": "2.3.0",
"ws": "7.2.0"
"ws": "7.2.1"
},
"homepage": "https://github.com/Psychopoulet/node-pluginsmanager-plugin#readme",
"engines": {
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.4",
"version": "3.2.5",
"description": "An abstract parent plugin for node-pluginsmanager",
"contact": {
"name": "Sébastien VIDAL",
Expand Down

0 comments on commit 9d4a991

Please sign in to comment.