@aptos-scp/scp-component-store-selling-features-domain-model 1.25.0 → 1.26.0

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.
@@ -700,9 +700,7 @@ function isTransactionFeeLine(transactionLine) {
700
700
  }
701
701
  exports.isTransactionFeeLine = isTransactionFeeLine;
702
702
  function isTransactionFeeRefundLine(transactionLine) {
703
- return (transactionLine &&
704
- transactionLine instanceof FeeLine &&
705
- transactionLine.lineType === exports.TRANSACTION_FEE_REFUND_LINE_TYPE);
703
+ return transactionLine && transactionLine.lineType === exports.TRANSACTION_FEE_REFUND_LINE_TYPE;
706
704
  }
707
705
  exports.isTransactionFeeRefundLine = isTransactionFeeRefundLine;
708
706
  function isBagFeeLine(transactionLine) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aptos-scp/scp-component-store-selling-features-domain-model",
3
- "version": "1.25.0",
3
+ "version": "1.26.0",
4
4
  "description": "This component library provides the common components to handle the coordination of processing the business events from the UI.",
5
5
  "private": false,
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -54,7 +54,7 @@
54
54
  "peerDependencies": {
55
55
  "@aptos-scp/scp-component-business-core": "^1.12.7",
56
56
  "@aptos-scp/scp-component-logging": "^2.1.16",
57
- "@aptos-scp/scp-component-pricing": "^7.56.3",
57
+ "@aptos-scp/scp-component-pricing": "^7.57.0",
58
58
  "@aptos-scp/scp-component-store-items": "^1.19.0",
59
59
  "@aptos-scp/scp-component-store-selling-core": "^18.9.3",
60
60
  "@aptos-scp/scp-component-taxation": "^5.27.3",
@@ -76,7 +76,7 @@
76
76
  "@aptos-scp/scp-component-business-core": "^1.12.7",
77
77
  "@aptos-scp/scp-component-commit-configs": "^4.1.3",
78
78
  "@aptos-scp/scp-component-logging": "^2.1.16",
79
- "@aptos-scp/scp-component-pricing": "^7.56.3",
79
+ "@aptos-scp/scp-component-pricing": "^7.57.0",
80
80
  "@aptos-scp/scp-component-rn-circuit-breaker": "^1.0.15",
81
81
  "@aptos-scp/scp-component-store-items": "^1.19.0",
82
82
  "@aptos-scp/scp-component-store-selling-core": "^18.9.3",
@@ -94,7 +94,7 @@
94
94
  "@aptos-scp/scp-types-inventory": "^2.0.0",
95
95
  "@aptos-scp/scp-types-loyalty-memberships": "^2.3.0",
96
96
  "@aptos-scp/scp-types-orders": "^4.11.0",
97
- "@aptos-scp/scp-types-pricing": "^4.24.1",
97
+ "@aptos-scp/scp-types-pricing": "^4.25.0",
98
98
  "@aptos-scp/scp-types-ss-transaction-history": "^1.6.0",
99
99
  "@aptos-scp/scp-types-store-items": "^1.23.0",
100
100
  "@aptos-scp/scp-types-terminal-settings": "^1.3.0",