@ray-js/api 1.7.61 → 1.7.62
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/cloud/device.js +0 -1
- package/lib/cloud/highlights.js +0 -1
- package/lib/cloud/recipe/basket.js +0 -1
- package/lib/cloud/recipe/custom.js +0 -1
- package/lib/cloud/recipe/menu.js +0 -1
- package/lib/cloud/recipe/query.js +0 -1
- package/lib/cloud/recipe/score.js +0 -1
- package/lib/cloud/recipe/star.js +0 -1
- package/package.json +5 -5
package/lib/cloud/device.js
CHANGED
package/lib/cloud/highlights.js
CHANGED
|
@@ -3,7 +3,6 @@ import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutPr
|
|
|
3
3
|
const _excluded = ["query"],
|
|
4
4
|
_excluded2 = ["menuCustom"],
|
|
5
5
|
_excluded3 = ["menuCustom"];
|
|
6
|
-
import "core-js/modules/es.json.stringify.js";
|
|
7
6
|
import { THING } from '../../constants';
|
|
8
7
|
import requestCloud from '../../requestCloud';
|
|
9
8
|
// #region 自定义食谱列表
|
package/lib/cloud/recipe/menu.js
CHANGED
|
@@ -2,7 +2,6 @@ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
3
|
const _excluded = ["query"],
|
|
4
4
|
_excluded2 = ["like"];
|
|
5
|
-
import "core-js/modules/es.json.stringify.js";
|
|
6
5
|
import { THING } from '../../constants';
|
|
7
6
|
import requestCloud from '../../requestCloud';
|
|
8
7
|
// #region 食谱列表
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
3
|
const _excluded = ["query"];
|
|
4
|
-
import "core-js/modules/es.json.stringify.js";
|
|
5
4
|
import { THING } from '../../constants';
|
|
6
5
|
import requestCloud from '../../requestCloud';
|
|
7
6
|
|
|
@@ -2,7 +2,6 @@ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
3
|
const _excluded = ["scoreInfo"],
|
|
4
4
|
_excluded2 = ["query"];
|
|
5
|
-
import "core-js/modules/es.json.stringify.js";
|
|
6
5
|
import { THING } from '../../constants';
|
|
7
6
|
import requestCloud from '../../requestCloud';
|
|
8
7
|
// #region 用户添加评分
|
package/lib/cloud/recipe/star.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/esm/objectWithoutProperties";
|
|
3
3
|
const _excluded = ["query"];
|
|
4
|
-
import "core-js/modules/es.json.stringify.js";
|
|
5
4
|
import { THING } from '../../constants';
|
|
6
5
|
import requestCloud from '../../requestCloud';
|
|
7
6
|
// #region 获取食谱收藏列表
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ray-js/api",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.62",
|
|
4
4
|
"description": "Ray universal api",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ray"
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"watch": "ray start --type=component"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@ray-js/framework": "1.7.
|
|
33
|
-
"@ray-js/router": "1.7.
|
|
32
|
+
"@ray-js/framework": "1.7.62",
|
|
33
|
+
"@ray-js/router": "1.7.62",
|
|
34
34
|
"base64-browser": "^1.0.1",
|
|
35
35
|
"query-string": "^7.1.3"
|
|
36
36
|
},
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@ray-js/wechat": "^0.3.13"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@ray-js/cli": "1.7.
|
|
41
|
+
"@ray-js/cli": "1.7.62",
|
|
42
42
|
"art-template": "^4.13.4",
|
|
43
43
|
"fs-extra": "^10.1.0",
|
|
44
44
|
"miniprogram-api-typings": "^3.12.3",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"access": "public",
|
|
49
49
|
"registry": "https://registry.npmjs.org"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "c46d366f02bf27ae0a7f6d3a012b1e0cec3121b0"
|
|
52
52
|
}
|