wickrio-bot-api
Advanced tools
Comparing version 5.64.0 to 5.64.1
{ | ||
"name": "wickrio-bot-api", | ||
"version": "5.64.0", | ||
"version": "5.64.1", | ||
"description": "The official Wickr IO Bot API Framework", | ||
@@ -5,0 +5,0 @@ "main": "src/WickrIOBot.js", |
@@ -311,2 +311,6 @@ const fs = require('fs') | ||
getFilePath() { | ||
return this.filepath | ||
} | ||
getFilename() { | ||
@@ -313,0 +317,0 @@ return this.filename |
@@ -7,2 +7,3 @@ const WickrIOAPI = require('wickrio_addon') | ||
const fs = require('fs') | ||
const APIService = require('./services/api') | ||
let encryptor | ||
@@ -33,2 +34,8 @@ let encryptorDefined = false | ||
apiService() { | ||
return new APIService({ | ||
WickrIOAPI, | ||
}) | ||
} | ||
/* | ||
@@ -35,0 +42,0 @@ * Return the version of the addon that the bot-api is using |
91054
13
2279