adamant-botfactory
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -213,2 +213,3 @@ import * as adamant_api from 'adamant-api'; | ||
constructor(passphrase: string, options: ApiOptions); | ||
get address(): `U${string}`; | ||
/** | ||
@@ -215,0 +216,0 @@ * Starts the webhook client and listens for new messages. |
@@ -337,2 +337,5 @@ // src/error.ts | ||
} | ||
get address() { | ||
return this.api.address; | ||
} | ||
/** | ||
@@ -339,0 +342,0 @@ * Starts the webhook client and listens for new messages. |
{ | ||
"name": "adamant-botfactory", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "ADAMANT Bot Framework", | ||
@@ -15,3 +15,4 @@ "main": "dist/index.js", | ||
"pretest": "npm run compile", | ||
"posttest": "npm run lint" | ||
"posttest": "npm run lint", | ||
"prepublish": "npm run compile" | ||
}, | ||
@@ -18,0 +19,0 @@ "keywords": [ |
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
38676
1040