@ray-js/api 1.4.60 → 1.4.61-beta.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,7 +23,7 @@ export declare const getLockActivePeriod: ({ devId }: {
23
23
  */
24
24
  export declare const getLockMemberInfo: ({ devId, userId }: {
25
25
  devId: string;
26
- userId?: string | undefined;
26
+ userId?: string;
27
27
  }) => void;
28
28
  /**
29
29
  * 远程开门
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/api",
3
- "version": "1.4.60",
3
+ "version": "1.4.61-beta.1",
4
4
  "description": "Ray universal api",
5
5
  "keywords": [
6
6
  "ray"
@@ -29,14 +29,14 @@
29
29
  "watch": "ray start --type=component"
30
30
  },
31
31
  "dependencies": {
32
- "@ray-js/framework": "1.4.60",
33
- "@ray-js/router": "1.4.60",
34
- "@ray-js/wechat": "^0.2.8",
32
+ "@ray-js/framework": "^1.4.61-beta.1",
33
+ "@ray-js/router": "^1.4.61-beta.1",
34
+ "@ray-js/wechat": "^0.2.9",
35
35
  "base64-browser": "^1.0.1",
36
36
  "query-string": "^7.1.3"
37
37
  },
38
38
  "devDependencies": {
39
- "@ray-js/cli": "1.4.60",
39
+ "@ray-js/cli": "^1.4.61-beta.1",
40
40
  "art-template": "^4.13.2",
41
41
  "fs-extra": "^10.1.0",
42
42
  "miniprogram-api-typings": "^3.12.2",
@@ -46,5 +46,5 @@
46
46
  "access": "public",
47
47
  "registry": "https://registry.npmjs.org"
48
48
  },
49
- "gitHead": "fe03dd457a54ab78a75747bcb370a48213086b06"
49
+ "gitHead": "c1a776cd98053e3a5ea2ac058b96fbc35f6562b5"
50
50
  }