@basmilius/apple-common 0.7.0 → 0.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -102,7 +102,7 @@ class Discovery {
|
|
|
102
102
|
}
|
|
103
103
|
console.log();
|
|
104
104
|
console.log(`Device not found, retrying in ${timeout}ms...`);
|
|
105
|
-
console.log(devices.map((d) => ` ● ${d.id}`).join(`
|
|
105
|
+
console.log(devices.map((d) => ` ● ${d.id} (${d.fqdn})`).join(`
|
|
106
106
|
`));
|
|
107
107
|
tries--;
|
|
108
108
|
await waitFor(timeout);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basmilius/apple-common",
|
|
3
3
|
"description": "Common features shared across various apple protocol packages.",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@basmilius/apple-encoding": "0.7.
|
|
43
|
-
"@basmilius/apple-encryption": "0.7.
|
|
42
|
+
"@basmilius/apple-encoding": "0.7.2",
|
|
43
|
+
"@basmilius/apple-encryption": "0.7.2",
|
|
44
44
|
"fast-srp-hap": "^2.0.4",
|
|
45
45
|
"node-dns-sd": "^1.0.1"
|
|
46
46
|
},
|