@pisell/pisellos 2.2.17 → 2.2.18

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.
@@ -466,6 +466,7 @@ export var ProductsModule = /*#__PURE__*/function (_BaseModule) {
466
466
  'variantGroup.variantItem'],
467
467
  open_deposit: 1,
468
468
  with_count: ['bundleGroup', 'optionGroup'],
469
+ with_category_tree: 1,
469
470
  status: 'published',
470
471
  num: 500,
471
472
  skip: 1,
@@ -304,6 +304,7 @@ var ProductsModule = class extends import_BaseModule.BaseModule {
304
304
  ],
305
305
  open_deposit: 1,
306
306
  with_count: ["bundleGroup", "optionGroup"],
307
+ with_category_tree: 1,
307
308
  status: "published",
308
309
  num: 500,
309
310
  skip: 1,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@pisell/pisellos",
4
- "version": "2.2.17",
4
+ "version": "2.2.18",
5
5
  "description": "一个可扩展的前端模块化SDK框架,支持插件系统",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",