@ray-js/api 0.8.2 → 0.8.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.
- package/lib/index.d.ts +0 -1
- package/lib/index.js +0 -1
- package/package.json +5 -5
package/lib/index.d.ts
CHANGED
@@ -10,7 +10,6 @@ export { default as hideTabBar } from './hideTabBar';
|
|
10
10
|
export { default as navigateBack } from './navigateBack';
|
11
11
|
export { default as navigateTo } from './navigateTo';
|
12
12
|
export { default as reLaunch } from './reLaunch';
|
13
|
-
export { default as readFileSync } from './readFileSync';
|
14
13
|
export { default as redirectTo } from './redirectTo';
|
15
14
|
export { default as requestCloud } from './requestCloud';
|
16
15
|
export { default as setNavigationBarColor } from './setNavigationBarColor';
|
package/lib/index.js
CHANGED
@@ -10,7 +10,6 @@ export { default as hideTabBar } from './hideTabBar';
|
|
10
10
|
export { default as navigateBack } from './navigateBack';
|
11
11
|
export { default as navigateTo } from './navigateTo';
|
12
12
|
export { default as reLaunch } from './reLaunch';
|
13
|
-
export { default as readFileSync } from './readFileSync';
|
14
13
|
export { default as redirectTo } from './redirectTo';
|
15
14
|
export { default as requestCloud } from './requestCloud';
|
16
15
|
export { default as setNavigationBarColor } from './setNavigationBarColor';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ray-js/api",
|
3
|
-
"version": "0.8.
|
3
|
+
"version": "0.8.3",
|
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.3",
|
30
30
|
"@ray-js/panel-sdk": "^1.2.2",
|
31
|
-
"@ray-js/router": "^0.8.
|
31
|
+
"@ray-js/router": "^0.8.3",
|
32
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.3",
|
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": "42709d5c569f23d2406436ca4d9ce9d150527bdc",
|
51
51
|
"repository": {}
|
52
52
|
}
|