@ray-js/api 0.3.0-beta.1c347991 → 0.3.0-beta.bfd3bb4d
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/api.d.ts +3 -3
- package/lib/authorize/index.d.ts +3 -0
- package/lib/authorizeStatus/index.d.ts +3 -0
- package/lib/chooseImage/index.d.ts +3 -0
- package/lib/clearStorage/index.d.ts +3 -0
- package/lib/clearStorageSync/index.d.ts +3 -0
- package/lib/getAppInfo/index.native.d.ts +2 -1
- package/lib/getAppInfo/index.tuya.d.ts +2 -1
- package/lib/getClipboardData/index.d.ts +3 -0
- package/lib/getNetworkType/index.d.ts +3 -0
- package/lib/getStorage/index.d.ts +3 -0
- package/lib/getStorageSync/index.d.ts +3 -0
- package/lib/getSystemInfo/index.d.ts +3 -0
- package/lib/getSystemInfo/index.native.d.ts +2 -1
- package/lib/getSystemInfo/index.tuya.d.ts +2 -1
- package/lib/getSystemInfoSync/index.d.ts +3 -0
- package/lib/getSystemInfoSync/index.native.d.ts +2 -1
- package/lib/getSystemInfoSync/index.tuya.d.ts +2 -1
- package/lib/hideLoading/index.d.ts +3 -0
- package/lib/hideLoading/index.native.d.ts +2 -1
- package/lib/hideLoading/index.tuya.d.ts +2 -1
- package/lib/hideToast/index.d.ts +3 -0
- package/lib/hideToast/index.native.d.ts +2 -1
- package/lib/hideToast/index.tuya.d.ts +2 -1
- package/lib/makePhoneCall/index.d.ts +3 -0
- package/lib/offBluetoothAdapterStateChange/index.d.ts +3 -0
- package/lib/offNetworkStatusChange/index.d.ts +3 -0
- package/lib/offProgressUpdate/index.d.ts +3 -0
- package/lib/onBluetoothAdapterStateChange/index.d.ts +3 -0
- package/lib/onNetworkStatusChange/index.d.ts +3 -0
- package/lib/onProgressUpdate/index.d.ts +3 -0
- package/lib/previewImage/index.d.ts +3 -0
- package/lib/readFile/index.d.ts +3 -0
- package/lib/readFileSync/index.d.ts +3 -0
- package/lib/removeStorage/index.d.ts +3 -0
- package/lib/removeStorageSync/index.d.ts +3 -0
- package/lib/request/index.d.ts +3 -0
- package/lib/setClipboardData/index.d.ts +3 -0
- package/lib/setStorage/index.d.ts +3 -0
- package/lib/setStorageSync/index.d.ts +3 -0
- package/lib/showActionSheet/index.d.ts +3 -0
- package/lib/showActionSheet/index.native.d.ts +2 -1
- package/lib/showActionSheet/index.tuya.d.ts +2 -1
- package/lib/showLoading/index.d.ts +3 -0
- package/lib/showLoading/index.native.d.ts +2 -1
- package/lib/showLoading/index.tuya.d.ts +2 -1
- package/lib/showModal/index.d.ts +3 -0
- package/lib/showModal/index.native.d.ts +2 -1
- package/lib/showModal/index.tuya.d.ts +2 -1
- package/lib/showToast/index.d.ts +3 -0
- package/lib/showToast/index.native.d.ts +2 -1
- package/lib/uploadFile/index.d.ts +3 -0
- package/package.json +13 -18
package/@types/api.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
/// <reference types="miniprogram-api-typings" />
|
2
|
-
/// <reference types="@tuya-miniapp/
|
3
|
-
/// <reference types="@tuya-miniapp/
|
4
|
-
/// <reference types="@tuya-miniapp/
|
2
|
+
/// <reference types="@tuya-miniapp/base-kit" />
|
3
|
+
/// <reference types="@tuya-miniapp/mini-kit" />
|
4
|
+
/// <reference types="@tuya-miniapp/ty-kit" />
|
package/package.json
CHANGED
@@ -1,11 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/api",
|
3
|
-
"version": "0.3.0-beta.
|
3
|
+
"version": "0.3.0-beta.bfd3bb4d",
|
4
4
|
"description": "Ray universal api",
|
5
5
|
"keywords": [
|
6
6
|
"ray"
|
7
7
|
],
|
8
|
-
"author": "子长 <zichang.nong@tuya.com>",
|
9
8
|
"license": "MIT",
|
10
9
|
"main": "lib/index.js",
|
11
10
|
"files": [
|
@@ -26,24 +25,20 @@
|
|
26
25
|
"watch": "ray start --type=component"
|
27
26
|
},
|
28
27
|
"dependencies": {
|
29
|
-
"@ray-js/
|
30
|
-
"@ray-js/framework": "^0.3.0-beta.
|
31
|
-
"@ray-js/
|
32
|
-
"@ray-js/
|
33
|
-
"@ray-js/router": "^0.3.0-beta.
|
34
|
-
"@ray-js/
|
35
|
-
"@
|
36
|
-
"@tuya-miniapp/
|
37
|
-
"@tuya-miniapp/
|
38
|
-
"@tuya-miniapp/
|
39
|
-
"@tuya-miniapp/IndustryKit": "^0.0.30",
|
40
|
-
"@tuya-miniapp/MapKit": "^2.0.3",
|
41
|
-
"@tuya-miniapp/MiniKit": "^2.0.5",
|
42
|
-
"@tuya-miniapp/TYKit": "^2.0.4",
|
28
|
+
"@ray-js/framework": "^0.3.0-beta.bfd3bb4d",
|
29
|
+
"@ray-js/framework-native": "^0.3.0-beta.bfd3bb4d",
|
30
|
+
"@ray-js/ray-panel-notification": "^0.3.0-beta.bfd3bb4d",
|
31
|
+
"@ray-js/router": "^0.3.0-beta.bfd3bb4d",
|
32
|
+
"@ray-js/router-native": "^0.3.0-beta.bfd3bb4d",
|
33
|
+
"@ray-js/runtime-native": "^0.3.0-beta.bfd3bb4d",
|
34
|
+
"@tuya-miniapp/base-kit": "^2.1.2",
|
35
|
+
"@tuya-miniapp/device-kit": "^2.1.6",
|
36
|
+
"@tuya-miniapp/mini-kit": "^2.3.0",
|
37
|
+
"@tuya-miniapp/ty-kit": "^2.0.7",
|
43
38
|
"react-native": "0.59.10"
|
44
39
|
},
|
45
40
|
"devDependencies": {
|
46
|
-
"@ray-js/cli": "^0.3.0-beta.
|
41
|
+
"@ray-js/cli": "^0.3.0-beta.bfd3bb4d",
|
47
42
|
"miniprogram-api-typings": "^3.4.3",
|
48
43
|
"react": "^17.0.2"
|
49
44
|
},
|
@@ -53,6 +48,6 @@
|
|
53
48
|
"email": "tuyafe@tuya.com"
|
54
49
|
}
|
55
50
|
],
|
56
|
-
"gitHead": "
|
51
|
+
"gitHead": "bc8d1b1c2d2839273d1ed71b02fbfa6bc957006d",
|
57
52
|
"repository": {}
|
58
53
|
}
|