@ray-js/api 0.8.2 → 0.8.4

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 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';
@@ -1 +1,2 @@
1
- export default function (): void;
1
+ declare const onNavigationBarBack: typeof ty.onNavigationBarBack;
2
+ export default onNavigationBarBack;
@@ -1,3 +1,5 @@
1
- export default function () {
1
+ var onNavigationBarBack = function () {
2
2
  console.warn('尚未支持');
3
- }
3
+ };
4
+
5
+ export default onNavigationBarBack;
@@ -1 +1,2 @@
1
- export default function (): void;
1
+ declare const onNavigationBarBack: typeof ty.onNavigationBarBack;
2
+ export default onNavigationBarBack;
@@ -1,3 +1,5 @@
1
- export default function () {
1
+ var onNavigationBarBack = function () {
2
2
  console.warn('尚未支持');
3
- }
3
+ };
4
+
5
+ export default onNavigationBarBack;
@@ -1 +1,2 @@
1
- export default function (): void;
1
+ declare const setNavigationBarBack: typeof ty.setNavigationBarBack;
2
+ export default setNavigationBarBack;
@@ -1,3 +1,5 @@
1
- export default function () {
1
+ var setNavigationBarBack = function () {
2
2
  console.warn('尚未支持');
3
- }
3
+ };
4
+
5
+ export default setNavigationBarBack;
@@ -1 +1,2 @@
1
- export default function (): void;
1
+ declare const setNavigationBarBack: typeof ty.setNavigationBarBack;
2
+ export default setNavigationBarBack;
@@ -1,3 +1,5 @@
1
- export default function () {
1
+ var setNavigationBarBack = function () {
2
2
  console.warn('尚未支持');
3
- }
3
+ };
4
+
5
+ export default setNavigationBarBack;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/api",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
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.2",
29
+ "@ray-js/framework": "^0.8.4",
30
30
  "@ray-js/panel-sdk": "^1.2.2",
31
- "@ray-js/router": "^0.8.2",
31
+ "@ray-js/router": "^0.8.4",
32
32
  "@ray-js/wechat-device": "^0.0.2"
33
33
  },
34
34
  "devDependencies": {
35
- "@ray-js/cli": "^0.8.2",
35
+ "@ray-js/cli": "^0.8.4",
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": "206848d37320c5744e9703f0d95150d074ce41e1",
50
+ "gitHead": "344705a298a853d84ccbe2188bd49c7c8ef9fd5e",
51
51
  "repository": {}
52
52
  }