@tuya-miniapp/ark-extension-virtual-device 1.6.2-beta-3 → 1.6.2-beta-4
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/worker/index.js +8 -1
- package/package.json +1 -1
package/dist/worker/index.js
CHANGED
|
@@ -220712,7 +220712,7 @@ var require_package2 = __commonJS({
|
|
|
220712
220712
|
"package.json"(exports, module2) {
|
|
220713
220713
|
module2.exports = {
|
|
220714
220714
|
name: "@tuya-miniapp/ark-extension-virtual-device",
|
|
220715
|
-
version: "1.6.2-beta-
|
|
220715
|
+
version: "1.6.2-beta-3",
|
|
220716
220716
|
license: "MIT",
|
|
220717
220717
|
files: [
|
|
220718
220718
|
"manifest.json",
|
|
@@ -263864,6 +263864,13 @@ var MqttClientManager = class _MqttClientManager {
|
|
|
263864
263864
|
});
|
|
263865
263865
|
});
|
|
263866
263866
|
global.__mqttClient = client;
|
|
263867
|
+
console.log("--------------mqtt client-------------------");
|
|
263868
|
+
console.log(
|
|
263869
|
+
global.__mqttClient.version,
|
|
263870
|
+
global.__mqttClient.connected,
|
|
263871
|
+
global.__mqttClient.options
|
|
263872
|
+
);
|
|
263873
|
+
console.log("--------------mqtt client-------------------");
|
|
263867
263874
|
return client;
|
|
263868
263875
|
}
|
|
263869
263876
|
// destroy() {
|