adamant-botfactory
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -219,2 +219,6 @@ import * as adamant_api from 'adamant-api'; | ||
/** | ||
* Node url that bot is connected to. | ||
*/ | ||
get node(): string; | ||
/** | ||
* Starts the webhook client and listens for new messages. | ||
@@ -221,0 +225,0 @@ */ |
@@ -351,2 +351,8 @@ // src/error.ts | ||
/** | ||
* Node url that bot is connected to. | ||
*/ | ||
get node() { | ||
return this.api.api.node; | ||
} | ||
/** | ||
* Starts the webhook client and listens for new messages. | ||
@@ -353,0 +359,0 @@ */ |
{ | ||
"name": "adamant-botfactory", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "ADAMANT Bot Framework", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40574
1098