Comparing version 0.0.2 to 0.0.3
@@ -1,7 +0,7 @@ | ||
const adbkit = require('./index') | ||
let AdbClient = adbkit.createClient() | ||
const xadb = require('./index') | ||
let client = xadb.createClient() | ||
async function monitor() { | ||
return AdbClient | ||
return client | ||
.listDevicesWithPaths() | ||
@@ -8,0 +8,0 @@ .then(async function (devicelist) { |
{ | ||
"name": "xadb", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "./index", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
148161