Skip to content

Commit

Permalink
Merge pull request #29 from Psychopoulet/develop
Browse files Browse the repository at this point in the history
improve doc
  • Loading branch information
Psychopoulet committed Nov 18, 2019
2 parents 3452013 + 347fa6d commit 9d4b7fa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions documentation/DescriptorUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ type tLogType = "log" | "info" | "warning" | "error";
interface iDescriptorUserOptions {
"descriptor": object | null;
"externalRessourcesDirectory": string; // used to write local data like sqlite database, json files, pictures, etc...
"logger": Function | null;
}
```

Expand Down
1 change: 1 addition & 0 deletions lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ declare module "node-pluginsmanager-plugin" {
interface iDescriptorUserOptions {
"descriptor": object | null;
"externalRessourcesDirectory": string;
"logger": Function | null;
}

interface iMediatorUserOptions extends iDescriptorUserOptions {
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.0",
"version": "3.2.1",
"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.0",
"version": "3.2.1",
"description": "An abstract parent plugin for node-pluginsmanager",
"contact": {
"name": "Sébastien VIDAL",
Expand Down

0 comments on commit 9d4b7fa

Please sign in to comment.