@tuya-miniapp/ark-extension-virtual-device 0.0.18 → 0.0.19-beta-1
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 +2 -2
- package/package.json +2 -2
package/dist/worker/index.js
CHANGED
|
@@ -173255,12 +173255,12 @@ async function getDeviceInfo2(params) {
|
|
|
173255
173255
|
latitude: devInfo.lat,
|
|
173256
173256
|
longitude: devInfo.lon,
|
|
173257
173257
|
...dev.dataPointInfo,
|
|
173258
|
-
isVirtualDevice: dev.virtual
|
|
173258
|
+
isVirtualDevice: dev.virtual,
|
|
173259
|
+
panelConfig: product.panelConfig
|
|
173259
173260
|
};
|
|
173260
173261
|
const result = { ...deviceInfo };
|
|
173261
173262
|
delete result["accessType"];
|
|
173262
173263
|
delete result["appRnVersion"];
|
|
173263
|
-
delete result["panelConfig"];
|
|
173264
173264
|
delete result["rnFind"];
|
|
173265
173265
|
delete result["runtimeEnv"];
|
|
173266
173266
|
delete result["supportGroup"];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuya-miniapp/ark-extension-virtual-device",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.19-beta-1",
|
|
4
4
|
"files": [
|
|
5
5
|
"manifest.json",
|
|
6
6
|
"dist/"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@babel/preset-typescript": "^7.16.7",
|
|
21
21
|
"@tuya-fe/react-hooks": "^2.0.7",
|
|
22
22
|
"@tuya-miniapp/TYUniCode": "0.0.75",
|
|
23
|
-
"@tuya-miniapp/ark-api": "^0.5.
|
|
23
|
+
"@tuya-miniapp/ark-api": "^0.5.14",
|
|
24
24
|
"@types/fs-extra": "^9.0.13",
|
|
25
25
|
"@types/lz-string": "^1.3.34",
|
|
26
26
|
"@types/node": "^17.0.34",
|