@ray-js/api 0.5.2 → 0.5.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.
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:true});exports.default=_default;function _default(){console.warn('// TODO: 暂未实现方法 showNotification');}
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:true});exports.default=_default;function _default(){console.warn('// TODO: 暂未实现方法 showNotification');}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/api",
|
3
|
-
"version": "0.5.
|
3
|
+
"version": "0.5.3",
|
4
4
|
"description": "Ray universal api",
|
5
5
|
"keywords": [
|
6
6
|
"ray"
|
@@ -26,12 +26,11 @@
|
|
26
26
|
"build:kit:api": "node scripts/api-creator.mjs"
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
|
-
"@ray-js/framework": "^0.5.
|
30
|
-
"@ray-js/framework-native": "^0.5.
|
31
|
-
"@ray-js/
|
32
|
-
"@ray-js/router": "^0.5.
|
33
|
-
"@ray-js/
|
34
|
-
"@ray-js/runtime-native": "^0.5.2",
|
29
|
+
"@ray-js/framework": "^0.5.3",
|
30
|
+
"@ray-js/framework-native": "^0.5.3",
|
31
|
+
"@ray-js/router": "^0.5.3",
|
32
|
+
"@ray-js/router-native": "^0.5.3",
|
33
|
+
"@ray-js/runtime-native": "^0.5.3",
|
35
34
|
"@tuya-miniapp/base-kit": "^2.1.2",
|
36
35
|
"@tuya-miniapp/device-kit": "^2.1.6",
|
37
36
|
"@tuya-miniapp/mini-kit": "^2.3.7",
|
@@ -39,7 +38,7 @@
|
|
39
38
|
"react-native": "0.59.10"
|
40
39
|
},
|
41
40
|
"devDependencies": {
|
42
|
-
"@ray-js/cli": "^0.5.
|
41
|
+
"@ray-js/cli": "^0.5.3",
|
43
42
|
"art-template": "^4.13.2",
|
44
43
|
"fs-extra": "^10.1.0",
|
45
44
|
"miniprogram-api-typings": "^3.4.3",
|
@@ -51,6 +50,6 @@
|
|
51
50
|
"email": "tuyafe@tuya.com"
|
52
51
|
}
|
53
52
|
],
|
54
|
-
"gitHead": "
|
53
|
+
"gitHead": "91c1640716664ef0123b9998c6668c4496293595",
|
55
54
|
"repository": {}
|
56
55
|
}
|