@pisell/pisellos 0.0.38 → 0.0.39

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.
@@ -234,7 +234,7 @@ export var formatResourceToCartItemOrigin = function formatResourceToCartItemOri
234
234
  checkResourcesFormat(resource.children, childArr);
235
235
  }
236
236
  var obj = {
237
- // relation_type: "form",
237
+ relation_type: "form",
238
238
  like_status: "common",
239
239
  id: resource.id,
240
240
  main_field: resource.main_field,
@@ -221,7 +221,7 @@ var formatResourceToCartItemOrigin = (params) => {
221
221
  checkResourcesFormat(resource.children, childArr);
222
222
  }
223
223
  const obj = {
224
- // relation_type: "form",
224
+ relation_type: "form",
225
225
  like_status: "common",
226
226
  id: resource.id,
227
227
  main_field: resource.main_field,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@pisell/pisellos",
4
- "version": "0.0.38",
4
+ "version": "0.0.39",
5
5
  "description": "一个可扩展的前端模块化SDK框架,支持插件系统",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",