@ray-js/api 0.3.19-beta-a6eb801d → 0.3.21-beta-a85b04d0

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.
@@ -1,6 +1,7 @@
1
1
  /// <reference path="../../@types/api.d.ts" />
2
2
  var requestCloud = function () {
3
3
  console.warn('// TODO 暂未实现方法 requestCloud');
4
+ return undefined;
4
5
  };
5
6
 
6
7
  export default requestCloud;
@@ -1,6 +1,7 @@
1
1
  /// <reference path="../../@types/api.d.ts" />
2
2
  var requestCloud = function () {
3
3
  console.warn('// TODO 暂未实现方法 requestCloud');
4
+ return undefined;
4
5
  };
5
6
 
6
7
  export default requestCloud;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/api",
3
- "version": "0.3.19-beta-a6eb801d",
3
+ "version": "0.3.21-beta-a85b04d0",
4
4
  "description": "Ray universal api",
5
5
  "keywords": [
6
6
  "ray"
@@ -25,12 +25,12 @@
25
25
  "watch": "ray start --type=component"
26
26
  },
27
27
  "dependencies": {
28
- "@ray-js/framework": "^0.3.19-beta-a6eb801d",
29
- "@ray-js/framework-native": "^0.3.19-beta-a6eb801d",
30
- "@ray-js/ray-panel-notification": "^0.3.19-beta-a6eb801d",
31
- "@ray-js/router": "^0.3.19-beta-a6eb801d",
32
- "@ray-js/router-native": "^0.3.19-beta-a6eb801d",
33
- "@ray-js/runtime-native": "^0.3.19-beta-a6eb801d",
28
+ "@ray-js/framework": "^0.3.21-beta-a85b04d0",
29
+ "@ray-js/framework-native": "^0.3.21-beta-a85b04d0",
30
+ "@ray-js/ray-panel-notification": "^0.3.21-beta-a85b04d0",
31
+ "@ray-js/router": "^0.3.21-beta-a85b04d0",
32
+ "@ray-js/router-native": "^0.3.21-beta-a85b04d0",
33
+ "@ray-js/runtime-native": "^0.3.21-beta-a85b04d0",
34
34
  "@tuya-miniapp/base-kit": "^2.1.2",
35
35
  "@tuya-miniapp/device-kit": "^2.1.6",
36
36
  "@tuya-miniapp/mini-kit": "^2.3.7",
@@ -38,7 +38,7 @@
38
38
  "react-native": "0.59.10"
39
39
  },
40
40
  "devDependencies": {
41
- "@ray-js/cli": "^0.3.19-beta-a6eb801d",
41
+ "@ray-js/cli": "^0.3.21-beta-a85b04d0",
42
42
  "art-template": "^4.13.2",
43
43
  "fs-extra": "^10.1.0",
44
44
  "miniprogram-api-typings": "^3.4.3",
@@ -50,6 +50,6 @@
50
50
  "email": "tuyafe@tuya.com"
51
51
  }
52
52
  ],
53
- "gitHead": "ca15c30894f33359d30f2d3a6d4efe10d2826391",
53
+ "gitHead": "24b84620b96641ea3cd95c688c25215a5bfc9377",
54
54
  "repository": {}
55
55
  }