@operato/scene-mqtt 10.0.0-beta.31 → 10.0.0-beta.65
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/mqtt.d.ts +2 -0
- package/package.json +4 -4
package/dist/mqtt.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ declare const Mqtt_base: (new (...args: any[]) => {
|
|
|
51
51
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
52
52
|
get model(): any;
|
|
53
53
|
get state(): import("@hatiolab/things-scene").State;
|
|
54
|
+
get refid(): any;
|
|
54
55
|
get hierarchy(): any;
|
|
55
56
|
get volatile(): never[];
|
|
56
57
|
_applyProps(target: any, props: any, options: any): any;
|
|
@@ -298,6 +299,7 @@ declare const Mqtt_base: (new (...args: any[]) => {
|
|
|
298
299
|
setState(props: Partial<import("@hatiolab/things-scene").State> | string, propval?: any): any;
|
|
299
300
|
get model(): any;
|
|
300
301
|
get state(): import("@hatiolab/things-scene").State;
|
|
302
|
+
get refid(): any;
|
|
301
303
|
get hierarchy(): any;
|
|
302
304
|
get volatile(): never[];
|
|
303
305
|
_applyProps(target: any, props: any, options: any): any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@operato/scene-mqtt",
|
|
3
|
-
"version": "10.0.0-beta.
|
|
3
|
+
"version": "10.0.0-beta.65",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "MQTT integration component for things-scene",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@hatiolab/prettier-config": "^1.0.0",
|
|
36
|
-
"@things-factory/builder": "^10.0.0-
|
|
37
|
-
"@things-factory/operato-board": "^10.0.0-
|
|
36
|
+
"@things-factory/builder": "^10.0.0-zeta.1",
|
|
37
|
+
"@things-factory/operato-board": "^10.0.0-zeta.1",
|
|
38
38
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
39
39
|
"@typescript-eslint/parser": "^8.0.0",
|
|
40
40
|
"@web/dev-server": "^0.1.28",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"prettier --write"
|
|
60
60
|
]
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "99733bf39e2d279630d68844f19d9687272a4992"
|
|
63
63
|
}
|