@nodeart/basketservice
Advanced tools
Comparing version 2.1.39 to 2.1.40
{ | ||
"name": "@nodeart/basketservice", | ||
"version": "2.1.39", | ||
"version": "2.1.40", | ||
"description": "Save and remove products in basket, track user basket history", | ||
@@ -16,5 +16,5 @@ "main": "index.ts", | ||
"dependencies": { | ||
"@nodeart/dal": "2.1.39", | ||
"@nodeart/session-flow": "2.1.39" | ||
"@nodeart/dal": "2.1.40", | ||
"@nodeart/session-flow": "2.1.40" | ||
} | ||
} |
@@ -135,3 +135,5 @@ import { DbAbstractionLayer } from '@nodeart/dal/index'; | ||
if(!productExistInBasket) { | ||
product.items = 1; | ||
if(!product.items){ | ||
product.items = 1; | ||
} | ||
newBasket.push(product); | ||
@@ -138,0 +140,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6751
215
+ Added@nodeart/dal@2.1.40(transitive)
+ Added@nodeart/firebase-connector@2.1.40(transitive)
+ Added@nodeart/session-flow@2.1.40(transitive)
- Removed@nodeart/dal@2.1.39(transitive)
- Removed@nodeart/firebase-connector@2.1.39(transitive)
- Removed@nodeart/session-flow@2.1.39(transitive)
Updated@nodeart/dal@2.1.40
Updated@nodeart/session-flow@2.1.40