@goodgamestudios/webshop-utils
Advanced tools
Comparing version 1.0.4 to 1.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.1.0](https://gitlab.goodgamestudios.com/webshop/utils/compare/@goodgamestudios/webshop-utils@1.0.4...@goodgamestudios/webshop-utils@1.1.0) (2020-04-17) | ||
### Features | ||
* create fn for generating of sessionId ([c290fae](https://gitlab.goodgamestudios.com/webshop/utils/commit/c290fae4794e2536d7e92f425840d4656365fc4a)) | ||
## [1.0.4](https://gitlab.goodgamestudios.com/webshop/utils/compare/@goodgamestudios/webshop-utils@1.0.3...@goodgamestudios/webshop-utils@1.0.4) (2020-04-14) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@goodgamestudios/webshop-utils", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "Utils library for webshopp", | ||
@@ -26,3 +26,4 @@ "sideEffects": false, | ||
"dependencies": { | ||
"detect-browser": "^5.0.0" | ||
"detect-browser": "^5.0.0", | ||
"uniqid": "^5.2.0" | ||
}, | ||
@@ -42,3 +43,3 @@ "scripts": { | ||
}, | ||
"gitHead": "313d82370f7899c81b909a9fc1986b5b7fa20763" | ||
"gitHead": "ae1749bab507c7a3ff24c09e1527d4df2e11c30d" | ||
} |
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
57969
2
+ Addeduniqid@^5.2.0
+ Addeduniqid@5.4.0(transitive)