Skip to content

Commit 3ab9d00

Browse files
committed
Bumped version
Signed-off-by: Vishal Rana <vr@labstack.com>
1 parent 2e0cc25 commit 3ab9d00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/hub.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ class Hub {
99
this.options = options || {}
1010
}
1111

12-
_normalizeDeviceID(id) {
13-
return `${this.projectID}:${id}`
12+
_normalizeDeviceID() {
13+
return `${this.projectID}:${this.deviceID}`
1414
}
1515

1616
_normalizeTopic(topic) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "labstack",
3-
"version": "0.50.0",
3+
"version": "0.50.1",
44
"description": "Official Node.js client library for the LabStack platform",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)