@nuskin/ns-common-lib
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -0,1 +1,8 @@ | ||
## [1.2.2](https://code.tls.nuskin.io/ns-am/utility/npm/ns-common-lib/compare/v1.2.1...v1.2.2) (2021-04-16) | ||
### Fix | ||
* export environmentUrls in index.js (#CX12-3046) ([1973adf](https://code.tls.nuskin.io/ns-am/utility/npm/ns-common-lib/commit/1973adf8cbaae19b836090d53af6ea90ad0bb226)), closes [#CX12-3046](https://code.tls.nuskin.io/ns-am/utility/npm/ns-common-lib/issues/CX12-3046) | ||
## [1.2.1](https://code.tls.nuskin.io/ns-am/utility/npm/ns-common-lib/compare/v1.2.0...v1.2.1) (2021-04-16) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@nuskin/ns-common-lib", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "This project contains shared common models and code between the backend and frontend.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -14,3 +14,4 @@ /** | ||
getUrlWithExtention, | ||
getEnvironmentFromUrl | ||
getEnvironmentFromUrl, | ||
environmentUrls | ||
} = require("./urls"); | ||
@@ -28,4 +29,5 @@ const { arrayDifference } = require("./arrays"); | ||
getEnvironmentFromUrl, | ||
environmentUrls, | ||
arrayDifference, | ||
getLocaleInfo | ||
}; |
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
19470
488