@tuya-miniapp/ark-extension-virtual-device 1.4.4 → 1.4.5-beta-2
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/view/app.min.js +1 -1
- package/dist/worker/index.js +7 -1
- package/package.json +1 -1
package/dist/worker/index.js
CHANGED
|
@@ -213424,7 +213424,7 @@ var require_package = __commonJS({
|
|
|
213424
213424
|
"package.json"(exports, module2) {
|
|
213425
213425
|
module2.exports = {
|
|
213426
213426
|
name: "@tuya-miniapp/ark-extension-virtual-device",
|
|
213427
|
-
version: "1.4.
|
|
213427
|
+
version: "1.4.5-beta-1",
|
|
213428
213428
|
license: "MIT",
|
|
213429
213429
|
files: [
|
|
213430
213430
|
"manifest.json",
|
|
@@ -270218,6 +270218,12 @@ ark.runtime.onMessage(async (event) => {
|
|
|
270218
270218
|
);
|
|
270219
270219
|
} catch (error) {
|
|
270220
270220
|
console.log(`\u540E\u7AEF\u65B9\u6CD5[${service}]\u6267\u884C\u5931\u8D25`, error);
|
|
270221
|
+
ark.runtime.sendMessage(
|
|
270222
|
+
JSON.stringify({
|
|
270223
|
+
...data,
|
|
270224
|
+
result: null
|
|
270225
|
+
})
|
|
270226
|
+
);
|
|
270221
270227
|
}
|
|
270222
270228
|
} else {
|
|
270223
270229
|
if (service === "initLaunchParams") {
|