@ray-js/api 0.8.5 → 0.8.7
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/@types/BaseKit.d.ts +1 -1
- package/lib/BaseKit-3.2.1.d.ts +1 -1
- package/package.json +6 -6
package/@types/BaseKit.d.ts
CHANGED
package/lib/BaseKit-3.2.1.d.ts
CHANGED
@@ -32,7 +32,7 @@ export declare const getCurrentVolume: typeof ty.getCurrentVolume;
|
|
32
32
|
export declare const registerSystemVolumeChange: typeof ty.registerSystemVolumeChange;
|
33
33
|
export declare const unRegisterSystemVolumeChange: typeof ty.unRegisterSystemVolumeChange;
|
34
34
|
export declare const getSystemSetting: typeof ty.getSystemSetting;
|
35
|
-
export declare const getMobileDeviceInfo:
|
35
|
+
export declare const getMobileDeviceInfo: any;
|
36
36
|
export declare const getSystemInfo: typeof ty.getSystemInfo;
|
37
37
|
export declare const getSystemInfoSync: typeof ty.getSystemInfoSync;
|
38
38
|
export declare const getWifiList: typeof ty.getWifiList;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/api",
|
3
|
-
"version": "0.8.
|
3
|
+
"version": "0.8.7",
|
4
4
|
"description": "Ray universal api",
|
5
5
|
"keywords": [
|
6
6
|
"ray"
|
@@ -26,13 +26,13 @@
|
|
26
26
|
"build:kit:api": "node scripts/api-creator.mjs"
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
|
-
"@ray-js/framework": "^0.8.
|
29
|
+
"@ray-js/framework": "^0.8.7",
|
30
30
|
"@ray-js/panel-sdk": "^1.2.2",
|
31
|
-
"@ray-js/router": "^0.8.
|
32
|
-
"@ray-js/wechat": "^0.0.
|
31
|
+
"@ray-js/router": "^0.8.7",
|
32
|
+
"@ray-js/wechat-device": "^0.0.2"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
|
-
"@ray-js/cli": "^0.8.
|
35
|
+
"@ray-js/cli": "^0.8.7",
|
36
36
|
"art-template": "^4.13.2",
|
37
37
|
"fs-extra": "^10.1.0",
|
38
38
|
"miniprogram-api-typings": "^3.4.3",
|
@@ -47,6 +47,6 @@
|
|
47
47
|
"email": "tuyafe@tuya.com"
|
48
48
|
}
|
49
49
|
],
|
50
|
-
"gitHead": "
|
50
|
+
"gitHead": "8cb5b9bb1a51ad6a1f02ff9729fc418bb47a0bf1",
|
51
51
|
"repository": {}
|
52
52
|
}
|