@dov118/eso-status
Advanced tools
Comparing version 1.2.7 to 1.2.8
@@ -1,4 +0,22 @@ | ||
## [1.2.7](https://github.com/dov118/eso-status/compare/dd011e6...1.2.7) (2021-07-19) | ||
## [1.2.8](https://github.com/dov118/eso-status/compare/edf4729...1.2.8) (2021-07-22) | ||
### Code Refactoring | ||
* Refactor code for promise in unitary test ([a7a0f35](https://github.com/dov118/eso-status/commit/a7a0f35938fd9661a400e01069e8f5b2ab38d04a)) | ||
* Refactoring pattern list ([389962a](https://github.com/dov118/eso-status/commit/389962aa77c518b2c08a1f44230c1f03152395bf)) | ||
### Features | ||
* Add **We are currently investigating issues some players are having on the European PC/Mac megaserver.** status ([8bf3a2d](https://github.com/dov118/eso-status/commit/8bf3a2d45a1e7e39d2ad550be8e2438e9e64f904)) | ||
* Add **We are currently investigating issues some players are having logging into the North American and European PlayStation® megaservers.** ([6b0b25d](https://github.com/dov118/eso-status/commit/6b0b25dc1c0b4ebf9da06d92d7cad7ef806792b8)) | ||
* Add **The issues related to logging in to the North American and European PlayStation® megaservers have been resolved at this time.** ([6b0b25d](https://github.com/dov118/eso-status/commit/6b0b25dc1c0b4ebf9da06d92d7cad7ef806792b8)) | ||
* Change **The PlayStation® Network is currently experiencing a service interruption.** to **The PlayStation™ Network is currently experiencing a service interruption.** ([6b0b25d](https://github.com/dov118/eso-status/commit/6b0b25dc1c0b4ebf9da06d92d7cad7ef806792b8)) | ||
* Change **The PlayStation® Network service interruption has been resolved.** to **The PlayStation™ Network service interruption has been resolved.** ([6b0b25d](https://github.com/dov118/eso-status/commit/6b0b25dc1c0b4ebf9da06d92d7cad7ef806792b8)) | ||
### Updates | ||
* Update **@typescript-eslint/eslint-plugin** from **4.28.3** to **4.28.4** ([d7566e5](https://github.com/dov118/eso-status/commit/d7566e50bf29b73fd41e776899a0fc2ecfce02e6)) | ||
* Update **eslint-plugin-jest** from **24.3.6** to **24.4.0** ([b5b177f](https://github.com/dov118/eso-status/commit/b5b177f34e8b5843cf0bb77496cfecae06c7b8a0)) ([3574cf3](https://github.com/dov118/eso-status/commit/3574cf329f73c355012588b45135f62387aeec3c)) | ||
* Update **ts-jest** from **27.0.3** to **27.0.4** ([2aa5e81](https://github.com/dov118/eso-status/commit/2aa5e81d9c2cd24ce6c300266bbfdb504a8855ea)) | ||
## [1.2.7](https://github.com/dov118/eso-status/compare/dd011e6...edf4729) (2021-07-19) | ||
### Code Refactoring | ||
* Update **CI/CD** actions ([c04ccbf](https://github.com/dov118/eso-status/commit/c04ccbfc60eabb8bcc3da1c282c486149e8eefc0)) ([cb5b071](https://github.com/dov118/eso-status/commit/cb5b071687bedbd9cdaba0deec8131c7a1967613)) | ||
@@ -5,0 +23,0 @@ * Add **package-lock.json** ([b60ffe2](https://github.com/dov118/eso-status/commit/b60ffe271a64bccc71a0b0934a76fac4c0310a29)) |
@@ -187,8 +187,10 @@ "use strict"; | ||
if (raw.includes('PlayStation® megaserver')) { | ||
if (raw.includes('North American')) { | ||
slugs.push('ps_na'); | ||
if (raw.includes('North American') || raw.includes('European')) { | ||
if (raw.includes('North American')) { | ||
slugs.push('ps_na'); | ||
} | ||
if (raw.includes('European')) { | ||
slugs.push('ps_eu'); | ||
} | ||
} | ||
else if (raw.includes('European')) { | ||
slugs.push('ps_eu'); | ||
} | ||
else { | ||
@@ -239,3 +241,3 @@ slugs.push('ps_na'); | ||
} | ||
if (raw.includes('PlayStation® Network')) { | ||
if (raw.includes('PlayStation™ Network')) { | ||
slugs.push('ps_na'); | ||
@@ -242,0 +244,0 @@ slugs.push('ps_eu'); |
{ | ||
"name": "@dov118/eso-status", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"description": "Library used to get servers status of The elders scrolls Online game", | ||
@@ -34,3 +34,3 @@ "main": "lib/index.js", | ||
"@types/jest": "26.0.24", | ||
"@typescript-eslint/eslint-plugin": "4.28.3", | ||
"@typescript-eslint/eslint-plugin": "4.28.4", | ||
"@typescript-eslint/parser": "4.28.4", | ||
@@ -41,5 +41,5 @@ "@typescript-eslint/typescript-estree": "4.28.4", | ||
"eslint-plugin-import": "2.23.4", | ||
"eslint-plugin-jest": "24.3.6", | ||
"eslint-plugin-jest": "24.4.0", | ||
"jest": "27.0.6", | ||
"ts-jest": "27.0.3", | ||
"ts-jest": "27.0.4", | ||
"typescript": "4.3.5" | ||
@@ -46,0 +46,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
40749
602