@operato/scene-mqtt 8.0.0-beta.2 → 9.0.0-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@operato/scene-mqtt",
|
3
|
-
"version": "
|
3
|
+
"version": "9.0.0-beta.0",
|
4
4
|
"description": "MQTT integration component for things-scene",
|
5
5
|
"license": "MIT",
|
6
6
|
"things-scene": true,
|
@@ -27,7 +27,7 @@
|
|
27
27
|
"migration": "things-factory-migration"
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
|
-
"@hatiolab/things-scene": "^
|
30
|
+
"@hatiolab/things-scene": "^9.0.0-beta",
|
31
31
|
"mqtt-browser": "^4.2.7"
|
32
32
|
},
|
33
33
|
"devDependencies": {
|
@@ -58,5 +58,5 @@
|
|
58
58
|
"prettier --write"
|
59
59
|
]
|
60
60
|
},
|
61
|
-
"gitHead": "
|
61
|
+
"gitHead": "87f7a74e8b66f6cc6f19b9c75a7c9a03637ab7ac"
|
62
62
|
}
|