bonjour-hap 3.7.2 → 3.7.3
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/lib/Registry.js +1 -1
- package/package.json +3 -3
package/lib/Registry.js
CHANGED
|
@@ -105,7 +105,7 @@ Registry.prototype = {
|
|
|
105
105
|
|
|
106
106
|
// Handle error
|
|
107
107
|
service.stop()
|
|
108
|
-
service.emit('error', new Error('Service name is already in use on the network'))
|
|
108
|
+
service.emit('error', new Error('Service name "' + service.name + '" is already in use on the network'))
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bonjour-hap",
|
|
3
|
-
"version": "3.7.
|
|
3
|
+
"version": "3.7.3",
|
|
4
4
|
"description": "A Bonjour/Zeroconf implementation in pure JavaScript (for HAP)",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"after-all": "^2.0.2",
|
|
50
50
|
"standard": "^17.1.0",
|
|
51
|
-
"tape": "^5.
|
|
51
|
+
"tape": "^5.8.1",
|
|
52
52
|
"nyc": "^15.1.0",
|
|
53
|
-
"rimraf": "^5.0.
|
|
53
|
+
"rimraf": "^5.0.7"
|
|
54
54
|
}
|
|
55
55
|
}
|