@tuya-miniapp/ark-extension-virtual-device 1.3.0-beta-4 → 1.3.0-beta-5

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.
@@ -210199,7 +210199,7 @@ var require_package = __commonJS({
210199
210199
  "package.json"(exports, module2) {
210200
210200
  module2.exports = {
210201
210201
  name: "@tuya-miniapp/ark-extension-virtual-device",
210202
- version: "1.3.0-beta-3",
210202
+ version: "1.3.0-beta-4",
210203
210203
  license: "MIT",
210204
210204
  files: [
210205
210205
  "manifest.json",
@@ -253801,7 +253801,7 @@ var startConnect = (0, import_lodash.debounce)(
253801
253801
  }
253802
253802
  }
253803
253803
  return;
253804
- } else if (!devInfo.isVirtualDevice) {
253804
+ } else if (!devInfo.devId?.startsWith("vdevo")) {
253805
253805
  const version = message.slice(0, 3).toString("utf8");
253806
253806
  console.log("------>>>>>>>>>>>>>>", version, deviceInfo);
253807
253807
  switch (version) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-miniapp/ark-extension-virtual-device",
3
- "version": "1.3.0-beta-4",
3
+ "version": "1.3.0-beta-5",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "manifest.json",