harcon-radiation
Advanced tools
Comparing version 8.9.1 to 8.9.2
@@ -32,3 +32,3 @@ let Clerobee = require('clerobee') | ||
}, | ||
dorest: function ( firestarter, serviceInInterest ) { | ||
dorest: async function ( firestarter, serviceInInterest ) { | ||
let self = this | ||
@@ -35,0 +35,0 @@ |
@@ -16,3 +16,3 @@ let Proback = require('proback.js') | ||
}, | ||
checkSecurity: function ( data ) { | ||
checkSecurity: async function ( data ) { | ||
let self = this | ||
@@ -83,3 +83,3 @@ | ||
}, | ||
harconio: function ( io, serverServices ) { | ||
harconio: async function ( io, serverServices ) { | ||
let self = this | ||
@@ -111,3 +111,3 @@ return new Promise( async (resolve, reject) => { | ||
}, | ||
jsonio: function ( io, serverServices ) { | ||
jsonio: async function ( io, serverServices ) { | ||
let self = this | ||
@@ -137,3 +137,3 @@ return new Promise( async (resolve, reject) => { | ||
}, | ||
io: function ( io, serverServices = {} ) { | ||
io: async function ( io, serverServices = {} ) { | ||
let self = this | ||
@@ -140,0 +140,0 @@ return new Promise( async (resolve, reject) => { |
{ | ||
"name": "harcon-radiation", | ||
"version": "8.9.1", | ||
"version": "8.9.2", | ||
"description": "REST and Websocket plugin for harcon", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
61300