@tuya-miniapp/ark-extension-virtual-device 1.4.2 → 1.4.3

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.
@@ -269989,7 +269989,8 @@ async function getCurrentHomeInfo() {
269989
269989
  homeName: data.data?.result?.name,
269990
269990
  homeId,
269991
269991
  latitude: data.data?.result?.lat,
269992
- longitude: data.data?.result?.lon
269992
+ longitude: data.data?.result?.lon,
269993
+ admin: data.data?.result?.admin
269993
269994
  };
269994
269995
  return {
269995
269996
  data: homeInfo,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-miniapp/ark-extension-virtual-device",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "license": "MIT",
5
5
  "files": [
6
6
  "manifest.json",