@pisell/pisellos 0.0.167 → 0.0.168

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.
@@ -452,6 +452,7 @@ export var RulesModule = /*#__PURE__*/function (_BaseModule) {
452
452
  bundle: product.bundle,
453
453
  options: product.options
454
454
  }),
455
+ variant: originProduct._productInit.variant,
455
456
  original_price: new Decimal(product.price || 0).toNumber(),
456
457
  total: targetProductTotal
457
458
  }));
@@ -320,6 +320,7 @@ var RulesModule = class extends import_BaseModule.BaseModule {
320
320
  bundle: product.bundle,
321
321
  options: product.options
322
322
  }),
323
+ variant: originProduct._productInit.variant,
323
324
  original_price: new import_decimal.default(product.price || 0).toNumber(),
324
325
  total: targetProductTotal
325
326
  }));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@pisell/pisellos",
4
- "version": "0.0.167",
4
+ "version": "0.0.168",
5
5
  "description": "一个可扩展的前端模块化SDK框架,支持插件系统",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",