@ombori/grid-signals
Advanced tools
Comparing version 2.136.1 to 2.136.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [2.136.2](https://github.com/ombori/gridapp/compare/v2.136.1...v2.136.2) (2021-12-12) | ||
### Bug Fixes | ||
* typo ([074c916](https://github.com/ombori/gridapp/commit/074c91654044e4d139cae0c4a4c2ed28d3a23a13)) | ||
## [2.136.1](https://github.com/ombori/gridapp/compare/v2.136.0...v2.136.1) (2021-12-12) | ||
@@ -8,0 +19,0 @@ |
@@ -23,3 +23,3 @@ "use strict"; | ||
case types_1.DataResidencyEnum.UAE: | ||
return 'https://signal-uea.omborigrid.com/api'; | ||
return 'https://signal-uae.omborigrid.com/api'; | ||
case types_1.DataResidencyEnum.US: | ||
@@ -26,0 +26,0 @@ return 'https://signal-us.omborigrid.com/api'; |
{ | ||
"name": "@ombori/grid-signals", | ||
"version": "2.136.1", | ||
"version": "2.136.2", | ||
"main": "dist/index.js", | ||
@@ -32,3 +32,3 @@ "scripts": { | ||
}, | ||
"gitHead": "d8b29891a8574f42151272c0cf48fd2a93b941ce" | ||
"gitHead": "83bf7a05411afa94dc3509919d7af12f809948ec" | ||
} |
@@ -26,3 +26,3 @@ import { DataResidencyEnum } from '../types'; | ||
case DataResidencyEnum.UAE: | ||
return 'https://signal-uea.omborigrid.com/api'; | ||
return 'https://signal-uae.omborigrid.com/api'; | ||
case DataResidencyEnum.US: | ||
@@ -29,0 +29,0 @@ return 'https://signal-us.omborigrid.com/api'; |
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
117918