@ray-js/api 1.4.32 → 1.4.33

Sign up to get free protection for your applications and to get access to all the features.
@@ -581,6 +581,14 @@ export interface IGetWeathersResponse {
581
581
  * 二氧化氮
582
582
  */
583
583
  tlow: number;
584
+ /**
585
+ * 降雨概率,单位%
586
+ */
587
+ pop: number;
588
+ /**
589
+ * 降水量,单位毫米
590
+ */
591
+ qpf: number;
584
592
  /**
585
593
  * 日落时间戳
586
594
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/api",
3
- "version": "1.4.32",
3
+ "version": "1.4.33",
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.32",
33
- "@ray-js/router": "1.4.32",
32
+ "@ray-js/framework": "1.4.33",
33
+ "@ray-js/router": "1.4.33",
34
34
  "@ray-js/wechat": "^0.0.33",
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.32",
39
+ "@ray-js/cli": "1.4.33",
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": "883f1ad59b1036a84b026e280e27c71ebdbc12cd"
49
+ "gitHead": "04fc26f4934f4deef7a711d9a9ade026ec265eca"
50
50
  }