@ray-js/api 0.8.3 → 0.8.5-beta-1

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,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;
@@ -1,7 +1,7 @@
1
1
  import "core-js/modules/es.regexp.exec.js";
2
2
  import "core-js/modules/es.regexp.test.js";
3
3
  // @ts-ignore
4
- import * as tyWx from '@ray-js/wechat-device';
4
+ import * as tyWx from '@ray-js/wechat';
5
5
  export function factory(name) {
6
6
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/api",
3
- "version": "0.8.3",
3
+ "version": "0.8.5-beta-1",
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.3",
29
+ "@ray-js/framework": "^0.8.5-beta-1",
30
30
  "@ray-js/panel-sdk": "^1.2.2",
31
- "@ray-js/router": "^0.8.3",
32
- "@ray-js/wechat-device": "^0.0.2"
31
+ "@ray-js/router": "^0.8.5-beta-1",
32
+ "@ray-js/wechat": "^0.0.5"
33
33
  },
34
34
  "devDependencies": {
35
- "@ray-js/cli": "^0.8.3",
35
+ "@ray-js/cli": "^0.8.5-beta-1",
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": "42709d5c569f23d2406436ca4d9ce9d150527bdc",
50
+ "gitHead": "94aa5897b6f643f64f85c1fc98563655831f8055",
51
51
  "repository": {}
52
52
  }