@dov118/eso-status
Advanced tools
Comparing version 1.1.11 to 1.1.12
@@ -1,8 +0,16 @@ | ||
## [1.1.11](https://github.com/dov118/eso-status/compare/1.1.10...1.1.11) (03/05/2021) | ||
## [1.1.12](https://github.com/dov118/eso-status/compare/1.1.11...1.1.12) (2021-05-) | ||
### Updates | ||
* Update **ts-jest** from **26.5.5** to **26.5.6** ([7af6a79](https://github.com/dov118/eso-status/commit/7af6a791b1bf0ad4fc9febf663599287c58f3633)) | ||
### Code Refactoring | ||
* Remove unused comments ([68c5e28](https://github.com/dov118/eso-status/commit/68c5e283a810a14a87d72d4d5b739d7a0a98a5d4)) | ||
## [1.1.11](https://github.com/dov118/eso-status/compare/1.1.10...1.1.11) (2021-05-03) | ||
### Code Refactoring | ||
* Update **README.md** ([b34dc49](https://github.com/dov118/eso-status/commit/b34dc4994fa1922afce43527d44815fb21774352)) | ||
* Replace polynomial regular expression used on uncontrolled data ([ba88f25](https://github.com/dov118/eso-status/commit/ba88f258ee694d2d75eca2dfa3ffd59094819e0d)) | ||
## [1.1.10](https://github.com/dov118/eso-status/compare/1.1.9...1.1.10) (01/05/2021) | ||
## [1.1.10](https://github.com/dov118/eso-status/compare/1.1.9...1.1.10) (2021-05-01) | ||
@@ -12,3 +20,3 @@ ### Features | ||
## [1.1.9](https://github.com/dov118/eso-status/compare/1.1.8...1.1.9) (27/04/2021) | ||
## [1.1.9](https://github.com/dov118/eso-status/compare/1.1.8...1.1.9) (2021-04-27) | ||
@@ -22,3 +30,3 @@ ### Code Refactoring | ||
## 1.1.8 (15/04/2021) | ||
## 1.1.8 (2021-04-15) | ||
@@ -28,3 +36,3 @@ ### Updates | ||
## 1.1.7 (08/04/2021) | ||
## 1.1.7 (2021-04-08) | ||
@@ -34,3 +42,3 @@ ### Updates | ||
## 1.1.6 (02/04/2021) | ||
## 1.1.6 (2021-04-02) | ||
@@ -40,3 +48,3 @@ ### Updates | ||
## 1.1.5 (01/04/2021) | ||
## 1.1.5 (2021-04-01) | ||
@@ -46,3 +54,3 @@ ### Features | ||
## 1.1.4 (31/03/2021) | ||
## 1.1.4 (2021-03-31) | ||
@@ -49,0 +57,0 @@ ### Features |
@@ -97,33 +97,2 @@ "use strict"; | ||
}); | ||
/* | ||
return rawContentItemList.map( | ||
(item: InformationBlock): InformationBlock => { | ||
// @ts-ignore | ||
item.information_lines = []; | ||
const regex: RegExp = /<p>(.*?)<\/p>/gs; | ||
let m; | ||
let index: number = 0; | ||
// tslint:disable-next-line:no-conditional-assignment | ||
while ((m = regex.exec(item.raw)) !== null) { | ||
m.forEach((match: string): void => { | ||
if (!match.includes('<p>')) { | ||
if (index === 0) { | ||
item.date_line = { | ||
raw: match, | ||
}; | ||
} else { | ||
item.information_lines?.push({ | ||
raw: match, | ||
}); | ||
} | ||
} | ||
}); | ||
index++; | ||
} | ||
return item; | ||
}, | ||
); | ||
*/ | ||
}; | ||
@@ -130,0 +99,0 @@ /** |
{ | ||
"name": "@dov118/eso-status", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "Library used to get servers status of The elders scrolls Online game", | ||
@@ -26,3 +26,3 @@ "main": "lib/index.js", | ||
"@types/jest": "^26.0.23", | ||
"ts-jest": "^26.5.5", | ||
"ts-jest": "^26.5.6", | ||
"typescript": "^4.2.4" | ||
@@ -29,0 +29,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
30698
599