@ray-js/api 0.6.5 → 0.6.6-beta-1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- export default function (): import("@ray-js/runtime/lib/instance").AppInstance | null;
1
+ export default function (): any;
@@ -1,9 +1,3 @@
1
1
  /// <reference path="../../@types/api.d.ts" />
2
- declare const _default: (arg?: {
3
- animation?: boolean | undefined;
4
- } & {
5
- success?: ((S?: any) => void) | undefined;
6
- fail?: ((F?: any) => void) | undefined;
7
- complete?: ((C?: any) => void) | undefined;
8
- } & import("../core").PromisifyArgs<any, any>) => Promise<any>;
2
+ declare const _default: (arg?: any) => Promise<any>;
9
3
  export default _default;
@@ -1,9 +1,3 @@
1
1
  /// <reference path="../../@types/api.d.ts" />
2
- declare const _default: (arg?: {
3
- animation?: boolean | undefined;
4
- } & {
5
- success?: ((S?: any) => void) | undefined;
6
- fail?: ((F?: any) => void) | undefined;
7
- complete?: ((C?: any) => void) | undefined;
8
- } & import("../core").PromisifyArgs<any, any>) => Promise<any>;
2
+ declare const _default: (arg?: any) => Promise<any>;
9
3
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/api",
3
- "version": "0.6.5",
3
+ "version": "0.6.6-beta-1",
4
4
  "description": "Ray universal api",
5
5
  "keywords": [
6
6
  "ray"
@@ -26,11 +26,11 @@
26
26
  "build:kit:api": "node scripts/api-creator.mjs"
27
27
  },
28
28
  "dependencies": {
29
- "@ray-js/framework": "^0.6.5",
30
- "@ray-js/router": "^0.6.5"
29
+ "@ray-js/framework": "^0.6.6-beta-1",
30
+ "@ray-js/router": "^0.6.6-beta-1"
31
31
  },
32
32
  "devDependencies": {
33
- "@ray-js/cli": "^0.6.5",
33
+ "@ray-js/cli": "^0.6.6-beta-1",
34
34
  "art-template": "^4.13.2",
35
35
  "fs-extra": "^10.1.0",
36
36
  "miniprogram-api-typings": "^3.4.3",
@@ -42,6 +42,6 @@
42
42
  "email": "tuyafe@tuya.com"
43
43
  }
44
44
  ],
45
- "gitHead": "547c710fa9a2cdb8749be0d4907149c02f74d4f3",
45
+ "gitHead": "104e90dd313c572b3a8e333289814aaa0e6db61a",
46
46
  "repository": {}
47
47
  }