We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d77e53 commit 45d106bCopy full SHA for 45d106b
manifest.json
@@ -41,5 +41,5 @@
41
}
42
},
43
"short_name": "Web Thing",
44
- "version": "0.4.4"
+ "version": "0.4.5"
45
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "thing-url-adapter",
3
"display_name": "Web Thing",
4
- "version": "0.4.4",
+ "version": "0.4.5",
5
"description": "Native web thing support",
6
"author": "Mozilla IoT",
7
"main": "index.js",
@@ -66,10 +66,10 @@
66
"dependencies": {
67
"dnssd": "^0.4.1",
68
"node-fetch": "^2.6.0",
69
- "ws": "^7.2.0"
+ "ws": "^7.2.1"
70
71
"devDependencies": {
72
- "babel-eslint": "^10.0.1",
73
- "eslint": "^6.7.2"
+ "babel-eslint": "^10.0.3",
+ "eslint": "^6.8.0"
74
75
0 commit comments