Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
aluisiora committed Dec 26, 2017
2 parents f92705c + 5c13563 commit 2c5eeaf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "routeros-client",
"version": "0.4.0",
"version": "0.4.1",
"description": "Easy to use abstraction layer over the node-routeros API",
"main": "./dist/index",
"types": "./dist/index",
Expand Down Expand Up @@ -51,6 +51,6 @@
},
"dependencies": {
"debug": "^3.1.0",
"node-routeros": "^1.2.0"
"node-routeros": "^1.2.1"
}
}
1 change: 1 addition & 0 deletions src/RouterOSClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export class RouterOSClient extends EventEmitter {
*/
public setOptions(options: any): RouterOSClient {
Object.assign(this.options, options);
this.rosApi.setOptions(this.options);
return this;
}

Expand Down

0 comments on commit 2c5eeaf

Please sign in to comment.